Amazon Reviews Scraper avatar

Amazon Reviews Scraper

Try for free

14 days trial then $40.00/month - No credit card required now

Go to Store
Amazon Reviews Scraper

Amazon Reviews Scraper

junglee/amazon-reviews-scraper
Try for free

14 days trial then $40.00/month - No credit card required now

Amazon scraper to extract reviews from Amazon products. Scrape and download detailed reviews without using the Amazon API, including rating score, review description, reactions and images. Download your data as HTML table, JSON, CSV, Excel, XML.

You can access the Amazon Reviews Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.1",
5    "x-build-id": "pWKlkRFZu6PgHEoOx"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/junglee~amazon-reviews-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-junglee-amazon-reviews-scraper",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/junglee~amazon-reviews-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-junglee-amazon-reviews-scraper",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/junglee~amazon-reviews-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-junglee-amazon-reviews-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "productUrls"
135        ],
136        "properties": {
137          "productUrls": {
138            "title": "URLs of Amazon products",
139            "uniqueItems": true,
140            "type": "array",
141            "description": "Enter the URL or URLs of the Amazon products you want to scrape. <br> (E.g., https://www.amazon.com/Sceptre-E248W-19203R-Monitor-Speakers-Metallic/dp/B0773ZY26F). Click <strong>+ Add</strong> to scrape multiple URLs at once.",
142            "items": {
143              "type": "object",
144              "required": [
145                "url"
146              ],
147              "properties": {
148                "url": {
149                  "type": "string",
150                  "title": "URL of a web page",
151                  "format": "uri"
152                }
153              }
154            }
155          },
156          "maxReviews": {
157            "title": "Max reviews per product (up to 500 reviews)",
158            "minimum": 0,
159            "type": "integer",
160            "description": "Type in the amount of reviews to be scraped. Leave this blank if you want to extract all reviews. <br><b>❗ Note: </b> max amount of reviews per product is 100 for each star rating or 500 reviews for a single product."
161          },
162          "sort": {
163            "title": "Sort reviews by",
164            "enum": [
165              "helpful",
166              "recent"
167            ],
168            "type": "string",
169            "description": "Select by which criteria the reviews should be sorted. Amazon's default is <b>Top reviews</b>.",
170            "default": "helpful"
171          },
172          "includeGdprSensitive": {
173            "title": "Include personal information",
174            "type": "boolean",
175            "description": "Personal data such as name, ID or profile image is protected by GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. [Read more](https://blog.apify.com/is-web-scraping-legal/).",
176            "default": false
177          },
178          "filterByRatings": {
179            "title": "Filter by ratings",
180            "type": "array",
181            "description": "Select the number of stars by which reviews should be filtered. Amazon's default is <b>All stars</b>. <br> Duplicate reviews, caused by selecting overlapping ratings (e.g., <b>1 star</b> and <b>All critical</b>) will be filtered out.",
182            "items": {
183              "type": "string",
184              "enum": [
185                "allStars",
186                "fiveStar",
187                "fourStar",
188                "threeStar",
189                "twoStar",
190                "oneStar",
191                "positive",
192                "critical"
193              ],
194              "enumTitles": [
195                "All stars",
196                "5 star",
197                "4 star",
198                "3 star",
199                "2 star",
200                "1 star",
201                "All positive",
202                "All critical"
203              ]
204            },
205            "default": [
206              "allStars"
207            ]
208          },
209          "reviewsFilterByKeywords": {
210            "title": "Search by keywords",
211            "type": "array",
212            "description": "Enter keywords by which the reviews should be filtered. Each keyword is scraped separately, in a combination with <b>Filter by ratings</b> option. Duplicate reviews, caused by selecting overlapping keywords, will be filtered out.\n\nExample keywords that get lots of results:\n`[\"Good\", \"Bad\", \"Great\", \"Quality\", \"Useful\", \"Love\", \"Price\"]`",
213            "items": {
214              "type": "string"
215            }
216          },
217          "reviewsCutoffDate": {
218            "title": "Get reviews since date",
219            "type": "string",
220            "description": "**Only scrape reviews since the given date *(inclusive)*** *(YYYY-MM-DD)*.\n- Works only for supported languages <i>(<a href='https://console.apify.com/actors/R8WeJwLuzLZ6g4Bkk/issues' target='_blank' rel='noopener'>Open an issue</a> to add new ones)</i>. \n- This feature requires the <b>Sort by review</b> to be set to <b>recent</b>, otherwise it will be overridden.\n- You can also use relative dates like <b>3 days, 1 week</b> or <b>3 months</b>. <i>(You need to use the JSON input editor for this.)</i>"
221          },
222          "reviewsUseProductVariantFilter": {
223            "title": "Scrape a single product variant",
224            "type": "boolean",
225            "description": "If the product has multiple variants <i>(e.g., different colors, sizes, etc.)</i>, you can scrape reviews only for the selected variant.",
226            "default": false
227          },
228          "reviewsEnqueueProductVariants": {
229            "title": "Scrape all product variants",
230            "type": "boolean",
231            "description": "If the product has multiple variants <i>(e.g., different colors, sizes, etc.)</i>, you can scrape reviews for all of these variants separately. Enabling this option will automatically set the <b>Filter only product variant</b> option to <b>true</b>.",
232            "default": false
233          },
234          "language": {
235            "title": "Language",
236            "enum": [
237              "cs",
238              "da",
239              "de",
240              "en",
241              "es",
242              "fr",
243              "nl",
244              "pl",
245              "pt",
246              "sv",
247              "tr",
248              "he",
249              "ar",
250              "mrta",
251              "hi",
252              "bn",
253              "ta",
254              "te",
255              "kn",
256              "ml",
257              "ko",
258              "zh_CN",
259              "zh_TW",
260              "ja"
261            ],
262            "type": "string",
263            "description": "\n\n**❗Disclaimer**: Each Amazon domain has a different set of supported languages. If you choose a language that is not supported by the domain, the scraper will use the default language of the domain."
264          },
265          "proxyCountry": {
266            "title": "Proxy country",
267            "enum": [
268              "AUTO_SELECT_PROXY_COUNTRY",
269              "AF",
270              "AL",
271              "DZ",
272              "AS",
273              "AD",
274              "AO",
275              "AI",
276              "AQ",
277              "AG",
278              "AR",
279              "AM",
280              "AW",
281              "AU",
282              "AT",
283              "AZ",
284              "BS",
285              "BH",
286              "BD",
287              "BB",
288              "BY",
289              "BE",
290              "BZ",
291              "BJ",
292              "BM",
293              "BT",
294              "BO",
295              "BQ",
296              "BA",
297              "BW",
298              "BV",
299              "BR",
300              "IO",
301              "VG",
302              "BN",
303              "BG",
304              "BF",
305              "BI",
306              "KH",
307              "CM",
308              "CA",
309              "CV",
310              "KY",
311              "CF",
312              "TD",
313              "CL",
314              "CN",
315              "CX",
316              "CC",
317              "CO",
318              "KM",
319              "CK",
320              "CR",
321              "HR",
322              "CU",
323              "CW",
324              "CY",
325              "CZ",
326              "CD",
327              "DK",
328              "DJ",
329              "DM",
330              "DO",
331              "TL",
332              "EC",
333              "EG",
334              "SV",
335              "GQ",
336              "ER",
337              "EE",
338              "ET",
339              "FK",
340              "FO",
341              "FJ",
342              "FI",
343              "FR",
344              "GF",
345              "PF",
346              "TF",
347              "GA",
348              "GM",
349              "GE",
350              "DE",
351              "GH",
352              "GI",
353              "GR",
354              "GL",
355              "GD",
356              "GP",
357              "GU",
358              "GT",
359              "GG",
360              "GW",
361              "GN",
362              "GY",
363              "HT",
364              "HM",
365              "HN",
366              "HK",
367              "HU",
368              "IS",
369              "IN",
370              "ID",
371              "IR",
372              "IQ",
373              "IE",
374              "IM",
375              "IL",
376              "IT",
377              "CI",
378              "JM",
379              "JP",
380              "JE",
381              "JO",
382              "KZ",
383              "KE",
384              "KI",
385              "XK",
386              "KW",
387              "KG",
388              "LA",
389              "LV",
390              "LB",
391              "LS",
392              "LR",
393              "LY",
394              "LI",
395              "LT",
396              "LU",
397              "MO",
398              "MG",
399              "MW",
400              "MY",
401              "MV",
402              "ML",
403              "MT",
404              "MH",
405              "MQ",
406              "MR",
407              "MU",
408              "YT",
409              "MX",
410              "FM",
411              "MD",
412              "MC",
413              "MN",
414              "ME",
415              "MS",
416              "MA",
417              "MZ",
418              "MM",
419              "NA",
420              "NR",
421              "NP",
422              "NL",
423              "NC",
424              "NZ",
425              "NI",
426              "NE",
427              "NG",
428              "NU",
429              "NF",
430              "KP",
431              "MK",
432              "MP",
433              "NO",
434              "OM",
435              "PK",
436              "PW",
437              "PS",
438              "PA",
439              "PG",
440              "PY",
441              "PE",
442              "PH",
443              "PN",
444              "PL",
445              "PT",
446              "PR",
447              "QA",
448              "CG",
449              "RE",
450              "RO",
451              "RU",
452              "RW",
453              "BL",
454              "SH",
455              "KN",
456              "LC",
457              "MF",
458              "PM",
459              "VC",
460              "WS",
461              "SM",
462              "ST",
463              "SA",
464              "SN",
465              "RS",
466              "SC",
467              "SL",
468              "SG",
469              "SX",
470              "SK",
471              "SI",
472              "SB",
473              "SO",
474              "ZA",
475              "GS",
476              "KR",
477              "SS",
478              "ES",
479              "LK",
480              "SD",
481              "SR",
482              "SJ",
483              "SZ",
484              "SE",
485              "CH",
486              "SY",
487              "TW",
488              "TJ",
489              "TZ",
490              "TH",
491              "TG",
492              "TK",
493              "TO",
494              "TT",
495              "TN",
496              "TR",
497              "TM",
498              "TC",
499              "TV",
500              "UM",
501              "VI",
502              "UG",
503              "UA",
504              "AE",
505              "GB",
506              "US",
507              "UY",
508              "UZ",
509              "VU",
510              "VA",
511              "VE",
512              "VN",
513              "WF",
514              "EH",
515              "YE",
516              "ZM",
517              "ZW",
518              "AX"
519            ],
520            "type": "string",
521            "description": "You can set proxy country to **avoid geo-blocking** and **access region-specific content**. Amazon shows you the products that can be shipped to your address based on the proxy you use.\n\n*By default*, the scraper **automatically selects** the **proxy country** based on the used Amazon website domain, ensuring low blocking rates and results relevant to the base domain.",
522            "default": "AUTO_SELECT_PROXY_COUNTRY"
523          },
524          "scrapeProductDetails": {
525            "title": "Scrape product details",
526            "type": "boolean",
527            "description": "If enabled, the Actor will scrape and save product data the same way as the [Amazon Product Scraper](https://console.apify.com/actors/BG3WDrGdteHgZgbPK). The product details will be available in the `product` output field.",
528            "default": false
529          },
530          "reviewsAlwaysSaveCategoryData": {
531            "title": "Always save category data",
532            "type": "boolean",
533            "description": "If enabled, the Actor will return the review category data even if there are no reviews.\n- Normally, only reviews are saved, if there are no reviews, the review category data is not saved.\n- With this option, the review category data will be saved alone, if there are no reviews (review fields are empty).",
534            "default": false
535          },
536          "scrapeQuickProductReviews": {
537            "title": "Scrape quick product reviews (up to 80 reviews)",
538            "type": "boolean",
539            "description": "If enabled, the scraper will scrape the quick product reviews using an alternative API. This allows you to scrape up to 80 reviews.\n\nAll of the regular review filters and sorting methods are functional. Category info like `X total ratings, X with reviews` is currently not scraped.\n\nUseful when Amazon blocks regular reviews behind a login-wall...",
540            "default": true
541          },
542          "deduplicateRedirectedAsins": {
543            "title": "Deduplicate redirected ASINs",
544            "type": "boolean",
545            "description": "If set, the crawler will deduplicate the redirected ASINs (by default). Otherwise the product will be saved multiple times under the ASINs it was redirected to.",
546            "default": true
547          }
548        }
549      },
550      "runsResponseSchema": {
551        "type": "object",
552        "properties": {
553          "data": {
554            "type": "object",
555            "properties": {
556              "id": {
557                "type": "string"
558              },
559              "actId": {
560                "type": "string"
561              },
562              "userId": {
563                "type": "string"
564              },
565              "startedAt": {
566                "type": "string",
567                "format": "date-time",
568                "example": "2025-01-08T00:00:00.000Z"
569              },
570              "finishedAt": {
571                "type": "string",
572                "format": "date-time",
573                "example": "2025-01-08T00:00:00.000Z"
574              },
575              "status": {
576                "type": "string",
577                "example": "READY"
578              },
579              "meta": {
580                "type": "object",
581                "properties": {
582                  "origin": {
583                    "type": "string",
584                    "example": "API"
585                  },
586                  "userAgent": {
587                    "type": "string"
588                  }
589                }
590              },
591              "stats": {
592                "type": "object",
593                "properties": {
594                  "inputBodyLen": {
595                    "type": "integer",
596                    "example": 2000
597                  },
598                  "rebootCount": {
599                    "type": "integer",
600                    "example": 0
601                  },
602                  "restartCount": {
603                    "type": "integer",
604                    "example": 0
605                  },
606                  "resurrectCount": {
607                    "type": "integer",
608                    "example": 0
609                  },
610                  "computeUnits": {
611                    "type": "integer",
612                    "example": 0
613                  }
614                }
615              },
616              "options": {
617                "type": "object",
618                "properties": {
619                  "build": {
620                    "type": "string",
621                    "example": "latest"
622                  },
623                  "timeoutSecs": {
624                    "type": "integer",
625                    "example": 300
626                  },
627                  "memoryMbytes": {
628                    "type": "integer",
629                    "example": 1024
630                  },
631                  "diskMbytes": {
632                    "type": "integer",
633                    "example": 2048
634                  }
635                }
636              },
637              "buildId": {
638                "type": "string"
639              },
640              "defaultKeyValueStoreId": {
641                "type": "string"
642              },
643              "defaultDatasetId": {
644                "type": "string"
645              },
646              "defaultRequestQueueId": {
647                "type": "string"
648              },
649              "buildNumber": {
650                "type": "string",
651                "example": "1.0.0"
652              },
653              "containerUrl": {
654                "type": "string"
655              },
656              "usage": {
657                "type": "object",
658                "properties": {
659                  "ACTOR_COMPUTE_UNITS": {
660                    "type": "integer",
661                    "example": 0
662                  },
663                  "DATASET_READS": {
664                    "type": "integer",
665                    "example": 0
666                  },
667                  "DATASET_WRITES": {
668                    "type": "integer",
669                    "example": 0
670                  },
671                  "KEY_VALUE_STORE_READS": {
672                    "type": "integer",
673                    "example": 0
674                  },
675                  "KEY_VALUE_STORE_WRITES": {
676                    "type": "integer",
677                    "example": 1
678                  },
679                  "KEY_VALUE_STORE_LISTS": {
680                    "type": "integer",
681                    "example": 0
682                  },
683                  "REQUEST_QUEUE_READS": {
684                    "type": "integer",
685                    "example": 0
686                  },
687                  "REQUEST_QUEUE_WRITES": {
688                    "type": "integer",
689                    "example": 0
690                  },
691                  "DATA_TRANSFER_INTERNAL_GBYTES": {
692                    "type": "integer",
693                    "example": 0
694                  },
695                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
696                    "type": "integer",
697                    "example": 0
698                  },
699                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
700                    "type": "integer",
701                    "example": 0
702                  },
703                  "PROXY_SERPS": {
704                    "type": "integer",
705                    "example": 0
706                  }
707                }
708              },
709              "usageTotalUsd": {
710                "type": "number",
711                "example": 0.00005
712              },
713              "usageUsd": {
714                "type": "object",
715                "properties": {
716                  "ACTOR_COMPUTE_UNITS": {
717                    "type": "integer",
718                    "example": 0
719                  },
720                  "DATASET_READS": {
721                    "type": "integer",
722                    "example": 0
723                  },
724                  "DATASET_WRITES": {
725                    "type": "integer",
726                    "example": 0
727                  },
728                  "KEY_VALUE_STORE_READS": {
729                    "type": "integer",
730                    "example": 0
731                  },
732                  "KEY_VALUE_STORE_WRITES": {
733                    "type": "number",
734                    "example": 0.00005
735                  },
736                  "KEY_VALUE_STORE_LISTS": {
737                    "type": "integer",
738                    "example": 0
739                  },
740                  "REQUEST_QUEUE_READS": {
741                    "type": "integer",
742                    "example": 0
743                  },
744                  "REQUEST_QUEUE_WRITES": {
745                    "type": "integer",
746                    "example": 0
747                  },
748                  "DATA_TRANSFER_INTERNAL_GBYTES": {
749                    "type": "integer",
750                    "example": 0
751                  },
752                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
753                    "type": "integer",
754                    "example": 0
755                  },
756                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
757                    "type": "integer",
758                    "example": 0
759                  },
760                  "PROXY_SERPS": {
761                    "type": "integer",
762                    "example": 0
763                  }
764                }
765              }
766            }
767          }
768        }
769      }
770    }
771  }
772}

Scrape Amazon reviews with ratings, description and images OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Amazon Reviews Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Apify

Actor Metrics

  • 344 monthly users

  • 73 bookmarks

  • >99% runs succeeded

  • 3.4 days response time

  • Created in May 2022

  • Modified 3 days ago

Categories