A request is sent in batches of 1-1,000 URLs.
Endpoint: POST http://api.scrapezone.com/scrape
Parameters:
query
: a list of URLs to scrape.
callback_url
: the URL to send the response to once the scrape is done (Optional).
country
: the country from which the request should be originated. Supported countries:
'us', 'fr', 'it', 'de', 'uk'
Request Example:
curl --user user:pass \
--header "Content-Type: application/json" \
--request POST \
--data '{"query":["https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics"]}' \
https://api.scrapezone.com/scrape