Data Scrapping for specific page numbers only

Hello,

I was working on a personal project and I just wanted to extract the date from page 11th to page 20th only. How can I do this with Data Scrapping Wizard?

URL: https://www.dymocks.com.au/books/format-paperback|ebook/?priceFrom=10&priceTo=500&ages=6-8::9-12&sort=Price%20(High%20to%20Low)

Hello,

one simple solution can be to change the actual url and put the page number that you want

https://www.dymocks.com.au/books/format-paperback|ebook/page-{pageNum}/?priceFrom=10&priceTo=500&ages=6-8::9-12&sort=Price%20(High%20to%20Low)

please try and see if it could work.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.