Scrape reviews from any product on amazon!
- Modified
- Users6
- Runs115
Scrape reviews from any product on Amazon!
Input
You can choose to scrape by product's ASIN or by URL. one of the options most be provided
the limitPages
will be the limit of pages to scrape (when starting by most recent filter)
Input example
{
"asin": "B07TC4YK74",
"limitPages": 2,
"URL": "https://www.amazon.com/dp/B07TC4YK74"
}
Output
The scraped data is stored in the dataset of each run. The data can be viewed or downloaded in many popular formats, such as JSON, CSV, Excel, XML, RSS, and HTML.
Output example
{
"metadata": {
"globalRatingText": "4.3 out of 5",
"globalRateCountText": "3,796 global ratings",
"globalReviewCountText": "478 global reviews",
"histogramText": {
"0": {
"star": "5 star ",
"percentage": " 63%"
},
"1": {
"star": "4 star ",
"percentage": " 17%"
},
"2": {
"star": "3 star ",
"percentage": " 10%"
},
"3": {
"star": "2 star ",
"percentage": " 4%"
},
"4": {
"star": "1 star ",
"percentage": " 6%"
}
}
},
"reviews": [
{
"asin": "R1SMLHLMWA151W",
"starsRate": 1,
"title": "Not as dark as I expected. Never wear them",
"link": "https://www.amazon.com/gp/customer-reviews/R1SMLHLMWA151W/ref=cm_cr_arp_d_rvw_ttl?ie=UTF8&ASIN=B07TC4YK74",
"date": "april 23, 2022",
"body": "Not as dark as I expected. Never wear them still in box",
"page": 1,
"location": "united states"
}
]
}
Before you go, say hey to Jeff ;)
Have any questions? please free to contact me at rrdeveloment.io@gmail.com or create an issue here!
Industries
See how Amazon Reviews Scrapper is used in industries around the world