AliExpress Product Variants Scraper avatar

AliExpress Product Variants Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
AliExpress Product Variants Scraper

AliExpress Product Variants Scraper

Extract product SKU IDs, prices, stock levels, and variant attributes from individual AliExpress product pages. Powered by AliExpress Scraper.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

This actor extracts Variants of a Product from AliExpress. It captures specific SKU details, pricing, and stock levels for every variation listed on a product page. Use this tool to monitor inventory and price differences across different product options.

Data Fields

Field NameDescriptionExample
Product IDUnique identifier for the main product"1005001234567890"
Product TitleName of the product"Wireless Bluetooth Headphones"
Product URLLink to the product page"https://www.aliexpress.com/item/1005001234567890.html"
Variant SKU IDUnique identifier for the specific variant"12000012345678"
Variant AttributeThe type of variation"Color"
Variant Display NameThe label for the variation"Midnight Black"
Variant Color ValueSpecific color code or name"Black"
Variant ImageURL of the variant specific image"https://ae01.alicdn.com/kf/img1.jpg"
Original PricePrice before discounts49.99
Sale PriceCurrent selling price29.99
Stock QuantityUnits available for this variant450
Max Buy CountMaximum units allowed per order10
PropertiesTechnical specifications"Material: Plastic"
Saleable StatusIf the item is available for purchasetrue
Product RatingAverage star rating4.8
Total ReviewsNumber of customer reviews1250
StockTotal stock status"In Stock"
Store NameName of the seller"Tech Global Store"
Store RatingSeller positive feedback percentage98.5
Store Total SalesTotal items sold by store50000
Store IDUnique identifier for the seller"912345"
Store URLLink to the seller profile"https://www.aliexpress.com/store/912345"
Store Open SinceDate the store was established"2020-05-12"
Main ImagePrimary product image"https://ae01.alicdn.com/kf/main.jpg"
All ImagesList of all product images["url1", "url2"]
Shipping InfoShipping cost and method"Free Shipping"
Max Delivery TimeLatest estimated arrival in days15
Min Delivery TimeEarliest estimated arrival in days10
Ships FromOrigin country of the item"China"
SKU PropertiesJSON string of SKU metadata"{"size":"XL"}"
Total Available SKUsCount of all variant combinations12
Category IDNumerical category identifier"20000100"
Category PathBreadcrumb path of the product"Electronics > Audio"
Seller CountryCountry of the business entity"CN"
Top Rated SellerIf the seller has top-rated statustrue

Input

  • urls: Array of AliExpress product URL strings. Works on aliexpress.com and aliexpress.us product detail pages.
  • maxItems: Maximum number of variants to extract per URL. Default is 100.

Example Input

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

Example Output

[
{
"productId": "1005001234567890",
"productTitle": "Ergonomic Office Chair",
"variantSkuId": "120000987654321",
"variantAttribute": "Color",
"variantDisplayName": "Grey",
"salePrice": 85.00,
"stockQuantity": 15,
"shipsFrom": "United States",
"storeName": "Home Office Pro"
},
{
"productId": "1005001234567890",
"productTitle": "Ergonomic Office Chair",
"variantSkuId": "120000987654322",
"variantAttribute": "Color",
"variantDisplayName": "Blue",
"salePrice": 89.00,
"stockQuantity": 5,
"shipsFrom": "United States",
"storeName": "Home Office Pro"
}
]

Want more from AliExpress?

This actor only covers Variants of a Product. The full AliExpress Scraper browser extension also includes Products in a List, Product Details, Reviews in a List, Store Details 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

Disclaimer

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