AliExpress (global) product data API
The ShopAPIS AliExpress product data API returns structured fields for any AliExpress listing — the locale-correct price, the “orders” sold count, the full variant matrix, store name and rating, and country-specific shipping — as clean JSON. What makes AliExpress unique is per-country price localization: the same product ID shows different prices, currencies, coupons and delivery options depending on the ship-to country. ShopAPIS captures the right localized view per locale.
AliExpress, part of the Alibaba group, has ~159M monthly active users with surging EU growth (+44–65% in the UK and Germany — ShopAPIS research, June 2026). It carries tens of billions in cross-border GMV across general merchandise and electronics. Alibaba exposes a partial affiliate/open API, but it is shallow and seller-gated for catalog-grade pricing — so public-page parsing remains the route to the full, localized offer.
Why AliExpress data is hard to get
AliExpress prices are country-aware, so the same item ID returns a different offer per ship-to locale. Coupons, store discounts, currency and shipping all change with geography, and the affiliate/open API does not expose the localized buyer-facing price or the live orders count. Add high anti-bot pressure, encrypted variant payloads (SKU “price tiers”) and frequent A/B layout changes, and a single global scrape gives a misleading number. ShopAPIS resolves each locale correctly and returns the price a shopper in that country actually sees.
Data fields returned
- Identifiers — AliExpress product ID, SKU ID, category ID, store ID.
- Pricing — localized price per ship-to country, currency, original price, coupon/discount, bulk price tiers.
- Demand — “orders” / sold count, wishlist hints, trending flag.
- Variants — color/size/spec matrix with per-variant price and SKU ID.
- Store — store name, store rating, positive-feedback %, years open.
- Shipping — ship-from, ship-to country, delivery estimate, shipping cost, free-shipping flag.
- Ratings — average rating, review count, review samples.
- Media & category — image set, category path.
Sample response
{
"platform": "aliexpress",
"ship_to": "DE",
"product_id": "1005006789012345",
"title": "Mini Portable Air Compressor Tire Inflator 150PSI",
"price": { "amount": 21.34, "currency": "EUR", "original_price": 38.79, "coupon": "EUR3 off", "price_tiers": [{ "min_qty": 2, "amount": 20.10 }] },
"orders_count": 17326,
"variants": [
{ "sku_id": "120000123", "spec": "With Battery", "price": 21.34 },
{ "sku_id": "120000124", "spec": "USB-C Wired", "price": 16.88 }
],
"store": { "name": "MotoTools Official Store", "store_id": "1102345", "rating": 96.4, "years_open": 6 },
"shipping": { "ships_from": "CN", "ships_to": "DE", "cost": 0.00, "estimate": "10-18 days", "free": true },
"rating": 4.7,
"review_count": 3942,
"images": ["https://ae01.alicdn.com/kf/abc.jpg"],
"category_path": ["Automobiles", "Tools", "Tire Inflators"],
"scraped_at": "2026-06-05T11:42:00Z"
}Markets & domains covered
- Europe — DE, FR, IT, ES, UK and more (EUR/GBP), the fastest-growing region.
- Americas — US (USD), Brazil and others.
- Oceania & rest-of-world — AU (AUD) plus 200+ ship-to countries.
ShopAPIS sets the ship-to locale per request so you get the price and shipping that country’s buyers actually see. See the AliExpress affiliate/open API docs for the official (partial) feed.
Use cases
- Localized price intelligence — compare AliExpress prices country-by-country. Feeds price monitoring.
- Sourcing & arbitrage research — orders count and price tiers reveal volume products. See competitive intelligence.
- Catalog & variant mapping — SKU matrices power catalog enrichment.
- Shipping & availability tracking — per-country delivery windows feed inventory tracking.
A single “global” AliExpress price is misleading — the buyer-facing price is localized. ShopAPIS always returns the offer for the ship-to country you specify, so cross-border comparisons stay accurate.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/oceania-and-global.md); sources: ChineSellers 2025, Similarweb 2025.