Shop Highlighters per count with Popgot AI
Popgot AI exhaustively searches thousands of products to ensure you have comprehensive data. Our analysis examines dozens of product dimensions to determine relevance, extracts precise quantities and unit prices to help you find the best value, and provides our Popgot Pick recommendation—the optimal balance of unit price, ratings, and size. With no sponsored results, we show you the complete table of analyzed products so you can make the best decision for your needs.
Here are the 30 products we considered starting at --
* We may earn a small commission from affiliate links below at no cost to you.
14¢per ct | 288 count | $39.99 | 4.8101 | Taja 288 Pack Assorted Highlighters | |||
15¢per ct | 120 count | $17.99 | 4.727 | Assorted Highlighters Chisel Tip 120 Count | |||
15¢per ct | 240 count | $36.99 | 4.6256 | Thenshop 240-Pack Assorted Highlighters | |||
16¢per ct | 150 count | $23.39 | 4.6256 | Thenshop 150-Pack Assorted Highlighters | |||
16¢per ct | 192 count | 4.831 | Aigybobo 192 Pack Assorted Highlighters | ||||
16¢per ct | 150 count | $23.99 Limited time deal | 4.7269 | 150 Chisel Tip Highlighters, 6 Colors | |||
17¢per ct | 120 count | $19.89 | 4.549 | Highlighters 120 Pack 6 Assorted Colors | |||
17¢per ct | 120 count | $19.99 | 4.785 | 120 Pack Assorted Color Highlighters | |||
17¢per ct | 120 count | $19.99 | 4.448 | Woswel 120 Pack Yellow Highlighters | |||
17¢per ct | 620 count | $20.99 | 4.636 | cloudriver Highlighters Bulk Pack of 120 | |||
18¢per ct | 108 count | $18.99 | 4.861 | Highlighters Bulk Pack, 108 Count | |||
18¢per ct | 108 count | $18.99 | 4.862 | 108 Count Assorted Highlighters Bulk Pack | |||
18¢per ct | 108 count | $18.99 | 4.736 | 108 Pack Colorful Highlighters Bulk | |||
18¢per ct | 156 count | $27.99 | 4.613 | GORWARE 156 Highlighters 6 Colors | |||
18¢per ct | 150 count | $26.99 | 4.850 | Highlighters Assorted Colors Bulk, 150 Pcs | |||
18¢per ct | 150 count | $26.99 | 4.7162 | Duchong 150-Count Assorted Color Highlighters | |||
18¢per ct | 620 count | $21.98 Limited time deal | 4.775 | Aigybobo 120-Pack Assorted Highlighters | |||
18¢per ct | 108 count | $19.88 Ends in17:59:01(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.7269 | Chisel Tip Highlighters, 108 Count | |||
19¢per ct | 100 count | $18.99 | 4.6275 | 100 Pack Fluorescent Highlighters | |||
19¢per ct | 100 count | $18.99 | 4.6147 | SMELHA Highlighters - 100 Pack Assorted | |||
32¢per ct | 20 count | $6.39 | 4.6219 | coruscant Assorted Highlighters 20 Pack | |||
33¢per ct | 30 count | $9.99 | 4.8500 | TWOHANDS 30 Pack Assorted Highlighters | |||
44¢per ct | 2 count | $0.88 | 4.71.0k | Pen+Gear Yellow Chisel Tip Highlighters | |||
47¢per ct | 4 count | $1.87 | 4.71.1k | Pen+Gear Yellow Chisel Tip Highlighters | |||
47¢per ct | 4 count | $1.87 | 4.71.2k | Pen+Gear Pocket Highlighters, 4 Count | |||
47¢per ct | 44 count | $7.48 | 4.71.1k | Pen+Gear Pocket Highlighters, Yellow, 16 Pack | |||
47¢per ct | 5 count | $2.37 | 4.82.1k | BIC Brite Liner Highlighter 5 Count Popgot Pick | |||
48¢per ct | 5 count | $2.39 | 4.81.5k | BiC 5pk Assorted Highlighters | |||
48¢per ct | 12 count | $5.76 | 4.749.5k | BIC Brite Liner Yellow Highlighters 12-Count | |||
52¢per ct | 12 count | $6.23 | 4.87.8k | Amazon Basics Assorted Highlighters 12 Pack |

