AliExpress Product Details Scraper avatar

AliExpress Product Details Scraper

Pricing

from $5.00 / 1,000 products

Go to Apify Store
AliExpress Product Details Scraper

AliExpress Product Details Scraper

The AliExpress Product Details Scraper extracts full product data from any AliExpress product URL — every variant with its price and stock, discounts, ratings, sales, shipping options andseller details — ideal for dropshipping, price monitoring and sourcing.

Pricing

from $5.00 / 1,000 products

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

13 hours ago

Last modified

Share

🚀 AliExpress Product Details Scraper

Get everything on an AliExpress product page as clean JSON — every variant with its own price and stock, the discount, rating and sales count, the shipping options for your country, and the seller's track record. Paste one or hundreds of product URLs (or bare product IDs), pick a ship-to country and currency, and download the result as JSON, CSV or Excel, or pull it straight from the Apify API.

This is the natural second step after the AliExpress Listings Scraper: search gives you the candidates, this Actor gives you the full record for each one — 100+ variants, per-variant stock, shipping fee and delivery window, seller rating — in a single row per product.

✨ Features

  • 🎨 Every variant — each SKU with its attributes (Color, Size, Ships From…), sale price, original price, stock and purchase limit.
  • 💰 Real prices for your market — choose the ship-to country and currency; prices, availability and shipping are calculated for that destination, exactly as a shopper there would see them.
  • 🚚 Shipping options — carrier, fee (or free), ship-from warehouse, delivery window in days and estimated delivery dates, tracking availability.
  • Ratings and demand signals — star rating, review count, "10,000+ sold", total available stock, discount percentage.
  • 🏪 Seller details on every row — store name, ID and URL, store rating, positive-feedback rate, items sold in the last 180 days, seller country and store opening date.
  • 📐 Full specifications — the complete attribute table (material, capacity, model, certifications…), category path, images, product video and downloadable manuals.
  • 🌍 Region-aware — products that cannot be shipped to the chosen country are returned with status: "unavailable_in_region" instead of a silent failure, and are not charged.
  • Fast and cheap — one request per product, no browser, a few seconds per item; no residential proxies needed.

💡 Why use AliExpress Product Details Scraper?

  • Dropshipping catalog sync — pull variants, stock and prices for the products in your store and refresh them on a schedule.
  • Price and stock monitoring — track per-variant prices and availability over time for your own products or competitors'.
  • Sourcing and supplier vetting — compare the same product across sellers using positive rate, 180-day sales and seller age.
  • Shipping cost research — see real delivery fees and windows for each destination before you commit to a supplier.
  • Marketplace listing creation — get titles, images, specification tables and variant matrices ready to map into Shopify, WooCommerce or Amazon.
  • AI and data pipelines — structured product records ready for LLM enrichment, matching or embedding.

🛠️ How to use AliExpress Product Details Scraper

  1. Add product URLs — paste links like https://www.aliexpress.com/item/1005006959700436.html. Bare product IDs work too. Combine it with the AliExpress Listings Scraper to feed in search results.
  2. Pick the destination — set the ship-to country (US by default) and currency (USD by default).
  3. Set a limitmaxItems caps how many products are scraped (50 by default).
  4. Run the Actor — from the Console, on a schedule, or via the API.
  5. Download your data — export the dataset as JSON, CSV, Excel or XML, or send it to Google Sheets, Slack, Zapier, Make or your own webhook.

📥 Input

FieldTypeDescription
productUrlsarrayRequired. AliExpress product page URLs (or bare product IDs).
shipTostringTwo-letter country code prices, availability and shipping are calculated for. Default US.
currencystringThree-letter currency code for all prices. Default USD.
maxItemsintegerMaximum number of products to scrape. Default 50.
proxyConfigurationobjectProxy settings. The default works; residential proxies are not needed.

Example input:

{
"productUrls": [
{ "url": "https://www.aliexpress.com/item/1005006959700436.html" },
{ "url": "https://www.aliexpress.com/item/1005006639944031.html" }
],
"shipTo": "US",
"currency": "USD",
"maxItems": 50
}

📊 Sample output data

One record per product (arrays shortened here — a real record carries every image, attribute and variant):

{
"productId": "1005006959700436",
"url": "https://www.aliexpress.com/item/1005006959700436.html",
"status": "ok",
"title": "QCY MeloBuds Pro ANC Bluetooth 5.3 Earphones Wireless 46dB Hybrid ANC Hi-Res LDAC Earbuds 6 Mic Headphones 34H In-Ear Detection",
"currency": "USD",
"price": {
"min": 26.47,
"max": 91.1
},
"originalPrice": {
"min": 82.43,
"max": 98.1
},
"discountPercent": 68,
"rating": 4.8,
"reviewCount": 6345,
"sold": "10,000+ sold",
"totalStock": 2069,
"images": [
"https://ae-pic-a1.aliexpress-media.com/kf/Sf3383a35bac041acad10e4c903fa6804V.jpg",
"https://ae-pic-a1.aliexpress-media.com/kf/S2b5178dbf83a4032b28968c4c8fab7dfH.jpg"
],
"video": "https://video.aliexpress-media.com/play/u/ae_sg_item/2227548615/p/1/e/6/t/10301/5000117320950.mp4",
"categoryId": "63705",
"categoryPath": "44/100000306/63705",
"attributes": [
{
"name": "Department",
"value": "Unisex-adult"
},
{
"name": "High-concerned chemical",
"value": "none"
},
{
"name": "Material",
"value": "PVC,ABS"
}
],
"skuProperties": [
{
"id": 14,
"name": "Color",
"values": [
{
"id": 10,
"name": "BLACK",
"image": "https://ae-pic-a1.aliexpress-media.com/kf/Sf3383a35bac041acad10e4c903fa6804V.jpg",
"color": "#FF0000"
},
{
"id": 29,
"name": "WHITE",
"image": "https://ae-pic-a1.aliexpress-media.com/kf/Sd972ff9f572b486cab88b493d1d7d25ay.jpg",
"color": "#FFFFFF"
}
]
},
{
"id": 200007763,
"name": "Ships From",
"values": [
{
"id": 201336100,
"name": "China Mainland",
"image": "",
"color": null
},
{
"id": 201336106,
"name": "United States",
"image": "",
"color": null
}
]
}
],
"skus": [
{
"skuId": "12000045348692444",
"attributes": {
"Color": "Black with Case03",
"Ships From": "Brazil"
},
"price": 81.44,
"originalPrice": 88.44,
"stock": 0,
"maxBuyCount": 0,
"available": false
},
{
"skuId": "12000045348692445",
"attributes": {
"Color": "White with Case04",
"Ships From": "Brazil"
},
"price": 81.44,
"originalPrice": 88.44,
"stock": 0,
"maxBuyCount": 0,
"available": false
}
],
"shipping": [
{
"method": "Aliexpress Selection Standard",
"code": "CAINIAO_FULFILLMENT_STD",
"fee": 0,
"freeShipping": true,
"shipFrom": "China",
"shipTo": "US",
"deliveryDaysMin": 12,
"deliveryDaysMax": 16,
"estimatedDelivery": "Sep. 08 \u2013 Sep. 12",
"tracking": true
}
],
"descriptionUrl": "https://pdp.aliexpress-media.com/product/description/pc/v2/en_US/desc.htm?productId=1005006959700436&key=Se8ac2fbcca294eaab0b0ac089f8c77514.zip&token=5aa2686581c4074a742b8a2a50960cbc&sellerId=221859663",
"documents": [
{
"type": "PDF",
"url": "https://ae-pic-a1.aliexpress-media.com/kf/S70e7ebc46c1546058fc0b9b3262b293bz.pdf"
}
],
"store": {
"id": "1100955127",
"name": "QCY Official Store",
"url": "https://www.aliexpress.com/store/1100955127",
"sellerId": "221859663",
"rating": 4.9,
"positiveRate": "97.7%",
"soldLast180Days": "90,000+",
"country": "China",
"openedAt": "2014-09-23 02:02:16",
"topRatedSeller": false
},
"shipTo": "US",
"scrapedAt": "2026-08-27T18:03:59.973Z"
}

💵 Pricing

You pay $0.005 per product scraped — one price for the full record with all variants, shipping options and seller details, however many variants the product has. Products that are unavailable in the chosen country or no longer exist are not charged. Apify platform usage is billed separately; a typical product costs a fraction of a cent in compute.

❓ FAQ

Can I get prices in my own currency and shipping to my country? Yes — set shipTo and currency. Prices, stock and delivery options are calculated for that destination.

Why is a product returned with status: "unavailable_in_region"? AliExpress does not sell that item to the chosen country. Try a different shipTo. These rows are free.

Some variants show "available": false — why? The variant is sold out or cannot be bought from the chosen country. The record still lists it with its price so you can track when it comes back.

How do I get reviews or search results? Use the AliExpress Listings Scraper for keyword search and the AliExpress Reviews Scraper for customer reviews. All three share the same product URLs, so they chain together.

Is this legal? The Actor only collects publicly available product information. Make sure your use complies with AliExpress's terms and the laws that apply to you.

Turn AliExpress product pages into structured data with the AliExpress Product Details Scraper today! 🚀