Amazon Reviews API (Async)
This endpoint will retrieve reviews for a specified product from an Amazon reviews page and transform it into usable JSON.
Single ASIN Request:
Multiple ASIN Request:
Multiple Parameters can be used with this method:
REQUIRED | |
---|---|
| User account’s normal API key. |
| Amazon product ASIN. |
OPTIONAL | |
---|---|
| Valid values include: com (amazon.com) co.uk (amazon.co.uk) ca (amazon.ca) de (amazon.de) es (amazon.es) fr (amazon.fr) it (amazon.it) jp (amazon.co.jp) in (amazon.in) cn (amazon.cn) sg (amazon.com.sg) mx (amazon.com.mx) ae (amazon.ae) br (amazon.com.br) nl (amazon.nl) au (amazon.com.au) tr (amazon.com.tr) sa (amazon.sa) se (amazon.se) pl (amazon.pl) |
| Valid values are two letter country codes for which we offer Geo Targeting (e.g. “au”, “es”, “it”, etc.). Where an amazon domain needs to be scraped from another country (e.g. scraping amazon.com from Canada to get Canadian shipping information), both TLD and COUNTRY parameters must be specified. |
| A reference string used by amazon. For example: |
| Filter the results by stars. For example: |
| Filter the results by type. For example: |
| Paginating the result. For example: |
Sample Response
Single ASIN Request:
Multiple ASIN Request:
After the job(s) finish, you will find the result under the response key in the response JSON object. The structure is the same as in the corresponding SYNC data endpoint.
Last updated