This action allows you to extract all reviews listed on an Amazon seller profile. Simply provide the Amazon seller review URL to begin extracting reviews.
Input should contain a valid Amazon seller review URL.
Parameters
Maximum number of reviews to extract per input. Can go up to 20,000.
Scraps every review of the past X days.
Scraps every review from now on up to the date you enter. Use the format yyyy/mm/dd.
A list of publishers to exclude, separated by commas.
Output Fields
The extracted data will include the following fields:
The URL of the Amazon property
The unique ID of the Amazon review
The name of the review author
The content of the review
The creation date of the review
The date of the experience being reviewed
The first name of the review author
The grade or rating given in the review
The last name of the review author
The name of the property being reviewed
The date the review was posted
Below is the JSON schema for the output fields:
{
"amazon_property_url" : "string" ,
"amazon_review_id" : "string" ,
"author_name" : "string" ,
"content" : "string" ,
"created_at" : "string" ,
"experience_date" : "string" ,
"first_name" : "string" ,
"grade" : "string" ,
"last_name" : "string" ,
"property_name" : "string" ,
"review_date" : "string" ,
"source" : "string"
}
Ensure that the Amazon seller review URL is valid to successfully extract reviews.