Scrape paginated data?
-
Can you please assist me in how to format my request URL and parameters to scrape the following site?
http://dracoti.co.za/khans-of-tarkir/khans-of-tarkir-singles/
I’ve tried the querystring method using /page/2/ , ?page=2 and so forth and it always returns only the first page.
The second page’s URL looks like this:
http://dracoti.co.za/product-category/ktksingles/page/2/
My selector is
.product h3, .amount, .stockThanks in advance! 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Scrape paginated data?’ is closed to new replies.