
WooCommerce Scraper
Pricing
Pay per usage
Go to Store



WooCommerce Scraper
Scrape data from WooCommerce websites.
1.0 (2)
Pricing
Pay per usage
19
Total users
1.9k
Monthly users
70
Runs succeeded
65%
Last modified
8 months ago
Only showing 5 results
Closed
fluent_harpsichord opened this issue
3 years ago
Hi when i try to use this scraper it only shows 5 results

3 years ago
Hi. use pagination arguments: page and limit. page is starting from 1. limit is restricted to max 100.
for example: { "page": 1, "limit": 100 } will give you first 100 data.
if the website has more than 100 you can continue with page 2 : { "page": 2, "limit": 100 } etc.
dressy_cymbal
3 years ago
Is it possible get all pages and all products? Can the limit be lifted above 100?

3 years ago
Hi Senia K! added support limit beyond 100, DONE ! 👍