![Amazon Products & Reviews avatar](https://images.apifyusercontent.com/5Gi3wUurXrbJFHPItLMIYhsmp74TWQRxtj7jXqRO2mA/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMuYW1hem9uYXdzLmNvbS9hbGxXVEFxbms2TEF0WjYzdi9IOXNmRzU4MlFYam9mdE43Si1hbWF6b24ucG5n.webp)
Amazon Products & Reviews
1 day trial then $12.00/month - No credit card required now
![Amazon Products & Reviews](https://images.apifyusercontent.com/5Gi3wUurXrbJFHPItLMIYhsmp74TWQRxtj7jXqRO2mA/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMuYW1hem9uYXdzLmNvbS9hbGxXVEFxbms2TEF0WjYzdi9IOXNmRzU4MlFYam9mdE43Si1hbWF6b24ucG5n.webp)
Amazon Products & Reviews
1 day trial then $12.00/month - No credit card required now
Get details or reviews for a specific product, search for products by keyword, list available categories, find questions and more! Available for all countries.
You can access the Amazon Products & Reviews 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": "2.3",
5 "x-build-id": "Ez2vXoTznZTM2TL1o"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/canadesk~amazon-products-reviews/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-canadesk-amazon-products-reviews",
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/canadesk~amazon-products-reviews/runs": {
50 "post": {
51 "operationId": "runs-sync-canadesk-amazon-products-reviews",
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/canadesk~amazon-products-reviews/run-sync": {
93 "post": {
94 "operationId": "run-sync-canadesk-amazon-products-reviews",
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 "process"
135 ],
136 "properties": {
137 "country": {
138 "title": "Default country",
139 "enum": [
140 "US",
141 "CA",
142 "AE",
143 "AU",
144 "BR",
145 "CN",
146 "DE",
147 "EG",
148 "ES",
149 "FR",
150 "GB",
151 "IN",
152 "IT",
153 "JP",
154 "MX",
155 "NL",
156 "SG",
157 "TR"
158 ],
159 "type": "string",
160 "description": "Default country to look for.",
161 "default": "US"
162 },
163 "maximum": {
164 "title": "Maximum results",
165 "minimum": 1,
166 "maximum": 1000,
167 "type": "integer",
168 "description": "Maximum number of records returned (impact on performance).",
169 "default": 15
170 },
171 "process": {
172 "title": "Process",
173 "enum": [
174 "gp",
175 "gr",
176 "gq",
177 "ga",
178 "lc"
179 ],
180 "type": "string",
181 "description": "Select the process to run.",
182 "default": "ga"
183 },
184 "keyword": {
185 "title": "Keyword",
186 "type": "string",
187 "description": "Type a keyword (Search Products)."
188 },
189 "asin": {
190 "title": "ASIN",
191 "type": "array",
192 "description": "Type the ASIN code (for ASIN processes).",
193 "items": {
194 "type": "string"
195 }
196 },
197 "ratingmin": {
198 "title": "Minimum rating",
199 "minimum": 1,
200 "maximum": 5,
201 "type": "integer",
202 "description": "Minimum rating to consider for reviews.",
203 "default": 1
204 },
205 "ratingmax": {
206 "title": "Maximum rating",
207 "minimum": 2,
208 "maximum": 5,
209 "type": "integer",
210 "description": "Maximum rating to consider for reviews.",
211 "default": 5
212 },
213 "sorting": {
214 "title": "Sort by Rating",
215 "type": "boolean",
216 "description": "Enable sorting by rating.",
217 "default": false
218 },
219 "discount": {
220 "title": "Discount-only",
221 "type": "boolean",
222 "description": "Only return discounted products (Search Products).",
223 "default": false
224 },
225 "throttling": {
226 "title": "Request delay",
227 "minimum": 1,
228 "maximum": 30,
229 "type": "integer",
230 "description": "Waiting time between requests.",
231 "default": 5
232 },
233 "proxy": {
234 "title": "Proxy configuration",
235 "type": "object",
236 "description": "Select proxies to be used by your crawler."
237 }
238 }
239 },
240 "runsResponseSchema": {
241 "type": "object",
242 "properties": {
243 "data": {
244 "type": "object",
245 "properties": {
246 "id": {
247 "type": "string"
248 },
249 "actId": {
250 "type": "string"
251 },
252 "userId": {
253 "type": "string"
254 },
255 "startedAt": {
256 "type": "string",
257 "format": "date-time",
258 "example": "2025-01-08T00:00:00.000Z"
259 },
260 "finishedAt": {
261 "type": "string",
262 "format": "date-time",
263 "example": "2025-01-08T00:00:00.000Z"
264 },
265 "status": {
266 "type": "string",
267 "example": "READY"
268 },
269 "meta": {
270 "type": "object",
271 "properties": {
272 "origin": {
273 "type": "string",
274 "example": "API"
275 },
276 "userAgent": {
277 "type": "string"
278 }
279 }
280 },
281 "stats": {
282 "type": "object",
283 "properties": {
284 "inputBodyLen": {
285 "type": "integer",
286 "example": 2000
287 },
288 "rebootCount": {
289 "type": "integer",
290 "example": 0
291 },
292 "restartCount": {
293 "type": "integer",
294 "example": 0
295 },
296 "resurrectCount": {
297 "type": "integer",
298 "example": 0
299 },
300 "computeUnits": {
301 "type": "integer",
302 "example": 0
303 }
304 }
305 },
306 "options": {
307 "type": "object",
308 "properties": {
309 "build": {
310 "type": "string",
311 "example": "latest"
312 },
313 "timeoutSecs": {
314 "type": "integer",
315 "example": 300
316 },
317 "memoryMbytes": {
318 "type": "integer",
319 "example": 1024
320 },
321 "diskMbytes": {
322 "type": "integer",
323 "example": 2048
324 }
325 }
326 },
327 "buildId": {
328 "type": "string"
329 },
330 "defaultKeyValueStoreId": {
331 "type": "string"
332 },
333 "defaultDatasetId": {
334 "type": "string"
335 },
336 "defaultRequestQueueId": {
337 "type": "string"
338 },
339 "buildNumber": {
340 "type": "string",
341 "example": "1.0.0"
342 },
343 "containerUrl": {
344 "type": "string"
345 },
346 "usage": {
347 "type": "object",
348 "properties": {
349 "ACTOR_COMPUTE_UNITS": {
350 "type": "integer",
351 "example": 0
352 },
353 "DATASET_READS": {
354 "type": "integer",
355 "example": 0
356 },
357 "DATASET_WRITES": {
358 "type": "integer",
359 "example": 0
360 },
361 "KEY_VALUE_STORE_READS": {
362 "type": "integer",
363 "example": 0
364 },
365 "KEY_VALUE_STORE_WRITES": {
366 "type": "integer",
367 "example": 1
368 },
369 "KEY_VALUE_STORE_LISTS": {
370 "type": "integer",
371 "example": 0
372 },
373 "REQUEST_QUEUE_READS": {
374 "type": "integer",
375 "example": 0
376 },
377 "REQUEST_QUEUE_WRITES": {
378 "type": "integer",
379 "example": 0
380 },
381 "DATA_TRANSFER_INTERNAL_GBYTES": {
382 "type": "integer",
383 "example": 0
384 },
385 "DATA_TRANSFER_EXTERNAL_GBYTES": {
386 "type": "integer",
387 "example": 0
388 },
389 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
390 "type": "integer",
391 "example": 0
392 },
393 "PROXY_SERPS": {
394 "type": "integer",
395 "example": 0
396 }
397 }
398 },
399 "usageTotalUsd": {
400 "type": "number",
401 "example": 0.00005
402 },
403 "usageUsd": {
404 "type": "object",
405 "properties": {
406 "ACTOR_COMPUTE_UNITS": {
407 "type": "integer",
408 "example": 0
409 },
410 "DATASET_READS": {
411 "type": "integer",
412 "example": 0
413 },
414 "DATASET_WRITES": {
415 "type": "integer",
416 "example": 0
417 },
418 "KEY_VALUE_STORE_READS": {
419 "type": "integer",
420 "example": 0
421 },
422 "KEY_VALUE_STORE_WRITES": {
423 "type": "number",
424 "example": 0.00005
425 },
426 "KEY_VALUE_STORE_LISTS": {
427 "type": "integer",
428 "example": 0
429 },
430 "REQUEST_QUEUE_READS": {
431 "type": "integer",
432 "example": 0
433 },
434 "REQUEST_QUEUE_WRITES": {
435 "type": "integer",
436 "example": 0
437 },
438 "DATA_TRANSFER_INTERNAL_GBYTES": {
439 "type": "integer",
440 "example": 0
441 },
442 "DATA_TRANSFER_EXTERNAL_GBYTES": {
443 "type": "integer",
444 "example": 0
445 },
446 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
447 "type": "integer",
448 "example": 0
449 },
450 "PROXY_SERPS": {
451 "type": "integer",
452 "example": 0
453 }
454 }
455 }
456 }
457 }
458 }
459 }
460 }
461 }
462}
Amazon Products & Reviews 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 Products & Reviews 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:
Actor Metrics
15 monthly users
-
5 stars
>99% runs succeeded
Created in Aug 2023
Modified 7 months ago