WooCommerce Scraper avatar
WooCommerce Scraper

Pricing

$3.00 / 1,000 results

Go to Store
WooCommerce Scraper

WooCommerce Scraper

Developed by

cat

cat

Maintained by Community

💫 Scrape WooCommerce and WordPress websites

4.1 (3)

Pricing

$3.00 / 1,000 results

21

Total users

2K

Monthly users

79

Runs succeeded

53%

Issues response

5.8 days

Last modified

17 days ago

FH

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

Jupri avatar

cat (Jupri)

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.

DC

dressy_cymbal

3 years ago

Is it possible get all pages and all products? Can the limit be lifted above 100?

Jupri avatar

cat (Jupri)

3 years ago

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