Shop Flood/Can LED Light Bulbs (BR30/E26) per count with Popgot AI
Our dedicated team combines automated scanning with hands-on review, analyzing thousands of bulbs to ensure accuracy. We meticulously verify details like Bulb Shape (confirming it's truly BR30), Light Technology (LED only), Base Type (E26), and Equivalent Wattage (around 65W), ensuring every product listed genuinely fits the Flood/Can LED Light Bulb category.
Here are the 30 products we considered starting at 72¢ per ct
72¢per ct | 24 count | $17.31 | — | 3.8158 | Great Value 9W BR30 Floodlight 24-Pack | ||
$1.25per ct | 24 count | — | 1.01 | RCA 24-Pack BR30 Dimmable LED Bulbs | |||
$1.37per ct | 48 count | $65.69 | — | 4.61.0k | Sunco 48 Pack BR30 LED Bulbs | ||
$1.39per ct | 36 count | $49.99 | — | 4.4365 | 36 Pack Dimmable BR30 LED | ||
$1.39per ct | 36 count | $49.99 | — | 4.4365 | 36 Pack BR30 LED Bulbs | ||
$1.41per ct | 24 count | $33.78 | — | 4.5902 | 24 Pack BR30 7W LED Bulb | ||
$1.42per ct | 12 count | $17.07 | — | 4.63 | Sigalux BR30 LED Bulbs, 12-Pack | ||
$1.58per ct | 18 count | $28.49 | — | 4.51.0k | TJOY BR30 LED Flood Bulb 18-Pack | ||
$1.62per ct | 16 count | $25.94 | — | 4.6343 | Great Value LED BR30 E26 16-pack | ||
$1.62per ct | 16 count | $25.94 | — | 4.5365 | Great Value BR30 LED 16-Pack | ||
$1.67per ct | 24 count | $39.99 | — | 4.51.0k | TJOY 24 Pack BR30 LED Bulb | ||
$1.75per ct | 24 count | $41.99 | — | 4.4365 | 24 Pack BR30 2700K Dimmable E26 | ||
$1.75per ct | 24 count | $41.99 | — | 4.4365 | 24 Pack BR30 LED Bulbs | ||
$1.78per ct | 18 count | $31.95 | — | 4.5901 | 18 Pack Dimmable BR30 LED Bulbs | ||
$1.83per ct | 12 count | $21.99 56% off | — | 4.6207 | DAYBETTER 12 Pack BR30 LED Bulbs | ||
$1.85per ct | 12 count | $22.22 Limited time deal | — | 4.6254 | Linkind BR30 LED Flood 12 Packs | ||
$1.85per ct | 12 count | $22.22 | — | 4.54 | Feit Electric 7.2W Soft White BR30 (12 Pack) | ||
$1.85per ct | 48 count | $88.99 | — | 4.61.0k | Sunco 48 Pack BR30 Light Bulbs | ||
$1.85per ct | 48 count | $88.99 | — | 4.61.0k | Sunco 48 Pack BR30 LED Bulb | ||
$1.87per ct | 32 count | $59.99 | — | 4.5564 | Sunco 32 Pack BR30 LED Bulbs | ||
$2.17per ct | 6 count | $12.99 | — | 4.4692 | dalattin 6 Pack BR30 Flood Lights | ||
$2.33per ct | 6 count | $13.99 48% off | — | 4.6207 | DAYBETTER 6 Pack BR30 LED Bulbs Popgot Pick | ||
$2.34per ct | 8 count | $18.74 | — | 4.6343 | Great Value BR30 LED 8-Watt, 8-Pack | ||
$2.50per ct | 6 count | $14.98 Cyber Monday Deal | — | 4.7136 | DAYBETTER 6 Pack Dimmable BR30 LED Bulbs | ||
$2.50per ct | 4 count | — | 4.6125 | DAYBETTER 4 Pack BR30 LED Bulbs | |||
$2.67per ct | 6 count | $15.99 Ends in17:57:42(function(f) {var _np=(window.P._namespace("GoldboxUDPAssets"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
function isComponentRegistered(componentName) {
var isRegistered = false;
P.now("registrationStarted:" + componentName).execute(function (loaded) {
isRegistered = !!loaded;
});
return isRegistered;
}
function setComponentRegistered(componentName) {
P.declare("registrationStarted:" + componentName, true);
}
if (!isComponentRegistered("count-down-controller-detailpage-dealBadge")) {
setComponentRegistered("count-down-controller-detailpage-dealBadge");
P.when('jQuery').register('count-down-controller-detailpage-dealBadge', function($) {
function countDown(timer) {
var $timer = $(timer);
var targetDateStr = $(timer).attr("data-target-time");
var targetDate = Date.parse(targetDateStr);
var dealBadgeSupportingText = '#dealBadgeSupportingText';
$(dealBadgeSupportingText).attr("aria-hidden","true");
var interval = null;
interval = setInterval(function () {
var diffMillis = targetDate - Date.now();
var diffSeconds = Math.floor(diffMillis / 1000);
if (diffSeconds < 0) {
$timer.text('00:00');
clearInterval(interval);
$(dealBadgeSupportingText).removeAttr("aria-hidden");
} else {
var hours = Math.floor((diffSeconds / (60 * 60)) % 24);
var minutes = Math.floor((diffSeconds / 60) % 60);
var seconds = Math.floor(diffSeconds % 60);
var hoursStr = ('0' + hours).slice(-2);
var minutesStr = ('0' + minutes).slice(-2);
var secondsStr = ('0' + seconds).slice(-2);
var timeStr = '';
if (hours > 0) {
timeStr = [hoursStr, minutesStr, secondsStr].join(':');
} else {
timeStr = [minutesStr, secondsStr].join(':');
}
$timer.text(timeStr);
updateOffscreenText(hours, minutes, seconds)
}
}, 1000);
}
var offscreenTextEnum = {
hours: 0,
minutes: 1,
seconds: 2,
};
var offscreenTextIDs = [
'#deals_countdown_timer_from_hours_screen_reader_label',
'#deals_countdown_timer_from_minutes_without_seconds_screen_reader_label',
'#deals_countdown_timer_from_seconds_screen_reader_label',
];
var offscreenTextTemplates = offscreenTextIDs.map(function (id) {
return $(id).text()
});
var classHidden = 'aok-hidden';
var classOffscreen = 'aok-offscreen';
function updateOffscreenText(hours, minutes, seconds) {
var type = getOffscrrenType(hours, minutes);
var elementID = offscreenTextIDs[type];
var template = offscreenTextTemplates[type];
var text = template
.replace('NO_OF_HOURS', hours)
.replace('NO_OF_MINUTES', minutes)
.replace('NO_OF_SECONDS', seconds);
$(elementID).text(text);
showOffscreenElement(elementID);
offscreenTextIDs.filter(function (_, idx) {
return idx != type;
}).forEach(function (id) {
return hideOffscreenElement(id)
});
if (isTimerOver(hours, minutes, seconds)) {
hideOffscreenElement(elementID);
}
}
function getOffscrrenType(hours, minutes) {
if (hours > 0) {
return offscreenTextEnum.hours;
}
if (minutes >= 1) {
return offscreenTextEnum.minutes;
}
return offscreenTextEnum.seconds;
}
function showOffscreenElement(elementID) {
$(elementID).removeClass(classHidden).addClass(classOffscreen);
}
function hideOffscreenElement(elementID) {
$(elementID).removeClass(classOffscreen).addClass(classHidden);
}
function isTimerOver(hours, minutes, seconds) {
return hours == 0 && minutes == 0 && seconds == 0;
}
return {
countDown : countDown
};
});
}
P.when('A', 'count-down-controller-detailpage-dealBadge', 'ready').execute(function(A, countDownController) {
var timers = document.querySelectorAll('.detailpage-dealBadge-countdown-timer');
A.each(timers, function(timer) {
countDownController.countDown(timer);
});
});
})); | — | 4.5682 | DAYBETTER BR30 LED 6-Pack 65W | ||
$3.01per ct | 6 count | $18.04 | — | 4.611.7k | Sunco 6 Pack BR30 LED Flood | ||
$3.07per ct | 6 count | $18.44 | — | 4.7727 | Feit Electric BR30 LED Flood Light 6-Pack | ||
$3.22per ct | 4 count | $12.88 | — | 4.6336 | Great Value BR30 LED Floodlight 4 Pack | ||
$3.37per ct | 4 count | $13.47 | — | 4.67.8k | Sylvania ECO LED BR30 4-Pack |

