CasperC
Apify & Crawlee4y ago
8 replies
Casper

enqueueLinks with pagination

How can I use pagination with route, I have a route that I call and get a list of cards with links I add to requestqueue and then I need to paginate to next page using same route.
My guess is to use router.call(), but I am not sure what to pass
I tried also doing: // https://dk.trustpilot.com/categories/*?page=*, but this does not work either. page=0 is 404, so I need to start from 1 and go up.
Was this page helpful?