![Amazon Scraper All-in-One avatar](https://images.apifyusercontent.com/svNqvMWE97Y9cDO1sdNpk-bf3RPLiwvi1HfcqireKT0/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vOFllN1B2dGpvYkRack5NRksvZER2WUdyeTRDQUxCNHlZYnEtQl9ldGlzbGF2X0hfamVrX21pbmltYWxpc3RpY19sb2dvX2Zvcl9zb2Z0d2FyZV9zY3JhcGluZ19hbWF6b25fZA.webp)
Amazon Scraper All-in-One
3 days trial then $20.00/month - No credit card required now
![Amazon Scraper All-in-One](https://images.apifyusercontent.com/svNqvMWE97Y9cDO1sdNpk-bf3RPLiwvi1HfcqireKT0/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vOFllN1B2dGpvYkRack5NRksvZER2WUdyeTRDQUxCNHlZYnEtQl9ldGlzbGF2X0hfamVrX21pbmltYWxpc3RpY19sb2dvX2Zvcl9zb2Z0d2FyZV9zY3JhcGluZ19hbWF6b25fZA.webp)
Amazon Scraper All-in-One
3 days trial then $20.00/month - No credit card required now
Scrape Amazon products by ASIN. Scrape trending products like: best sellers, new release, movers, and most wished.
You can access the Amazon Scraper All-in-One 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.0",
5 "x-build-id": "vLJdrBR7yjao5fBsU"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/bret~amazon-asin/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-bret-amazon-asin",
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/bret~amazon-asin/runs": {
50 "post": {
51 "operationId": "runs-sync-bret-amazon-asin",
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/bret~amazon-asin/run-sync": {
93 "post": {
94 "operationId": "run-sync-bret-amazon-asin",
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 "asins": {
135 "title": "Product ASIN",
136 "type": "array",
137 "description": "Product ASIN (unique amazon id, can be extracted from product URL).",
138 "default": [],
139 "items": {
140 "type": "string"
141 }
142 },
143 "ranking": {
144 "title": "Ranking",
145 "enum": [
146 "none",
147 "best_seller",
148 "new_release",
149 "most_wished",
150 "movers"
151 ],
152 "type": "string",
153 "description": "Scrape ranking category.",
154 "default": "none"
155 },
156 "categories": {
157 "title": "Multiselect field",
158 "type": "array",
159 "description": "My multiselect field",
160 "items": {
161 "type": "string",
162 "enum": [
163 "Amazon Devices & Accessories",
164 "Amazon Renewed",
165 "Appliances",
166 "Arts, Crafts & Sewing",
167 "Audible Books & Originals",
168 "Automotive",
169 "Baby",
170 "Beauty & Personal Care",
171 "Books",
172 "Camera & Photo Products",
173 "CDs & Vinyl",
174 "Cell Phones & Accessories",
175 "Climate Pledge Friendly",
176 "Clothing, Shoes & Jewelry",
177 "Collectible Coins",
178 "Computers & Accessories",
179 "Digital Educational Resources",
180 "Electronics",
181 "Entertainment Collectibles",
182 "Gift Cards",
183 "Grocery & Gourmet Food",
184 "Handmade Products",
185 "Health & Household",
186 "Home & Kitchen",
187 "Industrial & Scientific",
188 "Kindle Store",
189 "Kitchen & Dining",
190 "Movies & TV",
191 "Musical Instruments",
192 "Office Products",
193 "Patio, Lawn & Garden",
194 "Pet Supplies",
195 "Software",
196 "Sports & Outdoors",
197 "Sports Collectibles",
198 "Tools & Home Improvement",
199 "Toys & Games",
200 "Unique Finds",
201 "Video Games"
202 ],
203 "enumTitles": [
204 "Amazon Devices & Accessories",
205 "Amazon Renewed",
206 "Appliances",
207 "Arts, Crafts & Sewing",
208 "Audible Books & Originals",
209 "Automotive",
210 "Baby",
211 "Beauty & Personal Care",
212 "Books",
213 "Camera & Photo Products",
214 "CDs & Vinyl",
215 "Cell Phones & Accessories",
216 "Climate Pledge Friendly",
217 "Clothing, Shoes & Jewelry",
218 "Collectible Coins",
219 "Computers & Accessories",
220 "Digital Educational Resources",
221 "Electronics",
222 "Entertainment Collectibles",
223 "Gift Cards",
224 "Grocery & Gourmet Food",
225 "Handmade Products",
226 "Health & Household",
227 "Home & Kitchen",
228 "Industrial & Scientific",
229 "Kindle Store",
230 "Kitchen & Dining",
231 "Movies & TV",
232 "Musical Instruments",
233 "Office Products",
234 "Patio, Lawn & Garden",
235 "Pet Supplies",
236 "Software",
237 "Sports & Outdoors",
238 "Sports Collectibles",
239 "Tools & Home Improvement",
240 "Toys & Games",
241 "Unique Finds",
242 "Video Games"
243 ]
244 }
245 }
246 }
247 },
248 "runsResponseSchema": {
249 "type": "object",
250 "properties": {
251 "data": {
252 "type": "object",
253 "properties": {
254 "id": {
255 "type": "string"
256 },
257 "actId": {
258 "type": "string"
259 },
260 "userId": {
261 "type": "string"
262 },
263 "startedAt": {
264 "type": "string",
265 "format": "date-time",
266 "example": "2025-01-08T00:00:00.000Z"
267 },
268 "finishedAt": {
269 "type": "string",
270 "format": "date-time",
271 "example": "2025-01-08T00:00:00.000Z"
272 },
273 "status": {
274 "type": "string",
275 "example": "READY"
276 },
277 "meta": {
278 "type": "object",
279 "properties": {
280 "origin": {
281 "type": "string",
282 "example": "API"
283 },
284 "userAgent": {
285 "type": "string"
286 }
287 }
288 },
289 "stats": {
290 "type": "object",
291 "properties": {
292 "inputBodyLen": {
293 "type": "integer",
294 "example": 2000
295 },
296 "rebootCount": {
297 "type": "integer",
298 "example": 0
299 },
300 "restartCount": {
301 "type": "integer",
302 "example": 0
303 },
304 "resurrectCount": {
305 "type": "integer",
306 "example": 0
307 },
308 "computeUnits": {
309 "type": "integer",
310 "example": 0
311 }
312 }
313 },
314 "options": {
315 "type": "object",
316 "properties": {
317 "build": {
318 "type": "string",
319 "example": "latest"
320 },
321 "timeoutSecs": {
322 "type": "integer",
323 "example": 300
324 },
325 "memoryMbytes": {
326 "type": "integer",
327 "example": 1024
328 },
329 "diskMbytes": {
330 "type": "integer",
331 "example": 2048
332 }
333 }
334 },
335 "buildId": {
336 "type": "string"
337 },
338 "defaultKeyValueStoreId": {
339 "type": "string"
340 },
341 "defaultDatasetId": {
342 "type": "string"
343 },
344 "defaultRequestQueueId": {
345 "type": "string"
346 },
347 "buildNumber": {
348 "type": "string",
349 "example": "1.0.0"
350 },
351 "containerUrl": {
352 "type": "string"
353 },
354 "usage": {
355 "type": "object",
356 "properties": {
357 "ACTOR_COMPUTE_UNITS": {
358 "type": "integer",
359 "example": 0
360 },
361 "DATASET_READS": {
362 "type": "integer",
363 "example": 0
364 },
365 "DATASET_WRITES": {
366 "type": "integer",
367 "example": 0
368 },
369 "KEY_VALUE_STORE_READS": {
370 "type": "integer",
371 "example": 0
372 },
373 "KEY_VALUE_STORE_WRITES": {
374 "type": "integer",
375 "example": 1
376 },
377 "KEY_VALUE_STORE_LISTS": {
378 "type": "integer",
379 "example": 0
380 },
381 "REQUEST_QUEUE_READS": {
382 "type": "integer",
383 "example": 0
384 },
385 "REQUEST_QUEUE_WRITES": {
386 "type": "integer",
387 "example": 0
388 },
389 "DATA_TRANSFER_INTERNAL_GBYTES": {
390 "type": "integer",
391 "example": 0
392 },
393 "DATA_TRANSFER_EXTERNAL_GBYTES": {
394 "type": "integer",
395 "example": 0
396 },
397 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
398 "type": "integer",
399 "example": 0
400 },
401 "PROXY_SERPS": {
402 "type": "integer",
403 "example": 0
404 }
405 }
406 },
407 "usageTotalUsd": {
408 "type": "number",
409 "example": 0.00005
410 },
411 "usageUsd": {
412 "type": "object",
413 "properties": {
414 "ACTOR_COMPUTE_UNITS": {
415 "type": "integer",
416 "example": 0
417 },
418 "DATASET_READS": {
419 "type": "integer",
420 "example": 0
421 },
422 "DATASET_WRITES": {
423 "type": "integer",
424 "example": 0
425 },
426 "KEY_VALUE_STORE_READS": {
427 "type": "integer",
428 "example": 0
429 },
430 "KEY_VALUE_STORE_WRITES": {
431 "type": "number",
432 "example": 0.00005
433 },
434 "KEY_VALUE_STORE_LISTS": {
435 "type": "integer",
436 "example": 0
437 },
438 "REQUEST_QUEUE_READS": {
439 "type": "integer",
440 "example": 0
441 },
442 "REQUEST_QUEUE_WRITES": {
443 "type": "integer",
444 "example": 0
445 },
446 "DATA_TRANSFER_INTERNAL_GBYTES": {
447 "type": "integer",
448 "example": 0
449 },
450 "DATA_TRANSFER_EXTERNAL_GBYTES": {
451 "type": "integer",
452 "example": 0
453 },
454 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
455 "type": "integer",
456 "example": 0
457 },
458 "PROXY_SERPS": {
459 "type": "integer",
460 "example": 0
461 }
462 }
463 }
464 }
465 }
466 }
467 }
468 }
469 }
470}
Amazon Scraper All-in-One 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 Scraper All-in-One 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
4 monthly users
-
2 stars
98% runs succeeded
19 hours response time
Created in Jan 2025
Modified a month ago