Scrape Amazon product reviews into structured data JSON/CSV with ScraperAPI async in Java. Extract ratings, verified purchases, and sentiment analysis by ASIN.
Amazon review pages currently require a login to access. Since ScraperAPI does not support scraping behind a login, this endpoint is not available.
Please use the Amazon Product Page API instead to scrape all publicly available reviews for an Amazon product.
This endpoint will retrieve reviews for a specified product from an Amazon reviews page and transform it into usable JSON.
Valid values are two letter country codes for which we offer Geo Targeting (e.g. “au”, “es”, “it”, etc.).
Where an amazon domain needs to be scraped from another country (e.g. scraping amazon.com from Canada to get Canadian shipping information), both TLD and COUNTRY parameters must be specified.
REFERENCE
A reference string used by amazon. For example: olp_f_usedAcceptable
FILTERBYSTAR
Filter the results by stars. For example: all_stars
REVIEWERTYPE
Filter the results by type. For example: all_reviews
After the job(s) finish, you will find the result under the response key in the response JSON object. The structure is the same as in the corresponding SYNC data endpoint.