Amazon Price Tracker avatar

Amazon Price Tracker

Try for free

No credit card required

Go to Store
Amazon Price Tracker

Amazon Price Tracker

junglee/amazon-price-tracker
Try for free

No credit card required

Gets you product data from Amazon. Unofficial API. Scrapes and downloads product information without using the Amazon API, including reviews, prices, descriptions.

Developer
Maintained by Apify

Actor Metrics

  • 16 monthly users

  • 5.0 / 5 (2)

  • No bookmarks yet

  • 86% runs succeeded

  • Created in Nov 2024

  • Modified 6 days ago

Categories

You can access the Amazon Price Tracker 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.0",
5    "x-build-id": "ms1X0Z4sLg7cU6XYZ"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/junglee~amazon-price-tracker/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-junglee-amazon-price-tracker",
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-price-tracker/runs": {
50      "post": {
51        "operationId": "runs-sync-junglee-amazon-price-tracker",
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-price-tracker/run-sync": {
93      "post": {
94        "operationId": "run-sync-junglee-amazon-price-tracker",
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 urls of Amazon products you want to keep track of.",
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          "language": {
157            "title": "Language",
158            "enum": [
159              "cs",
160              "da",
161              "de",
162              "en",
163              "es",
164              "fr",
165              "nl",
166              "pl",
167              "pt",
168              "sv",
169              "tr",
170              "he",
171              "ar",
172              "mrta",
173              "hi",
174              "bn",
175              "ta",
176              "te",
177              "kn",
178              "ml",
179              "ko",
180              "zh_CN",
181              "zh_TW",
182              "ja"
183            ],
184            "type": "string",
185            "description": "Language to use on Amazon.\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."
186          },
187          "proxyCountry": {
188            "title": "Proxy country",
189            "enum": [
190              "AUTO_SELECT_PROXY_COUNTRY",
191              "AF",
192              "AL",
193              "DZ",
194              "AS",
195              "AD",
196              "AO",
197              "AI",
198              "AQ",
199              "AG",
200              "AR",
201              "AM",
202              "AW",
203              "AU",
204              "AT",
205              "AZ",
206              "BS",
207              "BH",
208              "BD",
209              "BB",
210              "BY",
211              "BE",
212              "BZ",
213              "BJ",
214              "BM",
215              "BT",
216              "BO",
217              "BQ",
218              "BA",
219              "BW",
220              "BV",
221              "BR",
222              "IO",
223              "VG",
224              "BN",
225              "BG",
226              "BF",
227              "BI",
228              "KH",
229              "CM",
230              "CA",
231              "CV",
232              "KY",
233              "CF",
234              "TD",
235              "CL",
236              "CN",
237              "CX",
238              "CC",
239              "CO",
240              "KM",
241              "CK",
242              "CR",
243              "HR",
244              "CU",
245              "CW",
246              "CY",
247              "CZ",
248              "CD",
249              "DK",
250              "DJ",
251              "DM",
252              "DO",
253              "TL",
254              "EC",
255              "EG",
256              "SV",
257              "GQ",
258              "ER",
259              "EE",
260              "ET",
261              "FK",
262              "FO",
263              "FJ",
264              "FI",
265              "FR",
266              "GF",
267              "PF",
268              "TF",
269              "GA",
270              "GM",
271              "GE",
272              "DE",
273              "GH",
274              "GI",
275              "GR",
276              "GL",
277              "GD",
278              "GP",
279              "GU",
280              "GT",
281              "GG",
282              "GW",
283              "GN",
284              "GY",
285              "HT",
286              "HM",
287              "HN",
288              "HK",
289              "HU",
290              "IS",
291              "IN",
292              "ID",
293              "IR",
294              "IQ",
295              "IE",
296              "IM",
297              "IL",
298              "IT",
299              "CI",
300              "JM",
301              "JP",
302              "JE",
303              "JO",
304              "KZ",
305              "KE",
306              "KI",
307              "XK",
308              "KW",
309              "KG",
310              "LA",
311              "LV",
312              "LB",
313              "LS",
314              "LR",
315              "LY",
316              "LI",
317              "LT",
318              "LU",
319              "MO",
320              "MG",
321              "MW",
322              "MY",
323              "MV",
324              "ML",
325              "MT",
326              "MH",
327              "MQ",
328              "MR",
329              "MU",
330              "YT",
331              "MX",
332              "FM",
333              "MD",
334              "MC",
335              "MN",
336              "ME",
337              "MS",
338              "MA",
339              "MZ",
340              "MM",
341              "NA",
342              "NR",
343              "NP",
344              "NL",
345              "NC",
346              "NZ",
347              "NI",
348              "NE",
349              "NG",
350              "NU",
351              "NF",
352              "KP",
353              "MK",
354              "MP",
355              "NO",
356              "OM",
357              "PK",
358              "PW",
359              "PS",
360              "PA",
361              "PG",
362              "PY",
363              "PE",
364              "PH",
365              "PN",
366              "PL",
367              "PT",
368              "PR",
369              "QA",
370              "CG",
371              "RE",
372              "RO",
373              "RU",
374              "RW",
375              "BL",
376              "SH",
377              "KN",
378              "LC",
379              "MF",
380              "PM",
381              "VC",
382              "WS",
383              "SM",
384              "ST",
385              "SA",
386              "SN",
387              "RS",
388              "SC",
389              "SL",
390              "SG",
391              "SX",
392              "SK",
393              "SI",
394              "SB",
395              "SO",
396              "ZA",
397              "GS",
398              "KR",
399              "SS",
400              "ES",
401              "LK",
402              "SD",
403              "SR",
404              "SJ",
405              "SZ",
406              "SE",
407              "CH",
408              "SY",
409              "TW",
410              "TJ",
411              "TZ",
412              "TH",
413              "TG",
414              "TK",
415              "TO",
416              "TT",
417              "TN",
418              "TR",
419              "TM",
420              "TC",
421              "TV",
422              "UM",
423              "VI",
424              "UG",
425              "UA",
426              "AE",
427              "GB",
428              "US",
429              "UY",
430              "UZ",
431              "VU",
432              "VA",
433              "VE",
434              "VN",
435              "WF",
436              "EH",
437              "YE",
438              "ZM",
439              "ZW",
440              "AX"
441            ],
442            "type": "string",
443            "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\nBy 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.",
444            "default": "AUTO_SELECT_PROXY_COUNTRY"
445          },
446          "useCaptchaSolver": {
447            "title": "Use Captcha solver (warning: see description)",
448            "type": "boolean",
449            "description": "If enabled the scraper will automatically solve captchas thrown by Amazon. This will decrease the amount of request retries and increase the speed of the scraper.<br><br>***IMPORTANT*** - This option works well only for the `'.com'` Amazon domain, but even for that one Amazon doesn't show a few product fields after solving a captcha (specifically: 'attributes', 'manufacturer attributes', and 'bestseller ranks')",
450            "default": false
451          }
452        }
453      },
454      "runsResponseSchema": {
455        "type": "object",
456        "properties": {
457          "data": {
458            "type": "object",
459            "properties": {
460              "id": {
461                "type": "string"
462              },
463              "actId": {
464                "type": "string"
465              },
466              "userId": {
467                "type": "string"
468              },
469              "startedAt": {
470                "type": "string",
471                "format": "date-time",
472                "example": "2025-01-08T00:00:00.000Z"
473              },
474              "finishedAt": {
475                "type": "string",
476                "format": "date-time",
477                "example": "2025-01-08T00:00:00.000Z"
478              },
479              "status": {
480                "type": "string",
481                "example": "READY"
482              },
483              "meta": {
484                "type": "object",
485                "properties": {
486                  "origin": {
487                    "type": "string",
488                    "example": "API"
489                  },
490                  "userAgent": {
491                    "type": "string"
492                  }
493                }
494              },
495              "stats": {
496                "type": "object",
497                "properties": {
498                  "inputBodyLen": {
499                    "type": "integer",
500                    "example": 2000
501                  },
502                  "rebootCount": {
503                    "type": "integer",
504                    "example": 0
505                  },
506                  "restartCount": {
507                    "type": "integer",
508                    "example": 0
509                  },
510                  "resurrectCount": {
511                    "type": "integer",
512                    "example": 0
513                  },
514                  "computeUnits": {
515                    "type": "integer",
516                    "example": 0
517                  }
518                }
519              },
520              "options": {
521                "type": "object",
522                "properties": {
523                  "build": {
524                    "type": "string",
525                    "example": "latest"
526                  },
527                  "timeoutSecs": {
528                    "type": "integer",
529                    "example": 300
530                  },
531                  "memoryMbytes": {
532                    "type": "integer",
533                    "example": 1024
534                  },
535                  "diskMbytes": {
536                    "type": "integer",
537                    "example": 2048
538                  }
539                }
540              },
541              "buildId": {
542                "type": "string"
543              },
544              "defaultKeyValueStoreId": {
545                "type": "string"
546              },
547              "defaultDatasetId": {
548                "type": "string"
549              },
550              "defaultRequestQueueId": {
551                "type": "string"
552              },
553              "buildNumber": {
554                "type": "string",
555                "example": "1.0.0"
556              },
557              "containerUrl": {
558                "type": "string"
559              },
560              "usage": {
561                "type": "object",
562                "properties": {
563                  "ACTOR_COMPUTE_UNITS": {
564                    "type": "integer",
565                    "example": 0
566                  },
567                  "DATASET_READS": {
568                    "type": "integer",
569                    "example": 0
570                  },
571                  "DATASET_WRITES": {
572                    "type": "integer",
573                    "example": 0
574                  },
575                  "KEY_VALUE_STORE_READS": {
576                    "type": "integer",
577                    "example": 0
578                  },
579                  "KEY_VALUE_STORE_WRITES": {
580                    "type": "integer",
581                    "example": 1
582                  },
583                  "KEY_VALUE_STORE_LISTS": {
584                    "type": "integer",
585                    "example": 0
586                  },
587                  "REQUEST_QUEUE_READS": {
588                    "type": "integer",
589                    "example": 0
590                  },
591                  "REQUEST_QUEUE_WRITES": {
592                    "type": "integer",
593                    "example": 0
594                  },
595                  "DATA_TRANSFER_INTERNAL_GBYTES": {
596                    "type": "integer",
597                    "example": 0
598                  },
599                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
600                    "type": "integer",
601                    "example": 0
602                  },
603                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
604                    "type": "integer",
605                    "example": 0
606                  },
607                  "PROXY_SERPS": {
608                    "type": "integer",
609                    "example": 0
610                  }
611                }
612              },
613              "usageTotalUsd": {
614                "type": "number",
615                "example": 0.00005
616              },
617              "usageUsd": {
618                "type": "object",
619                "properties": {
620                  "ACTOR_COMPUTE_UNITS": {
621                    "type": "integer",
622                    "example": 0
623                  },
624                  "DATASET_READS": {
625                    "type": "integer",
626                    "example": 0
627                  },
628                  "DATASET_WRITES": {
629                    "type": "integer",
630                    "example": 0
631                  },
632                  "KEY_VALUE_STORE_READS": {
633                    "type": "integer",
634                    "example": 0
635                  },
636                  "KEY_VALUE_STORE_WRITES": {
637                    "type": "number",
638                    "example": 0.00005
639                  },
640                  "KEY_VALUE_STORE_LISTS": {
641                    "type": "integer",
642                    "example": 0
643                  },
644                  "REQUEST_QUEUE_READS": {
645                    "type": "integer",
646                    "example": 0
647                  },
648                  "REQUEST_QUEUE_WRITES": {
649                    "type": "integer",
650                    "example": 0
651                  },
652                  "DATA_TRANSFER_INTERNAL_GBYTES": {
653                    "type": "integer",
654                    "example": 0
655                  },
656                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
657                    "type": "integer",
658                    "example": 0
659                  },
660                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
661                    "type": "integer",
662                    "example": 0
663                  },
664                  "PROXY_SERPS": {
665                    "type": "integer",
666                    "example": 0
667                  }
668                }
669              }
670            }
671          }
672        }
673      }
674    }
675  }
676}

Amazon Price Tracker 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 Price Tracker 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: