Enables you to scrape Reviews from Amazon page using the ScrapeIN service
Endpoint
By making a GET request to the /reviews endpoint of Amazon Customers Feedback API, you can obtain the results of the request in the form of customer reviews for a single product on Amazon. These reviews contain feedback, opinions, ratings, and experiences shared by individuals who have firsthand experience with the product.
This enables you to access and utilize customer reviews to make informed decisions, evaluate products, and gain valuable insights for both personal use and business purposes.
Authentication
API-KEY. Use your API-KEY for authentication.
Output format
html, json, csv
Required Reviews Parameters
You can make a request with the type parameter set to
reviewsand specify the product using either theasinandamazon_domainparameters or theurlparameter (which contains a link to an Amazon reviews page).
- If you provide both the
amazon_domainandasinparameters, theurlparameter will be ignored.- If you provide the
urlparameter, theamazon_domainandasinparameters will be ignored.- If you provide both the
gtinandamazon_domainparameters, theurlparameter will be ignored.
Results: Click "200" at the bottom of the page in the Responses block to see the JSON structure of a successful response. For more details click here.
Support
If you have any questions about authentication or API usage, please contact our support team at [email protected].
Notes on Retrieving Amazon Reviews
If you specify an Audible domain in your request (i.e.,
amazon_domain=audible.com), thereviewswill be retrieved from the Amazon Reviews for the given ASIN, rather than the Audible Reviews.If you want to retrieve a specific review, you can use a single Review ID that was returned by a previous
reviewsrequest. This is useful if you want to check for the presence of a particular review. You can combine this with theamazon_domainparameter.
