
Amazon Comment By URL
Learn More
What are the advantages of using the Amazon Product Scraper for review data?
The Amazon Product Scraper collects product reviews via URL, extracting user review data efficiently and accurately. Compared to manual collection or traditional scraping tools, it supports structured data output, making it easy for businesses to integrate and analyze review data to support decision-making.
How to directly scrape reviews and details of a product via URL?
Simply provide the Amazon product page URL, and the scraper will automatically parse and extract all relevant data, including review content and ratings, seller info, price history, image URLs, and more. No need for complex scripts or configurations, greatly lowering the technical barrier for use across e-commerce, SEO agencies, and market research firms.
What specific use cases can the Amazon Product Scraper support?
- E-commerce competitor analysis: Monitor rival product pricing, stock, and review trends in real time
- SEO optimization: Extract product titles and keywords to boost search rankings
- Market research: Analyze user reviews to identify demand and pain points
- Price tracking: Automatically track price changes to support dynamic pricing
- Big data applications: Supply high-quality datasets for AI and LLM model training
Result
This is an example of how scraper results will look like.
json
[
{
"product_name": "HISDERN Plaid Checkered Tie Handkerchief Woven Classic Formal Men's Necktie & Pocket Square Set",
"product_rating": "4.7",
"product_rating_object": {
"five_star": 9534,
"four_star": 1690,
"three_star": 603,
"two_star": 121,
"one_star": 121
},
"product_rating_max": 5,
"product_rating_count": "12068",
"brand": null,
"rating": "5.0",
"author_name": "Photo buff",
"asin": "B010FMOO8Q",
"review_header": "Great looking, classy and classic tie",
"review_id": "R3T9Y1HS60Y7KK",
"review_text": "Quality tie and very good looking. I wore it to a wedding and received multiple compliments. Paired well with the brighter blue suits that are in style this spring.",
"author_id": "AGPDKUKBD4RNA4WD3LEMF56ZCUGQ",
"author_link": "https://www.amazon.com/gp/profile/amzn1.account.AGPDKUKBD4RNA4WD3LEMF56ZCUGQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
"badge": "Verified Purchase",
"review_posted_date": "May 7, 2025",
"review_country": "United States",
"review_images": [],
"helpful_count": "0",
"is_amazon_vine": false,
"is_verified": true,
"variant_asin": "B0BWRX5298",
"variant_name": "Color: D3-sage Green",
"videos": [],
"timestamp": "2025-05-26T08:44:05.451Z",
"input": {
"url": "https://www.amazon.com/HISDERN-Checkered-Handkerchief-Classic-Necktie/dp/B0BRXPR726"
},
"error": null,
"error_code": null,
"warning": null,
"warning_code": null,
"url": "https://www.amazon.com/HISDERN-Checkered-Handkerchief-Classic-Necktie/dp/B0BRXPR726"
}
]
Dictionary
| Column name | Description | Data type |
|---|---|---|
| url | The URL or link to the review on Amazon | Url |
| product_name | The name of the product | Text |
| product_rating | The average rating of the product | Number |
| product_rating_object | Object representing the breakdown of product ratings | Object |
| product_rating_max | The maximum product rating | Number |
| rating | The rating given by the reviewer for the product | Number |
| author_name | The name of the person who wrote the review | Text |
| asin | The Amazon Standard Identification Number of the product | Text |
| product_rating_count | The total count of ratings for the product | Number |
| review_header | The header or title of the review | Text |
| review_id | The unique identifier for each review | Text |
| review_text | The textual content of the review | Text |
| author_id | The unique identifier for the review author | Text |
| author_link | Link to the author's profile or page | Url |
| badge | Any badge or recognition associated with the review author | Text |
| brand | The brand of the product being reviewed | Text |
| review_posted_date | The date when the review was posted | Text |
| review_country | The country associated with the reviewer | Text |
| review_images | Any images attached to the review | Array |
| helpful_count | The count of users who found the review helpful | Number |
| is_amazon_vine | whether a product is enrolled in the Amazon Vine program | Boolean |
| is_verified | whether a product review is from a verified purchaser | Boolean |
| variant_asin | The unique ASIN assigned to a specific child product | Text |
| variant_name | Name describing a child product's unique attributes | Text |
| videos | The presence of video content | Array |
| timestamp | Date/time of product action/data update on Amazon | Text |
| input | Data or query for Amazon search or order processing. | Object |
| error | Error message | Text |
| error_code | A unique identifier associated with an error message | Number |
| warning | Warning message | Text |
| warning_code | A unique identifier associated with a warning message | Number |
Input
URLs url Required Text
Description: Target URL to be scraped