Popgot - Shop Smarter for Everyday Essentials

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.

Selection Criteria

Cheaper than 100%
Better rated than 43%
Popgot Pick— balances unit price, ratings & size

Here are the 29 products we considered starting at $1.25 per ct

$1.25per ct
24
count
$29.99
1.01
target
RCA 24-Pack BR30 Dimmable LED Bulbs
$1.25per ct
24
count
$30.09
Limited time deal
4.5324
amazon
DAYBETTER BR30 2700K Dimmable 24-Pack
$1.26per ct
12
count
$15.15
5.09
amazon
VEVOR BR30 12 Pack LED Flood Lights
$1.33per ct
6
count
$7.99
4.557
amazon
EDISHINE BR30 LED Bulb 6 Pack
Popgot Pick
$1.39per ct
18
count
$24.99
4.51.0k
amazon
TJOY BR30 LED Flood Bulb 18-Pack
$1.39per ct
36
count
$49.99
4.4361
amazon
36 Pack Dimmable BR30 LED
$1.39per ct
36
count
$49.99
4.4361
amazon
36 Pack BR30 LED Bulbs
$1.42per ct
12
count
$17.07
4.63
amazon
Sigalux BR30 LED Bulbs, 12-Pack
$1.62per ct
16
count
$25.94
4.6336
walmart
Great Value LED BR30 E26 16-pack
$1.62per ct
16
count
$25.94
4.5364
walmart
Great Value BR30 LED 16-Pack
$1.67per ct
12
count
$19.99
4.4688
amazon
dalattin 12 Pack BR30 LED Bulbs
$1.67per ct
24
count
$39.99
4.51.0k
amazon
TJOY 24 Pack BR30 LED Bulbs
$1.67per ct
24
count
$39.99
4.5742
amazon
DAYBETTER 24-Pack BR30 Dimmable Bulbs
$1.67per ct
24
count
$39.99
4.51.0k
amazon
TJOY 24 Pack BR30 LED Bulb
$1.75per ct
24
count
$41.99
4.4361
amazon
24 Pack BR30 2700K Dimmable E26
$1.75per ct
24
count
$41.99
4.4361
amazon
24 Pack BR30 LED Bulbs
$1.83per ct
12
count
$21.99
4.6239
amazon
VOLIVO LED Flood Light 12 Pack BR30
$1.85per ct
20
count
$36.99
4.6238
amazon
Energetic 20 Pack BR30 LED Bulb
$1.85per ct
20
count
$36.99
4.6238
amazon
Energetic BR30 LED Bulb 20-Pack
$1.85per ct
12
count
$22.22
4.5863
amazon
Feit Electric BR30 LED Bulbs, 12 Pack
$1.96per ct
6
count
$11.73
4.6133
amazon
Sigalux BR30 LED Flood Light Bulbs
$2.01per ct
6
count
$12.04
4.55.4k
amazon
Amazon Basics BR30 LED 6-Pack
$2.17per ct
6
count
$12.99
4.4687
amazon
dalattin 6 Pack BR30 Flood Lights
$2.47per ct
6
count
$14.84
4.7714
amazon
Feit Electric BR30 100W 6-Pack
$2.50per ct
6
count
$14.98
Cyber Monday Deal
4.7134
amazon
DAYBETTER 6 Pack Dimmable BR30 LED Bulbs
$2.50per ct
6
count
$14.99
4.7134
amazon
DAYBETTER 6 Pack Dimmable 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
amazon
DAYBETTER BR30 LED 6-Pack 65W
$2.88per ct
6
count
$17.29
4.7716
amazon
Feit Electric BR30 LED Flood Light 6-Pack
$3.34per ct
4
count
$13.36
4.67.3k
amazon
Sylvania BR30 LED Bulb 4-Pack