Temu product data API
The ShopAPIS Temu product data API returns structured fields for any Temu listing — current price and strike price, the “sold” / order count, the full size-and-color variant matrix, star rating and review count, store name and ship-to locale — as clean JSON. Temu publishes no official product API, so parsing the app and web surface is the only route to its catalog. ShopAPIS runs that infrastructure and normalizes every locale into one schema.
Temu is the fastest-growing cross-border catalog on earth: ~246M monthly active users, ~$22–25B GMV per quarter (+40–60% YoY), roughly $90–100B annualized GMV (ShopAPIS research, June 2026; traffic per Similarweb ). Its millions of cheap, fast-churning SKUs — added and retired daily — make it the single best surface for trend detection and low-price benchmarking. That same scale and churn is why it is so hard to access.
Why Temu data is hard to get
Temu runs one of the most aggressive anti-bot stacks in e-commerce. Owned by PDD Holdings (the Pinduoduo parent), it leans on signed API requests, device fingerprinting, encrypted payloads and frequent layout rotation, and it serves a heavily app-first experience that hides clean data behind mobile-only endpoints. There is no public developer API and no affiliate feed deep enough for catalog-grade fields. Combined with daily SKU turnover, naive scrapers break within days. ShopAPIS maintains the parsers so the firehose stays usable.
Data fields returned
- Identifiers — Temu goods ID, SKU ID, category ID, listing URL.
- Pricing — current price, original/strike price, currency, discount percentage.
- Demand — “sold” / order count, units sold, trending flags.
- Availability — in-stock state, stock-level hints, ships-to locale.
- Variants — size/color/option matrix with per-variant price and SKU ID.
- Ratings — average rating, review count, review samples.
- Store — seller/store name, store ID, store rating.
- Shipping — estimated delivery window, free-shipping threshold, ship-from.
- Media & category — image set, category path.
Sample response
{
"platform": "temu",
"locale": "temu.com/us",
"goods_id": "601099512345678",
"title": "Wireless Bluetooth Earbuds, Touch Control, IPX5",
"price": { "amount": 9.98, "currency": "USD", "original_price": 29.99, "discount_pct": 67 },
"sold_count": 142000,
"availability": "in_stock",
"variants": [
{ "sku_id": "11122233", "color": "Black", "price": 9.98, "stock": "in_stock" },
{ "sku_id": "11122234", "color": "White", "price": 10.98, "stock": "low" }
],
"rating": 4.6,
"review_count": 8841,
"store": { "name": "AudioMax Global Store", "store_id": "634", "store_rating": 4.7 },
"shipping": { "free_over": 0, "delivery_estimate": "7-12 days", "ships_to": "US" },
"images": ["https://img.kwcdn.com/product/abc123.jpg"],
"category_path": ["Electronics", "Headphones", "Earbuds"],
"scraped_at": "2026-06-05T11:42:00Z"
}Markets & domains covered
- United States — temu.com/us (USD).
- Europe — temu.com locales for UK (GBP), DE, FR, IT and more (EUR/GBP).
- Oceania & rest-of-world — temu.com/au (AUD) and additional country locales.
One parser handles every Temu storefront; a locale filter selects pricing and ship-to logic per country.
Use cases
- Low-price benchmarking — track Temu prices against your catalog floor. Feeds price monitoring.
- Trend & assortment sensing — sold counts and new-SKU velocity flag rising products. See competitive intelligence.
- Sourcing & catalog research — map Temu’s cheap-goods catalog into your own with catalog enrichment.
- Stock-movement signals — repeated polling of sold counts approximates demand velocity; pair with inventory tracking.
Temu listings churn fast — a goods ID can disappear within days. ShopAPIS schedules frequent re-polling so price-history and sold-count series stay continuous instead of breaking on SKU turnover.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/oceania-and-global.md); sources: ChineSellers 2025, TechBuzzChina 2025.