AliExpress Products Scraper avatar

AliExpress Products Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
AliExpress Products Scraper

AliExpress Products Scraper

Extract product listings with prices, ratings, and store info from search results, categories, and store pages. Powered by AliExpress Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

26

Total users

7

Monthly active users

4 days ago

Last modified

Share

This actor extracts Products from AliExpress search results, category pages, and store pages. It captures pricing, sales data, and store information for every item in a list. The scraper works on aliexpress.com and aliexpress.us hostnames.


Want more from AliExpress?

This actor covers Products only. The full AliExpress Scraper browser extension also includes Products, Variants, Reviews, Stores with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the AliExpress Scraper extension


Data Fields

Field NameDescriptionExample
Product TitleFull name of the productWireless Bluetooth Headphones Noise Cancelling
Product PriceCurrent listed price24.99
Product Original PricePrice before discount49.99
Product DiscountPercentage or amount off50%
Product URLDirect link to product pagehttps://www.aliexpress.com/item/123.html
Product ImagePrimary thumbnail URLhttps://ae01.alicdn.com/kf/img.jpg
Product RatingAverage star rating4.8
Store NameName of the sellerTech Direct Store
Store URLLink to the seller's storehttps://www.aliexpress.com/store/9123
Store IDUnique identifier for the store9123456
Total SalesTotal store sales volume5000+
Ship FromOrigin country of shippingChina
Store Member IDSeller member identifier22334455
Trade InfoTransaction summary text1000+ sold
Sold CountNumber of units sold1240
ShippingShipping cost or methodFree Shipping
Launch TimeDate product was listed2023-05-12
Company NameRegistered business nameShenzhen Electronics Co., Ltd

Input

  • urls: Array of AliExpress URLs from search results, category pages, or store product lists.
  • maxItems: Maximum number of products to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.aliexpress.com/w/wholesale-mechanical-keyboard.html"],
"maxItems": 50
}

Example Output

[
{
"productTitle": "RGB Mechanical Keyboard Hot-Swap",
"productPrice": 35.50,
"productOriginalPrice": 70.00,
"productDiscount": "49%",
"productUrl": "https://www.aliexpress.com/item/1005001.html",
"productImage": "https://ae01.alicdn.com/kf/h1.jpg",
"productRating": 4.9,
"storeName": "Gaming Gear Official",
"storeUrl": "https://www.aliexpress.com/store/110022",
"storeId": "110022",
"totalSales": "10,000+",
"shipFrom": "China",
"storeMemberId": "2556677",
"tradeInfo": "2000+ sold",
"soldCount": 2100,
"shipping": "Free Shipping",
"launchTime": "2023-10-01",
"companyName": "Guangzhou Tech Ltd"
},
{
"productTitle": "PBT Keycap Set 108 Keys",
"productPrice": 15.20,
"productOriginalPrice": 20.00,
"productDiscount": "24%",
"productUrl": "https://www.aliexpress.com/item/1005002.html",
"productImage": "https://ae01.alicdn.com/kf/h2.jpg",
"productRating": 4.7,
"storeName": "Custom Keys Shop",
"storeUrl": "https://www.aliexpress.com/store/334455",
"storeId": "334455",
"totalSales": "2,000+",
"shipFrom": "United States",
"storeMemberId": "998877",
"tradeInfo": "500+ sold",
"soldCount": 540,
"shipping": "$2.99 Shipping",
"launchTime": "2024-01-15",
"companyName": "Keycap Design Studio"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.