Describe the problem.
Url: IXO MODELS
I want to extrat all products from this collection, they have 24. How should i format, becouse its only extracting some pages, not all of them.
Describe the problem.
Url: IXO MODELS
I want to extrat all products from this collection, they have 24. How should i format, becouse its only extracting some pages, not all of them.
On this site, you can control both the page and number of items shown just by using the URL, so you don't really need pagination. So something like
https://store.premium-collectibles.com/index.php?route=product/category&path=97&limit=50&page=[1-12]
But make sure you set enough time for Page load delay to allow all items to load. Maybe 5000 (5 sec).
REF: The "range url with increment" method listed under Specify multiple urls with ranges.