Simple AliExpress Scraper avatar
Simple AliExpress Scraper
Deprecated

Pricing

$20.00/month + usage

Go to Apify Store
Simple AliExpress Scraper

Simple AliExpress Scraper

Deprecated

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

Pricing

$20.00/month + usage

Rating

0.0

(0)

Developer

Alwin Morato

Alwin Morato

Maintained by Community

Actor stats

1

Bookmarked

62

Total users

4

Monthly active users

a year ago

Last modified

Share

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

{
"keyword": "Hand Tools",
"maxItems": 1000
}

Sample Output

{
"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",
"productCode": "3256805501213826",
"productTitle": "Industrial Tweezers Electronics Anti-static Curved Straight Tip Precision Stainless DIY Hand Tools Sets Forceps Phone Repair",
"originalPrice": "$4.35",
"price": "$0.99",
"sold": "5000",
"tagText": "Free shipping · Free returns",
"productUrl": "http://www.aliexpress.us/item/3256805501213826.html",
"storeId": "1102633801",
"storeName": "Shenzhen Lefavor tool's Store",
"storeUrl": "https://www.aliexpress.com/store/1102633801"
}