diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index 94ec4f1d5..9cf1b76e7 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -817,6 +817,7 @@ export default class Interpreter extends EventEmitter { if (!paginationSuccess) { debugLog(`Pagination failed after ${MAX_RETRIES} attempts`); + await scrapeCurrentPage(); return allResults; }