AliExpress Product Variant Details Scraper avatar

AliExpress Product Variant Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
AliExpress Product Variant Details Scraper

AliExpress Product Variant Details Scraper

Extract product variants including SKU ID, price, stock, and attributes from individual AliExpress product pages. Powered by AliExpress Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

3

Bookmarked

87

Total users

23

Monthly active users

6 days ago

Last modified

Share

This actor extracts Variants from AliExpress product pages. It captures specific SKU combinations, pricing, and stock levels for every selectable option on a product listing. Powered by AliExpress Scraper.


Want more from AliExpress?

This actor covers Variants only. The full AliExpress Scraper browser extension also includes Products, 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 IDUnique identifier for the product1005001234567890
Product TitleName of the productWireless Bluetooth Headphones
Product URLLink to the product pagehttps://www.aliexpress.com/item/1005001234567890.html
Variant SKU IDUnique identifier for the specific variant120000123456789
Variant AttributeThe category of the variantColor
Variant Display NameThe name shown to usersMidnight Black
Variant Color ValueHex or color code if applicable#000000
Variant ImageURL of the variant-specific imagehttps://ae01.alicdn.com/kf/img1.jpg
Original PricePrice before discounts49.99
Sale PriceCurrent selling price24.99
Stock QuantityNumber of units available450
Max Buy CountMaximum units allowed per order5
PropertiesTechnical specifications of the variant{"Material": "Plastic"}
Saleable StatusAvailability for purchasetrue
Product RatingAverage star rating4.8
Total ReviewsNumber of customer reviews1250
StockGeneral stock statusIn Stock
Store NameName of the sellerTech Gadgets Store
Store RatingSeller positive feedback percentage98.5
Store Total SalesTotal items sold by store50000
Store IDUnique identifier for the seller912345678
Store URLLink to the store pagehttps://www.aliexpress.com/store/912345678
Store Open SinceDate the store was established2020-05-15
Main ImagePrimary product imagehttps://ae01.alicdn.com/kf/main.jpg
All ImagesList of all product images["url1", "url2"]
Shipping InfoShipping method and costFree Shipping
Max Delivery TimeLatest estimated arrival in days15
Min Delivery TimeEarliest estimated arrival in days10
Ships FromCountry of originChina
SKU PropertiesRaw SKU data strings["Color:Black", "Size:XL"]
Total Available SKUsCount of all variant combinations12
Category IDNumeric category identifier5090301
Category PathBreadcrumb pathConsumer Electronics > Audio
Seller CountryCountry of the sellerCN
Top Rated SellerWhether the seller is top ratedtrue
BrandManufacturer nameBrandX
Is Brand PlusBrand Plus program statustrue
SpecificationsFull technical specs list[{"key": "Weight", "value": "200g"}]

Input

  • urls: Array of AliExpress product page URLs (aliexpress.com or aliexpress.us).
  • maxItems: Maximum number of variants to extract per product page. Default is 100.

Example Input

{
"urls": ["https://www.aliexpress.com/item/1005001234567890.html"],
"maxItems": 20
}

Example Output

[
{
"productId": "1005001234567890",
"productTitle": "Wireless Bluetooth Headphones",
"productUrl": "https://www.aliexpress.com/item/1005001234567890.html",
"variantSkuId": "120000123456789",
"variantAttribute": "Color",
"variantDisplayName": "Midnight Black",
"variantColorValue": "#000000",
"variantImage": "https://ae01.alicdn.com/kf/img1.jpg",
"originalPrice": 49.99,
"salePrice": 24.99,
"stockQuantity": 450,
"maxBuyCount": 5,
"properties": {"Material": "Plastic"},
"saleableStatus": true,
"productRating": 4.8,
"totalReviews": 1250,
"stock": "In Stock",
"storeName": "Tech Gadgets Store",
"storeRating": 98.5,
"storeTotalSales": 50000,
"storeId": "912345678",
"storeUrl": "https://www.aliexpress.com/store/912345678",
"storeOpenSince": "2020-05-15",
"mainImage": "https://ae01.alicdn.com/kf/main.jpg",
"allImages": ["https://ae01.alicdn.com/kf/main.jpg", "https://ae01.alicdn.com/kf/side.jpg"],
"shippingInfo": "Free Shipping",
"maxDeliveryTime": 15,
"minDeliveryTime": 10,
"shipsFrom": "China",
"skuProperties": ["Color:Black"],
"totalAvailableSkus": 2,
"categoryId": 5090301,
"categoryPath": "Consumer Electronics > Audio",
"sellerCountry": "CN",
"topRatedSeller": true,
"brand": "BrandX",
"isBrandPlus": true,
"specifications": [{"key": "Weight", "value": "200g"}]
},
{
"productId": "1005001234567890",
"productTitle": "Wireless Bluetooth Headphones",
"productUrl": "https://www.aliexpress.com/item/1005001234567890.html",
"variantSkuId": "120000123456790",
"variantAttribute": "Color",
"variantDisplayName": "Arctic White",
"variantColorValue": "#FFFFFF",
"variantImage": "https://ae01.alicdn.com/kf/img2.jpg",
"originalPrice": 49.99,
"salePrice": 24.99,
"stockQuantity": 120,
"maxBuyCount": 5,
"properties": {"Material": "Plastic"},
"saleableStatus": true,
"productRating": 4.8,
"totalReviews": 1250,
"stock": "In Stock",
"storeName": "Tech Gadgets Store",
"storeRating": 98.5,
"storeTotalSales": 50000,
"storeId": "912345678",
"storeUrl": "https://www.aliexpress.com/store/912345678",
"storeOpenSince": "2020-05-15",
"mainImage": "https://ae01.alicdn.com/kf/main.jpg",
"allImages": ["https://ae01.alicdn.com/kf/main.jpg", "https://ae01.alicdn.com/kf/side.jpg"],
"shippingInfo": "Free Shipping",
"maxDeliveryTime": 15,
"minDeliveryTime": 10,
"shipsFrom": "China",
"skuProperties": ["Color:White"],
"totalAvailableSkus": 2,
"categoryId": 5090301,
"categoryPath": "Consumer Electronics > Audio",
"sellerCountry": "CN",
"topRatedSeller": true,
"brand": "BrandX",
"isBrandPlus": true,
"specifications": [{"key": "Weight", "value": "200g"}]
}
]

Disclaimer

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