AliExpress Scraper avatar
AliExpress Scraper

Pricing

$30.00/month + usage

Go to Store
AliExpress Scraper

AliExpress Scraper

epctex/aliexpress-scraper

Developed by

epctex

Maintained by Community

Effortlessly extract descriptions, images, feedback, questions, prices, and shipping information from AliExpress. Customize country, language, and region preferences for enhanced data gathering.

5.0 (2)

Pricing

$30.00/month + usage

31

Monthly users

73

Runs succeeded

96%

Response time

15 hours

Last modified

a day ago

You can access the AliExpress 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": "1.0",
5    "x-build-id": "hQclXxYiQpaXxotBM"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/epctex~aliexpress-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-epctex-aliexpress-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/epctex~aliexpress-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-epctex-aliexpress-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/epctex~aliexpress-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-epctex-aliexpress-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          "proxy"
135        ],
136        "properties": {
137          "startUrls": {
138            "title": "StartURLs",
139            "type": "array",
140            "description": "URLs for the scraper to start from - these should be category or product detail URLs",
141            "items": {
142              "type": "string"
143            }
144          },
145          "maxItems": {
146            "title": "Max items",
147            "type": "integer",
148            "description": "Set the maximum number of items to crawl per run"
149          },
150          "searchTerms": {
151            "title": "Search terms",
152            "uniqueItems": true,
153            "type": "array",
154            "description": "Search terms to use for full-text search in AliExpress page",
155            "items": {
156              "type": "string"
157            }
158          },
159          "searchInSubcategories": {
160            "title": "Search in subcategories",
161            "type": "boolean",
162            "description": "Tells the scraper whether it should also scrape subcategories",
163            "default": true
164          },
165          "language": {
166            "title": "Language",
167            "enum": [
168              "en_US",
169              "ru_RU",
170              "pt_BR",
171              "es_ES",
172              "fr_FR",
173              "pl_PL",
174              "iw_IL",
175              "it_IT",
176              "tr_TR",
177              "de_DE",
178              "ko_KR",
179              "ar_MA",
180              "ja_JP",
181              "nl_NL",
182              "th_TH",
183              "vi_VN",
184              "in_ID"
185            ],
186            "type": "string",
187            "description": "Select your language",
188            "default": "en_US"
189          },
190          "shipTo": {
191            "title": "Shipping to",
192            "enum": [
193              "AF",
194              "ALA",
195              "AL",
196              "GBA",
197              "DZ",
198              "AS",
199              "AD",
200              "AO",
201              "AI",
202              "AG",
203              "AR",
204              "AM",
205              "AW",
206              "ASC",
207              "AU",
208              "AT",
209              "AZ",
210              "BS",
211              "BH",
212              "BD",
213              "BB",
214              "BY",
215              "BE",
216              "BZ",
217              "BJ",
218              "BM",
219              "BT",
220              "BO",
221              "BA",
222              "BW",
223              "BR",
224              "BG",
225              "BF",
226              "BI",
227              "KH",
228              "CM",
229              "CA",
230              "CV",
231              "BQ",
232              "KY",
233              "CF",
234              "TD",
235              "CL",
236              "CX",
237              "CC",
238              "CO",
239              "KM",
240              "ZR",
241              "CG",
242              "CK",
243              "CR",
244              "CI",
245              "HR",
246              "CW",
247              "CY",
248              "CZ",
249              "DK",
250              "DJ",
251              "DM",
252              "DO",
253              "EC",
254              "EG",
255              "SV",
256              "GQ",
257              "ER",
258              "EE",
259              "ET",
260              "FK",
261              "FO",
262              "FJ",
263              "FI",
264              "FR",
265              "GF",
266              "PF",
267              "GA",
268              "GM",
269              "GE",
270              "DE",
271              "GH",
272              "GI",
273              "GR",
274              "GL",
275              "GD",
276              "GP",
277              "GU",
278              "GT",
279              "GGY",
280              "GN",
281              "GW",
282              "GY",
283              "HT",
284              "HN",
285              "HK",
286              "HU",
287              "IS",
288              "IN",
289              "ID",
290              "IQ",
291              "IE",
292              "IL",
293              "IT",
294              "JM",
295              "JP",
296              "JEY",
297              "JO",
298              "KZ",
299              "KE",
300              "KI",
301              "KR",
302              "KS",
303              "KW",
304              "KG",
305              "LA",
306              "LV",
307              "LB",
308              "LS",
309              "LR",
310              "LY",
311              "LI",
312              "LT",
313              "LU",
314              "MO",
315              "MK",
316              "MG",
317              "MW",
318              "MY",
319              "MV",
320              "ML",
321              "MT",
322              "MH",
323              "MQ",
324              "MR",
325              "MU",
326              "YT",
327              "MX",
328              "FM",
329              "MD",
330              "MC",
331              "MN",
332              "MNE",
333              "MS",
334              "MA",
335              "MZ",
336              "MM",
337              "NA",
338              "NR",
339              "BN",
340              "NP",
341              "NL",
342              "AN",
343              "NC",
344              "NZ",
345              "NI",
346              "NE",
347              "NG",
348              "NU",
349              "NF",
350              "MP",
351              "NO",
352              "OM",
353              "OTHER",
354              "PK",
355              "PW",
356              "PS",
357              "PA",
358              "PG",
359              "PY",
360              "PE",
361              "PH",
362              "PL",
363              "PT",
364              "PR",
365              "QA",
366              "RE",
367              "RO",
368              "RU",
369              "RW",
370              "BLM",
371              "KN",
372              "LC",
373              "MAF",
374              "VC",
375              "WS",
376              "SM",
377              "ST",
378              "SA",
379              "SN",
380              "SRB",
381              "SC",
382              "SL",
383              "SG",
384              "SX",
385              "SK",
386              "SI",
387              "SB",
388              "SO",
389              "ZA",
390              "SGS",
391              "SS",
392              "ES",
393              "LK",
394              "PM",
395              "SR",
396              "SZ",
397              "SE",
398              "CH",
399              "TW",
400              "TJ",
401              "TZ",
402              "TH",
403              "TLS",
404              "TG",
405              "TO",
406              "TT",
407              "TN",
408              "TR",
409              "TM",
410              "TC",
411              "TV",
412              "UG",
413              "UA",
414              "AE",
415              "UK",
416              "US",
417              "UY",
418              "UZ",
419              "VU",
420              "VA",
421              "VE",
422              "VN",
423              "VG",
424              "VI",
425              "WF",
426              "YE",
427              "ZM",
428              "EAZ",
429              "ZW"
430            ],
431            "type": "string",
432            "description": "Select your country",
433            "default": "US"
434          },
435          "currency": {
436            "title": "Currency",
437            "enum": [
438              "USD",
439              "AFN",
440              "EUR",
441              "ALL",
442              "AOA",
443              "XCD",
444              "AMD",
445              "AWG",
446              "SHP",
447              "AUD",
448              "AZN",
449              "BSD",
450              "BHD",
451              "BDT",
452              "BYR",
453              "BZD",
454              "XOF",
455              "BMD",
456              "BTN",
457              "BAM",
458              "BWP",
459              "NOK",
460              "BRL",
461              "BND",
462              "BGN",
463              "BIF",
464              "KHR",
465              "XAF",
466              "CAD",
467              "CVE",
468              "KYD",
469              "CLP",
470              "KMF",
471              "CDF",
472              "NZD",
473              "CRC",
474              "CZK",
475              "DKK",
476              "DJF",
477              "DOP",
478              "EGP",
479              "SVC",
480              "ERN",
481              "XPF",
482              "NIO",
483              "NGN",
484              "OMR",
485              "PKR",
486              "PGK",
487              "PYG",
488              "PHP",
489              "PLN",
490              "QAR",
491              "RON",
492              "RUB",
493              "RWF",
494              "WST",
495              "STD",
496              "SAR",
497              "RSD",
498              "SCR",
499              "SLL",
500              "SGD",
501              "SBD",
502              "SOS",
503              "ZAR",
504              "KRW",
505              "LKR",
506              "SRD",
507              "SZL",
508              "SEK",
509              "CHF",
510              "TWD",
511              "TJS",
512              "TZS",
513              "THB",
514              "TOP",
515              "TTD",
516              "TND",
517              "TRY",
518              "TMT",
519              "UGX",
520              "UAH",
521              "AED",
522              "GBP",
523              "UYU",
524              "UZS",
525              "VUV",
526              "VND",
527              "YER",
528              "ZMW",
529              "ZWL",
530              "ETB",
531              "FKP",
532              "FJD",
533              "GMD",
534              "GEL",
535              "GHS",
536              "GIP",
537              "GTQ",
538              "GNF",
539              "GYD",
540              "HTG",
541              "HNL",
542              "HKD",
543              "HUF",
544              "ISK",
545              "INR",
546              "IDR",
547              "IQD",
548              "ILS",
549              "JMD",
550              "JPY",
551              "KZT",
552              "KES",
553              "KWD",
554              "KGS",
555              "LAK",
556              "LBP",
557              "LSL",
558              "LRD",
559              "LYD",
560              "MOP",
561              "MKD",
562              "MWK",
563              "MYR",
564              "MVR",
565              "MUR",
566              "MXN",
567              "MDL",
568              "MNT",
569              "MAD",
570              "MZN",
571              "MMK",
572              "NAD",
573              "NPR",
574              "ARS",
575              "PEN",
576              "DZD",
577              "JOD",
578              "BOB",
579              "COP",
580              "BBD",
581              "PAB",
582              "HRK"
583            ],
584            "type": "string",
585            "description": "Select your currency",
586            "default": "USD"
587          },
588          "includeDescription": {
589            "title": "Description",
590            "type": "boolean",
591            "description": "Include description for products - note that this might slightly slow down the scraper",
592            "default": false
593          },
594          "maxFeedbacks": {
595            "title": "Max feedback count",
596            "type": "integer",
597            "description": "Set maximum number of feedback entries",
598            "default": 0
599          },
600          "maxQuestions": {
601            "title": "Max question and answers count",
602            "type": "integer",
603            "description": "Set maximum number of scraped Q&A entries",
604            "default": 0
605          },
606          "proxy": {
607            "title": "Proxy configuration",
608            "type": "object",
609            "description": "Select proxies to be used by your crawler",
610            "default": {
611              "useApifyProxy": true
612            }
613          },
614          "extendOutputFunction": {
615            "title": "Extend output function",
616            "type": "string",
617            "description": "Function that takes a JQuery handle ($) as argument and returns data that will be merged with the default output"
618          }
619        }
620      },
621      "runsResponseSchema": {
622        "type": "object",
623        "properties": {
624          "data": {
625            "type": "object",
626            "properties": {
627              "id": {
628                "type": "string"
629              },
630              "actId": {
631                "type": "string"
632              },
633              "userId": {
634                "type": "string"
635              },
636              "startedAt": {
637                "type": "string",
638                "format": "date-time",
639                "example": "2025-01-08T00:00:00.000Z"
640              },
641              "finishedAt": {
642                "type": "string",
643                "format": "date-time",
644                "example": "2025-01-08T00:00:00.000Z"
645              },
646              "status": {
647                "type": "string",
648                "example": "READY"
649              },
650              "meta": {
651                "type": "object",
652                "properties": {
653                  "origin": {
654                    "type": "string",
655                    "example": "API"
656                  },
657                  "userAgent": {
658                    "type": "string"
659                  }
660                }
661              },
662              "stats": {
663                "type": "object",
664                "properties": {
665                  "inputBodyLen": {
666                    "type": "integer",
667                    "example": 2000
668                  },
669                  "rebootCount": {
670                    "type": "integer",
671                    "example": 0
672                  },
673                  "restartCount": {
674                    "type": "integer",
675                    "example": 0
676                  },
677                  "resurrectCount": {
678                    "type": "integer",
679                    "example": 0
680                  },
681                  "computeUnits": {
682                    "type": "integer",
683                    "example": 0
684                  }
685                }
686              },
687              "options": {
688                "type": "object",
689                "properties": {
690                  "build": {
691                    "type": "string",
692                    "example": "latest"
693                  },
694                  "timeoutSecs": {
695                    "type": "integer",
696                    "example": 300
697                  },
698                  "memoryMbytes": {
699                    "type": "integer",
700                    "example": 1024
701                  },
702                  "diskMbytes": {
703                    "type": "integer",
704                    "example": 2048
705                  }
706                }
707              },
708              "buildId": {
709                "type": "string"
710              },
711              "defaultKeyValueStoreId": {
712                "type": "string"
713              },
714              "defaultDatasetId": {
715                "type": "string"
716              },
717              "defaultRequestQueueId": {
718                "type": "string"
719              },
720              "buildNumber": {
721                "type": "string",
722                "example": "1.0.0"
723              },
724              "containerUrl": {
725                "type": "string"
726              },
727              "usage": {
728                "type": "object",
729                "properties": {
730                  "ACTOR_COMPUTE_UNITS": {
731                    "type": "integer",
732                    "example": 0
733                  },
734                  "DATASET_READS": {
735                    "type": "integer",
736                    "example": 0
737                  },
738                  "DATASET_WRITES": {
739                    "type": "integer",
740                    "example": 0
741                  },
742                  "KEY_VALUE_STORE_READS": {
743                    "type": "integer",
744                    "example": 0
745                  },
746                  "KEY_VALUE_STORE_WRITES": {
747                    "type": "integer",
748                    "example": 1
749                  },
750                  "KEY_VALUE_STORE_LISTS": {
751                    "type": "integer",
752                    "example": 0
753                  },
754                  "REQUEST_QUEUE_READS": {
755                    "type": "integer",
756                    "example": 0
757                  },
758                  "REQUEST_QUEUE_WRITES": {
759                    "type": "integer",
760                    "example": 0
761                  },
762                  "DATA_TRANSFER_INTERNAL_GBYTES": {
763                    "type": "integer",
764                    "example": 0
765                  },
766                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
767                    "type": "integer",
768                    "example": 0
769                  },
770                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
771                    "type": "integer",
772                    "example": 0
773                  },
774                  "PROXY_SERPS": {
775                    "type": "integer",
776                    "example": 0
777                  }
778                }
779              },
780              "usageTotalUsd": {
781                "type": "number",
782                "example": 0.00005
783              },
784              "usageUsd": {
785                "type": "object",
786                "properties": {
787                  "ACTOR_COMPUTE_UNITS": {
788                    "type": "integer",
789                    "example": 0
790                  },
791                  "DATASET_READS": {
792                    "type": "integer",
793                    "example": 0
794                  },
795                  "DATASET_WRITES": {
796                    "type": "integer",
797                    "example": 0
798                  },
799                  "KEY_VALUE_STORE_READS": {
800                    "type": "integer",
801                    "example": 0
802                  },
803                  "KEY_VALUE_STORE_WRITES": {
804                    "type": "number",
805                    "example": 0.00005
806                  },
807                  "KEY_VALUE_STORE_LISTS": {
808                    "type": "integer",
809                    "example": 0
810                  },
811                  "REQUEST_QUEUE_READS": {
812                    "type": "integer",
813                    "example": 0
814                  },
815                  "REQUEST_QUEUE_WRITES": {
816                    "type": "integer",
817                    "example": 0
818                  },
819                  "DATA_TRANSFER_INTERNAL_GBYTES": {
820                    "type": "integer",
821                    "example": 0
822                  },
823                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
824                    "type": "integer",
825                    "example": 0
826                  },
827                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
828                    "type": "integer",
829                    "example": 0
830                  },
831                  "PROXY_SERPS": {
832                    "type": "integer",
833                    "example": 0
834                  }
835                }
836              }
837            }
838          }
839        }
840      }
841    }
842  }
843}

AliExpress Data Extractor 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 AliExpress 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

Rentalย 

To 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

3 days

Price

$30.00