Amazon Reviews API
This API can be used for scraping reviews from any product page from Amazon. All you need is the ASIN code of that product.
You have to send a GET request to https://api.scrapingdog.com/amazon/reviews
with the below-given parameters.
Parameters
api_key required
Your personal API key. Available on your dashboard Type: String
domain required
This is the TLD extension of the amazon page. Example - in, com, tr, etc Type: String
asin required
This is the Amazon product ID.
Type: String
sort_by
The criteria by which the reviews should be sorted.
Possible Values - helpful
, or recent
Default Value - helpful
Type: String
filter_by_star
This is used to filter the reviews by the number of stars.
Possible Values - one_star
, two_star
, three_star
, four_star
, five_star
, positive
or critical
.
Default Value - all_stars
Type: String
format_type
This is used to filter the reviews based on their format.
Possible Values - all_formats
, or current_format
Default Value - all_formats
Type: String
reviewer_type
This is used to filter reviews based on reviewer type.
Possible Values - all_reviews
, or avp_only_reviews
Default Value - all_reviews
Type: String
media_type
This is used to filter reviews based on the media type.
Possible Values - media_reviews_only
, or all_contents
Default Value - all_contents
Type: String
page required
This is the page number.
Type: Integer
url
This is the Amazon Product Reviews URL which can be used instead of asin, domain and page.
Type: String
API Example
Response
Last updated