Amazon Review Details Scraper avatar

Amazon Review Details Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Amazon Review Details Scraper

Amazon Review Details Scraper

This actor retrieves detailed information for a specific Amazon product review by its review ID, including review text, rating, title, user details, and verification status. It provides real-time, structured data directly from Amazon marketplaces for in-depth review analysis.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

AxCrawler

AxCrawler

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

4 days ago

Last modified

Categories

Share

How does Amazon Review Details Scraper work?

The Amazon Review Details Scraper retrieves detailed information for a specific customer review on Amazon. This includes the full review text, star rating, review title, user information, verification status, and the review date. The scraper accesses the data directly from the Amazon marketplace in real time, ensuring that the information is current and accurate.

This Actor fetches live data from Amazon without relying on any cached or pre-stored data. It accepts requests specifying individual review IDs and Amazon domains, and returns structured detailed review content fetched directly from Amazon’s live database.

The extraction process involves taking an array of input items, each containing a review ID and a domain code. For each input, the Actor queries Amazon for the specific review’s detailed data and outputs structured JSON with comprehensive review metadata.

Input data

The input must be provided in JSON format, with one mandatory field named "input" which is an array. Each element of this array is an object containing parameters for a single review detail request.

Input fields:

  • reviewId (Required): The unique identifier for the Amazon review to retrieve.
  • domainCode (Required): The Amazon marketplace domain code (e.g., "com" for Amazon USA, "co.uk" for Amazon UK).

Multiple review detail requests can be submitted together in the input array to fetch multiple review details in one run.

Example input

{
"input": [
{
"reviewId": "RKP7CFF9MXBS9",
"domainCode": "com"
},
{
"reviewId": "R364Z2EG76RDXP",
"domainCode": "co.uk"
}
]
}

Output data

[
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"asin": "B07QFC6LN6",
"domainCode": "com",
"productTitle": "Anova Culinary Sous Vide Precision Cooker Pro, 1200 Watts, Black and Silver",
"countRatings": 2404,
"productRating": "4.4 out of 5",
"reviewSummary": {
"fiveStar": { "percentage": 76 },
"fourStar": { "percentage": 9 },
"threeStar": { "percentage": 3 },
"twoStar": { "percentage": 3 },
"oneStar": { "percentage": 9 }
},
"reviewId": "RKP7CFF9MXBS9",
"text": "This is a must have in the kitchen. It takes so little energy to cook and does a great job. It was super easy to use and is whisper quite. Its a little larger than you would expect but thats a good thing. If you want to level up your cooking this is the first step.",
"date": "Reviewed in the United States on February 25, 2026",
"rating": "5.0 out of 5 stars",
"title": "best kitchen tool.",
"userName": "craig",
"numberOfHelpful": 0,
"variationId": "B07QFC6LN6",
"imageUrlList": null,
"variationList": ["Size: 1200 Watts", "Style: Cooker"],
"locale": { "language": "en", "country": "US", "marketplaceId": "ATVPDKIKX0DER" },
"profilePath": "/gp/profile/amzn1.account.AEEX57S6YLXC6JT5VMOUYVQU7HHA/ref=cm_cr_srp_d_gw_btm",
"textHtml": "<span>This is a must have in the kitchen. It takes so little energy to cook and does a great job. It was super easy to use and is whisper quite. Its a little larger than you would expect but thats a good thing. If you want to level up your cooking this is the first step.</span>",
"verified": true
},
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"asin": null,
"domainCode": "co.uk",
"productTitle": null,
"countRatings": 0,
"productRating": null,
"reviewSummary": null,
"reviewId": "R1Y1DDWCZOOPBW",
"text": "I don't know how it works yet. I just know it is VERY highly scented...",
"date": "Reviewed in the United Kingdom on April 4, 2024",
"rating": "3.0 out of 5 stars",
"title": "Highly Perfumed",
"userName": "Wordsmith",
"numberOfHelpful": 2,
"variationId": null,
"imageUrlList": null,
"variationList": [],
"locale": null,
"profilePath": "/gp/profile/amzn1.account.AG2XG3OC3R6ZICYCUK2PSYPZAZ2A/ref=cm_cr_arp_d_gw_btm",
"textHtml": "<span>I don't know how it works yet. I just know it is VERY highly scented...</span>",
"verified": true
}
]

Valid Domains

The following domain codes are currently supported by this Actor:

  • "com" for Amazon USA
  • "ca" for Amazon Canada
  • "co.uk" for Amazon United Kingdom
  • "de" for Amazon Germany
  • "fr" for Amazon France
  • "it" for Amazon Italy
  • "es" for Amazon Spain
  • "nl" for Amazon Netherlands
  • "se" for Amazon Sweden
  • "pl" for Amazon Poland
  • "be" for Amazon Belgium
  • "com.mx" for Amazon Mexico
  • "com.br" for Amazon Brazil
  • "com.au" for Amazon Australia
  • "co.jp" for Amazon Japan
  • "in" for Amazon India
  • "ae" for Amazon United Arab Emirates
  • "sa" for Amazon Saudi Arabia
  • "com.tr" for Amazon Turkey
  • "eg" for Amazon Egypt

How much does Amazon Review Details Scraper cost?

Estimating the resources required for data extraction varies depending on the number and complexity of review IDs queried in a run. It is suggested to perform a test run with a limited set of review detail requests to assess resource consumption and cost. This estimation can be used to plan for larger scale data extraction accordingly.

What to consider when using this Actor?

This Actor implements proven techniques in web scraping, relieving users from common scraping challenges.

Key considerations:

  • Proxy Rotation: The Actor uses a large pool of proxies across multiple countries to avoid IP blocking.
  • Geo Targeting: Requests are routed through proxies matching the Amazon domain’s geographical location to ensure accurate data retrieval.
  • Captcha and Blocking Handling: The Actor automatically manages captchas and temporary blocking responses to maintain continuous extraction.
  • Stability and Reliability: The Actor implements retry logic and resource rotation to provide a stable and reliable scraping experience.

Use cases for our Actors

  1. Market Research: Extract detailed customer reviews for comprehensive product analysis.
  2. Price Monitoring: Observe and react to competitor product feedback trends.
  3. Inventory Management: Monitor product review insights to complement stock tracking.
  4. Product Catalog Management: Enhance product listings with detailed customer feedback.
  5. Review Monitoring and Sentiment Analysis: Perform in-depth analysis on specific customer reviews.
  6. Lead Generation: Identify suppliers or partners via detailed product review examination.
  7. Content Aggregation and Curation: Compile detailed reviews for content creation and guides.
  8. Price Comparison Websites: Access accurate review data to inform consumer choices.
  9. Ad Campaign Optimization: Utilize detailed review feedback to refine marketing strategies.