cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/amazon_product_search \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "query": "<string>", "page": 123 }'
Retrieve detailed information about a specific products list on Amazon using query search.
Scrapeasap Api Key
Successful response with products list details.