
Amazon Seller Scraper
Pricing
$30.00/month + usage

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