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 theasin
andamazon_domain
parameters or theurl
parameter (which contains a link to an Amazon reviews page).
- If you provide both the
amazon_domain
andasin
parameters, theurl
parameter will be ignored.- If you provide the
url
parameter, theamazon_domain
andasin
parameters will be ignored.- If you provide both the
gtin
andamazon_domain
parameters, theurl
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
), thereviews
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 theamazon_domain
parameter.