Amazon Explorer avatar

Amazon Explorer

Try for free

10 days trial then $30.00/month - No credit card required now

Go to Store
Amazon Explorer

Amazon Explorer

jupri/amazon-explorer
Try for free

10 days trial then $30.00/month - No credit card required now

Scrape product data from Amazon.com

Developer
Maintained by Community

Actor Metrics

  • 14 monthly users

  • No reviews yet

  • 3 bookmarks

  • >99% runs succeeded

  • 71 days response time

  • Created in Jul 2022

  • Modified a year ago

Categories

You can access the Amazon Explorer programmatically from your own applications by using the Apify API. You can also 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.2",
5    "x-build-id": "eXxlihBxdnqxIuPa3"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~amazon-explorer/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-amazon-explorer",
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/jupri~amazon-explorer/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-amazon-explorer",
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/jupri~amazon-explorer/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-amazon-explorer",
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        "properties": {
134          "query": {
135            "title": "🛒 Query",
136            "type": "string",
137            "description": "<i><code>Keywords</code></i> or <i><code>search-url (https://www.amazon.com/s?k=something)</code></i> or <i><code>ASIN(s)</code></i> separated by space or comma"
138          },
139          "market": {
140            "title": "🛒 Portal",
141            "enum": [
142              "US",
143              "AU",
144              "BE",
145              "BR",
146              "CA",
147              "EG",
148              "FR",
149              "DE",
150              "IN",
151              "IT",
152              "JP",
153              "MX",
154              "NL",
155              "PL",
156              "SA",
157              "SG",
158              "ES",
159              "SE",
160              "TR",
161              "AE",
162              "UK"
163            ],
164            "type": "string",
165            "description": "Marketplace <i><code>(default=US)</code></i>",
166            "default": "US"
167          },
168          "location": {
169            "title": "🛒 Location",
170            "enum": [
171              "AF",
172              "AX",
173              "AL",
174              "DZ",
175              "AS",
176              "AD",
177              "AO",
178              "AI",
179              "AG",
180              "AR",
181              "AM",
182              "AW",
183              "AU",
184              "AT",
185              "AZ",
186              "BS",
187              "BH",
188              "BD",
189              "BB",
190              "BY",
191              "BE",
192              "BZ",
193              "BJ",
194              "BM",
195              "BT",
196              "BO",
197              "BQ",
198              "BA",
199              "BW",
200              "BV",
201              "BR",
202              "IO",
203              "BN",
204              "BG",
205              "BF",
206              "BI",
207              "KH",
208              "CM",
209              "CA",
210              "CV",
211              "KY",
212              "CF",
213              "TD",
214              "CL",
215              "CN",
216              "CX",
217              "CC",
218              "CO",
219              "KM",
220              "CG",
221              "CD",
222              "CK",
223              "CR",
224              "CI",
225              "HR",
226              "CW",
227              "CY",
228              "CZ",
229              "DK",
230              "DJ",
231              "DM",
232              "DO",
233              "EC",
234              "EG",
235              "SV",
236              "GQ",
237              "ER",
238              "EE",
239              "ET",
240              "FK",
241              "FO",
242              "FJ",
243              "FI",
244              "FR",
245              "GF",
246              "PF",
247              "TF",
248              "GA",
249              "GM",
250              "GE",
251              "DE",
252              "GH",
253              "GI",
254              "GR",
255              "GL",
256              "GD",
257              "GP",
258              "GT",
259              "GG",
260              "GN",
261              "GW",
262              "GY",
263              "HT",
264              "HM",
265              "VA",
266              "HN",
267              "HK",
268              "HU",
269              "IS",
270              "IN",
271              "ID",
272              "IQ",
273              "IE",
274              "IM",
275              "IL",
276              "IT",
277              "JM",
278              "JP",
279              "JE",
280              "JO",
281              "KZ",
282              "KE",
283              "KI",
284              "XK",
285              "KW",
286              "KG",
287              "LA",
288              "LV",
289              "LB",
290              "LS",
291              "LR",
292              "LY",
293              "LI",
294              "LT",
295              "LU",
296              "MO",
297              "MK",
298              "MG",
299              "MW",
300              "MY",
301              "MV",
302              "ML",
303              "MT",
304              "MH",
305              "MQ",
306              "MR",
307              "MU",
308              "YT",
309              "MX",
310              "FM",
311              "MD",
312              "MC",
313              "MN",
314              "ME",
315              "MS",
316              "MA",
317              "MZ",
318              "MM",
319              "NA",
320              "NR",
321              "NP",
322              "NL",
323              "AN",
324              "NC",
325              "NZ",
326              "NI",
327              "NE",
328              "NG",
329              "NU",
330              "NF",
331              "NO",
332              "OM",
333              "PK",
334              "PW",
335              "PS",
336              "PA",
337              "PG",
338              "PY",
339              "PE",
340              "PH",
341              "PN",
342              "PL",
343              "PT",
344              "QA",
345              "KR",
346              "RE",
347              "RO",
348              "RU",
349              "RW",
350              "BL",
351              "SH",
352              "KN",
353              "LC",
354              "MF",
355              "PM",
356              "VC",
357              "WS",
358              "SM",
359              "ST",
360              "SA",
361              "SN",
362              "RS",
363              "SC",
364              "SL",
365              "SG",
366              "SX",
367              "SK",
368              "SI",
369              "SB",
370              "SO",
371              "ZA",
372              "GS",
373              "ES",
374              "LK",
375              "SR",
376              "SJ",
377              "SZ",
378              "SE",
379              "CH",
380              "TW",
381              "TJ",
382              "TZ",
383              "TH",
384              "TL",
385              "TG",
386              "TK",
387              "TO",
388              "TT",
389              "TN",
390              "TR",
391              "TM",
392              "TC",
393              "TV",
394              "UG",
395              "UA",
396              "AE",
397              "GB",
398              "UM",
399              "UY",
400              "UZ",
401              "VU",
402              "VE",
403              "VN",
404              "VG",
405              "WF",
406              "EH",
407              "YE",
408              "ZM",
409              "ZW"
410            ],
411            "type": "string",
412            "description": "Delivery location <i><code>(country-code)</code></i>"
413          },
414          "currency": {
415            "title": "🛒 Currency",
416            "type": "string",
417            "description": ""
418          },
419          "language": {
420            "title": "🛒 Language",
421            "type": "string",
422            "description": "example: en-US"
423          },
424          "limit": {
425            "title": "Limit",
426            "type": "integer",
427            "description": "Limit number of results <code><i>(default=3)</i></code>.",
428            "default": 3
429          },
430          "sort": {
431            "title": "Sorting",
432            "enum": [
433              "featured",
434              "price",
435              "review",
436              "date",
437              "bestseller"
438            ],
439            "type": "string",
440            "description": "Sorting key"
441          },
442          "order": {
443            "title": "Order",
444            "enum": [
445              "asc",
446              "desc"
447            ],
448            "type": "string",
449            "description": "Sorting order"
450          },
451          "department": {
452            "title": "Department",
453            "enum": [
454              "alexa-skills",
455              "appliances",
456              "arts-crafts",
457              "automotive",
458              "baby-products",
459              "beauty",
460              "digital-music",
461              "digital-text",
462              "dvd",
463              "electronics",
464              "fashion",
465              "garden",
466              "gift-cards",
467              "grocery",
468              "handmade",
469              "hpc",
470              "industrial",
471              "instant-video",
472              "kindle-accessories",
473              "lawngarden",
474              "local-services",
475              "magazines",
476              "mi",
477              "misc",
478              "mobile",
479              "mobile-apps",
480              "office-products",
481              "pets",
482              "popular",
483              "software",
484              "sporting",
485              "stripbooks",
486              "tools",
487              "toys-and-games",
488              "videogames"
489            ],
490            "type": "string",
491            "description": ""
492          },
493          "brand": {
494            "title": "Brand",
495            "type": "string",
496            "description": "<code>example: Microsoft</code>"
497          },
498          "min_price": {
499            "title": "Price",
500            "type": "integer",
501            "description": ""
502          },
503          "max_price": {
504            "title": "",
505            "type": "integer",
506            "description": ""
507          },
508          "rating": {
509            "title": "⭐ Ratings",
510            "enum": [
511              "5",
512              "4",
513              "3",
514              "2",
515              "1"
516            ],
517            "type": "string",
518            "description": "Avg. Customer Review"
519          },
520          "arrival": {
521            "title": "Arrival Date",
522            "enum": [
523              "30",
524              "90",
525              "-1"
526            ],
527            "type": "string",
528            "description": ""
529          },
530          "out_of_stock": {
531            "title": "Include out of stock",
532            "type": "boolean",
533            "description": ""
534          },
535          "description": {
536            "title": "Get description",
537            "type": "boolean",
538            "description": "Include short description"
539          },
540          "variation": {
541            "title": "Get variation",
542            "type": "boolean",
543            "description": "Include variation information"
544          },
545          "dev_proxy_config": {
546            "title": "🌐 PROXY NETWORKING",
547            "type": "object",
548            "description": "<b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b><a href=https://scrapeops.io/app/register/main target=_blank>ScrapeOps.IO</a></b><br><code>scrapeops://{api-key}</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
549          },
550          "dev_custom_headers": {
551            "title": "📜 HTTP HEADERS",
552            "type": "array",
553            "description": "💡 Additional HTTP Headers",
554            "items": {
555              "type": "object",
556              "required": [
557                "key",
558                "value"
559              ],
560              "properties": {
561                "key": {
562                  "type": "string",
563                  "title": "Key"
564                },
565                "value": {
566                  "type": "string",
567                  "title": "Value"
568                }
569              }
570            }
571          },
572          "dev_custom_cookies": {
573            "title": "🍪 HTTP COOKIES",
574            "type": "array",
575            "description": "💡 Additional HTTP Cookies",
576            "items": {
577              "type": "object",
578              "required": [
579                "key",
580                "value"
581              ],
582              "properties": {
583                "key": {
584                  "type": "string",
585                  "title": "Key"
586                },
587                "value": {
588                  "type": "string",
589                  "title": "Value"
590                }
591              }
592            }
593          },
594          "dev_no_strip": {
595            "title": "Disable data cleansing",
596            "type": "boolean",
597            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
598          },
599          "dev_transform_enable": {
600            "title": "Enable Custom Fields",
601            "type": "boolean",
602            "description": ""
603          },
604          "dev_transform_fields": {
605            "title": "Fields List",
606            "type": "array",
607            "description": "",
608            "items": {
609              "type": "object",
610              "required": [
611                "key",
612                "value"
613              ],
614              "properties": {
615                "key": {
616                  "type": "string",
617                  "title": "Key"
618                },
619                "value": {
620                  "type": "string",
621                  "title": "Value"
622                }
623              }
624            }
625          },
626          "dev_dataset_enable": {
627            "title": "Enable Custom Storage",
628            "type": "boolean",
629            "description": ""
630          },
631          "dev_dataset_clear": {
632            "title": "Clear Storage",
633            "type": "boolean",
634            "description": "Clear Dataset before insert/update."
635          },
636          "dev_dataset_name": {
637            "title": "Dataset Name",
638            "type": "string",
639            "description": "💡 <b>Use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
640          }
641        }
642      },
643      "runsResponseSchema": {
644        "type": "object",
645        "properties": {
646          "data": {
647            "type": "object",
648            "properties": {
649              "id": {
650                "type": "string"
651              },
652              "actId": {
653                "type": "string"
654              },
655              "userId": {
656                "type": "string"
657              },
658              "startedAt": {
659                "type": "string",
660                "format": "date-time",
661                "example": "2025-01-08T00:00:00.000Z"
662              },
663              "finishedAt": {
664                "type": "string",
665                "format": "date-time",
666                "example": "2025-01-08T00:00:00.000Z"
667              },
668              "status": {
669                "type": "string",
670                "example": "READY"
671              },
672              "meta": {
673                "type": "object",
674                "properties": {
675                  "origin": {
676                    "type": "string",
677                    "example": "API"
678                  },
679                  "userAgent": {
680                    "type": "string"
681                  }
682                }
683              },
684              "stats": {
685                "type": "object",
686                "properties": {
687                  "inputBodyLen": {
688                    "type": "integer",
689                    "example": 2000
690                  },
691                  "rebootCount": {
692                    "type": "integer",
693                    "example": 0
694                  },
695                  "restartCount": {
696                    "type": "integer",
697                    "example": 0
698                  },
699                  "resurrectCount": {
700                    "type": "integer",
701                    "example": 0
702                  },
703                  "computeUnits": {
704                    "type": "integer",
705                    "example": 0
706                  }
707                }
708              },
709              "options": {
710                "type": "object",
711                "properties": {
712                  "build": {
713                    "type": "string",
714                    "example": "latest"
715                  },
716                  "timeoutSecs": {
717                    "type": "integer",
718                    "example": 300
719                  },
720                  "memoryMbytes": {
721                    "type": "integer",
722                    "example": 1024
723                  },
724                  "diskMbytes": {
725                    "type": "integer",
726                    "example": 2048
727                  }
728                }
729              },
730              "buildId": {
731                "type": "string"
732              },
733              "defaultKeyValueStoreId": {
734                "type": "string"
735              },
736              "defaultDatasetId": {
737                "type": "string"
738              },
739              "defaultRequestQueueId": {
740                "type": "string"
741              },
742              "buildNumber": {
743                "type": "string",
744                "example": "1.0.0"
745              },
746              "containerUrl": {
747                "type": "string"
748              },
749              "usage": {
750                "type": "object",
751                "properties": {
752                  "ACTOR_COMPUTE_UNITS": {
753                    "type": "integer",
754                    "example": 0
755                  },
756                  "DATASET_READS": {
757                    "type": "integer",
758                    "example": 0
759                  },
760                  "DATASET_WRITES": {
761                    "type": "integer",
762                    "example": 0
763                  },
764                  "KEY_VALUE_STORE_READS": {
765                    "type": "integer",
766                    "example": 0
767                  },
768                  "KEY_VALUE_STORE_WRITES": {
769                    "type": "integer",
770                    "example": 1
771                  },
772                  "KEY_VALUE_STORE_LISTS": {
773                    "type": "integer",
774                    "example": 0
775                  },
776                  "REQUEST_QUEUE_READS": {
777                    "type": "integer",
778                    "example": 0
779                  },
780                  "REQUEST_QUEUE_WRITES": {
781                    "type": "integer",
782                    "example": 0
783                  },
784                  "DATA_TRANSFER_INTERNAL_GBYTES": {
785                    "type": "integer",
786                    "example": 0
787                  },
788                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
789                    "type": "integer",
790                    "example": 0
791                  },
792                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
793                    "type": "integer",
794                    "example": 0
795                  },
796                  "PROXY_SERPS": {
797                    "type": "integer",
798                    "example": 0
799                  }
800                }
801              },
802              "usageTotalUsd": {
803                "type": "number",
804                "example": 0.00005
805              },
806              "usageUsd": {
807                "type": "object",
808                "properties": {
809                  "ACTOR_COMPUTE_UNITS": {
810                    "type": "integer",
811                    "example": 0
812                  },
813                  "DATASET_READS": {
814                    "type": "integer",
815                    "example": 0
816                  },
817                  "DATASET_WRITES": {
818                    "type": "integer",
819                    "example": 0
820                  },
821                  "KEY_VALUE_STORE_READS": {
822                    "type": "integer",
823                    "example": 0
824                  },
825                  "KEY_VALUE_STORE_WRITES": {
826                    "type": "number",
827                    "example": 0.00005
828                  },
829                  "KEY_VALUE_STORE_LISTS": {
830                    "type": "integer",
831                    "example": 0
832                  },
833                  "REQUEST_QUEUE_READS": {
834                    "type": "integer",
835                    "example": 0
836                  },
837                  "REQUEST_QUEUE_WRITES": {
838                    "type": "integer",
839                    "example": 0
840                  },
841                  "DATA_TRANSFER_INTERNAL_GBYTES": {
842                    "type": "integer",
843                    "example": 0
844                  },
845                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
846                    "type": "integer",
847                    "example": 0
848                  },
849                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
850                    "type": "integer",
851                    "example": 0
852                  },
853                  "PROXY_SERPS": {
854                    "type": "integer",
855                    "example": 0
856                  }
857                }
858              }
859            }
860          }
861        }
862      }
863    }
864  }
865}

Amazon Product ASIN Scraper 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 Explorer 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: