Shop Notebooks 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.
Shopping Agent
Sort by unit price — the pick also considers ratings and a typical purchase size (~3 count).
2.2¢per ct | 6150 count | $19.99 | — | 4.8328 | Wide Ruled Loose Leaf 8x10.5 6-Pack | ||
37¢per ct | 60 count | $22.49 | — | 4.81.6k | Gwybkq Mini Pocket Notebooks 60 Pack | ||
40¢per ct | 60 count | $23.76 | — | 4.81.6k | Gwybkq Mini Notepads 60 Pack 3.5x5.5" | ||
42¢per ct | 7 count | $2.91 | — | 5.01 | Mead Notebooks & Folders, 7-Count | ||
45¢per ct | 100 count | $44.99 Limited time deal | — | 4.7216 | ZCZN 100 Pack A5 Kraft Notebooks | ||
49¢per ct | 72 count | $34.99 | — | 4.8100 | 72 Pack Mini Composition Notebooks | ||
50¢per ct | 100 count | $49.90 | — | 4.7388 | ZCZN 100 Pack A5 Lined Notebooks | ||
50¢per ct | 72 count | $35.99 | — | 4.7125 | miikoul 72 A5 Kraft Lined Notebooks | ||
50¢per ct | 80 count | $39.99 | — | 4.81.5k | EOOUT 80pcs Kraft Notebooks 8.3x5.5 Inches | ||
50¢per ct | 100 count | $49.99 | — | 4.898 | ZCZN A5 Kraft Cover Notebooks 10-Pack | ||
50¢per ct | 100 count | $49.99 | — | 4.7132 | 100 Pack A5 Ruled Kraft Notebooks | ||
51¢per ct | 120 count | $60.99 | — | 4.797 | 120 Pack A5 Lined Notebooks | ||
54¢per ct | 100 count | $53.99 | — | 4.6225 | Handepo 100 Pack A5 Composition Notebooks | ||
55¢per ct | 100 count | $54.99 | — | 4.6225 | Handepo 100 A5 Composition Notebooks | ||
55¢per ct | 100 count | $54.99 | — | 4.6225 | Handepo 100 Pack A5 Composition Notebooks | ||
55¢per ct | 120 count | $65.99 | — | 5.02 | Kraft Paper Notebooks A5 120-Pack | ||
57¢per ct | 42 count | $23.99 Ends in16:58:55(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.8193 | Pocket Notebook Bulk, 3x5 Inch, 42 Packs | ||
58¢per ct | 12 count | $6.99 | — | 4.8406 | 12 Pack Mini Pocket Notebooks | ||
60¢per ct | 50 count | $29.99 | — | 4.898 | ZCZN 50 Pack Colorful Lined Notebooks | ||
60¢per ct | 60 count | $35.99 | — | 4.7212 | LABUK A5 Lined Notebooks 60 Pack | ||
77¢per ct | 3 count | $2.32 | — | 4.7179 | Pen+Gear Mini Notebooks, 3 Count | ||
82¢per ct | 3 count | $2.46 | — | 4.7202 | Pen + Gear 3-Subject Spiral Notebook | ||
97¢per ct | 1 count | $0.97 | — | 4.816.4k | Pen+Gear College Ruled Notebook, 70 Sheets | ||
97¢per ct | 1 count | $0.97 | — | 4.816.4k | Pen+Gear 1-Subject College Ruled 70-Sheet | ||
97¢per ct | 1 count | $0.97 | — | 4.89.3k | Pen+Gear Wide Ruled Composition Book | ||
97¢per ct | 2 count | $1.94 | — | 4.81.5k | Pen+Gear 2 Pack Wide Ruled Notebooks | ||
97¢per ct | 2 count | $1.94 | — | 4.81.1k | Pen+Gear College Rule Book 2-Pack | ||
97¢per ct | 1 count | $0.97 | — | 4.71.1k | Pen+Gear College Rule Book, Blue, 80 Sheets | ||
99¢per ct | 1 count | $0.99 | — | 4.6498 | Dealworthy Green Wide Ruled Composition Book | ||
99¢per ct | 1 count | $0.99 | — | 4.6498 | Dealworthy Red Wide Ruled Composition Book |