AliExpress Scraper avatar
AliExpress Scraper
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
AliExpress Scraper

AliExpress Scraper

aymorato/aliexpress-scraper

Extract product details from AliExpress, including images, titles, links, and other relevant product information

The Actor is designed to scrape product and store details from AliExpress, extracting the following information:

  • imageUrl
  • productCode
  • productTitle
  • originalPrice
  • price
  • sold
  • tagText
  • productUrl
  • storeId
  • storeName
  • storeUrl

Sample Input

1{
2    "keyword": "Hand Tools",
3    "maxItems": 50,
4    "proxyConfiguration": {
5        "useApifyProxy": true,
6        "apifyProxyGroups": [
7            "BUYPROXIES94952"
8        ]
9    }
10}

Sample Output

1{
2  "imageUrl": "https://ae01.alicdn.com/kf/Sfc348c88cbe64aa7865e7a093f3d43a4c/Industrial-Tweezers-Electronics-Anti-static-Curved-Straight-Tip-Precision-Stainless-DIY-Hand-Tools-Sets-Forceps-Phone.jpg_350x350xz.jpg_.webp",
3  "productCode": "3256805501213826",
4  "productTitle": "Industrial Tweezers Electronics Anti-static Curved Straight Tip Precision Stainless DIY Hand Tools Sets Forceps Phone Repair",
5  "originalPrice": "$4.35",
6  "price": "$0.99",
7  "sold": "5000",
8  "tagText": "Free shipping · Free returns",
9  "productUrl": "http://www.aliexpress.us/item/3256805501213826.html",
10  "storeId": "1102633801",
11  "storeName": "Shenzhen Lefavor tool's Store",
12  "storeUrl": "https://www.aliexpress.com/store/1102633801"
13}
Developer
Maintained by Community