reviews

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 reviews and specify the product using either the asin and amazon_domain parameters or the url parameter (which contains a link to an Amazon reviews page).

  • If you provide both the amazon_domain and asin parameters, the url parameter will be ignored.
  • If you provide the url parameter, the amazon_domain and asin parameters will be ignored.
  • If you provide both the gtin and amazon_domain parameters, the url parameter 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), the reviews will 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 reviews request. This is useful if you want to check for the presence of a particular review. You can combine this with the amazon_domain parameter.

Language
Authorization
Query
Click Try It! to start a request and see the response here!