AliExpress Product Scraper — Search, Prices, Variants & Sellers avatar

AliExpress Product Scraper — Search, Prices, Variants & Sellers

Pricing

from $1.30 / 1,000 results

Go to Apify Store
AliExpress Product Scraper — Search, Prices, Variants & Sellers

AliExpress Product Scraper — Search, Prices, Variants & Sellers

Extract AliExpress products by keyword or URL with live prices, discounts, images, sales signals, shipping labels, seller data, specifications, SKU variants and stock. Built for fast product research, dropshipping, supplier discovery, price monitoring and e-commerce datasets.

Pricing

from $1.30 / 1,000 results

Rating

0.0

(0)

Developer

Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

🛍️ AliExpress Product Scraper — Search, Prices, Variants & Sellers


✨ What can you do with it?

GoalWhat you get
🔎 Discover productsKeyword-ranked AliExpress product feeds
💸 Compare pricesSale price, original price, currency and discount
📦 Validate demandPublic order and rating signals when displayed
🏪 Research suppliersStore name, seller country and positive feedback
🎨 Build a catalogTitles, IDs, product URLs and multiple images
🧩 Inspect variantsSKU options, variant prices and available stock

Best of both worlds: bulk search is optimized for speed and cost. Rich product-detail enrichment is optional, so you only pay the extra runtime when you need it.

🚀 Quick start

  1. Enter one or more product keywords.
  2. Choose the result limit, destination country and currency.
  3. Click Start.
  4. Export the dataset as JSON, CSV, Excel, XML or RSS.

The ready-to-run input returns a meaningful bulk dataset without extra configuration:

{
"searchTerms": ["wireless earbuds"],
"maxResults": 150,
"shipToCountry": "US",
"currency": "USD"
}

📊 Data you receive

Every product

  • Product ID, title and canonical URL
  • Main image and product gallery
  • Sale price, original price and currency
  • Discount percentage
  • Rating and public order text when available
  • Free-shipping and promotional labels
  • Ship-from country when displayed
  • Sponsored result flag
  • Search keyword and organic rank
  • Category IDs and scrape timestamp

Optional detail enrichment

  • Store and seller IDs
  • Store name, URL, country and positive feedback rate
  • Store opening date
  • Total available inventory
  • Product specifications
  • Full SKU / variant matrix
  • Variant attributes, price and stock
  • Product description URL
  • Additional high-resolution images

💡 Enable details for a shortlist, not an entire discovery run. maxDetails gives you a firm runtime and cost ceiling.

Dropshipping product research

Find products in a niche, sort by demand signals, compare displayed prices and shortlist promising suppliers.

Price and assortment monitoring

Schedule the same keyword input daily and compare datasets to detect new products, promotions and price changes.

Supplier discovery

Use detail enrichment on selected products to connect listings with stores, seller reputation and available inventory.

Marketplace catalog building

Create structured product feeds for internal search, enrichment, classification or competitive intelligence.

AI and analytics datasets

Feed normalized product records into recommendation systems, agents, dashboards, spreadsheets or data warehouses.

⚙️ Input guide

InputRecommended use
searchTermsOne or more products or niche keywords
startUrlsKnown AliExpress /item/ URLs
maxResultsTotal unique products to save
shipToCountryTwo-letter destination, such as US, GB, DE or TR
currencyCurrency such as USD, EUR, GBP or TRY
sortRelevance, orders, newest or price
minPrice / maxPriceKeep products inside your target price band
minRatingKeep products meeting a rating threshold
minOrdersKeep products meeting a public sales threshold
freeShippingKeep results displaying free shipping
includeDetailsAdd variants, stock, specs and seller data
maxDetailsMaximum products to enrich

Search multiple niches

{
"searchTerms": [
"portable blender",
"pet grooming kit",
"solar garden lights"
],
"maxResults": 300,
"shipToCountry": "US",
"currency": "USD",
"sort": "orders"
}

Enrich selected products

{
"searchTerms": [],
"startUrls": [
{ "url": "https://www.aliexpress.com/item/1005000000000000.html" }
],
"maxResults": 10,
"includeDetails": true,
"maxDetails": 10,
"shipToCountry": "US",
"currency": "USD"
}

🧾 Example result

{
"recordType": "product",
"productId": "1005001234567890",
"title": "Wireless Bluetooth Earbuds with Charging Case",
"productUrl": "https://www.aliexpress.com/item/1005001234567890.html",
"imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/example.jpg",
"salePrice": 8.49,
"originalPrice": 12.99,
"currency": "USD",
"discountPercent": 35,
"ordersSoldText": "5K+ sold",
"freeShipping": true,
"query": "wireless earbuds",
"rank": 1,
"scrapedAt": "2026-08-03T10:00:00.000Z"
}

✅ Built for dependable datasets

  • Unique products are deduplicated by AliExpress product ID.
  • Failed connections rotate and retry automatically.
  • Search and detail modes keep the same stable product schema.
  • Empty or over-filtered inputs return a clear, actionable error.
  • Search-only runs avoid browser overhead for faster, cheaper exports.
  • Dataset columns are arranged for immediate Store preview and export.

🔄 Changelog

1.0.0

  • Fast keyword product discovery
  • Regional currency and ship-to controls
  • Optional seller, stock, specification and SKU enrichment
  • Filtering, sorting and direct product URL support