Temu: Batch Get Products
Temu via Parse · ecommerce
Batch fetch product data for multiple product IDs in one call (up to 40). For each product ID, returns both raw API data and a flat normalized DTO. Each product result carries its own status field so single failures don't break the batch. Products are looked up via Temu's catalog search by goods_id. Provides access to Temu's product catalog, including search, featured listings, and product details. Fulfilled by Parse from temu.com.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- temu
- temu-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/19417d13-c955-4a31-bfb8-d40635cf048d/batch_get_products
- Interface artifact
- sha256:23ed72ee96a73e364067caede1162bed72837530f3558b15d982978652e01eda
- Manifest digest
- sha256:8cd23649b24e1317ee618fa5daba17a36a5d1f754d2acbc89f21dd93298c2941
Request fields
- locale (string): Locale/language code for localized results (e.g. 'en', 'it', 'de', 'fr', 'es').
- include_dto (boolean): If true, include the flat normalized DTO per product.
- include_raw (boolean): If true, include the raw API response data per product.
- product_ids (string, required): JSON array of numeric product ID strings (up to 40). Example: '["605731197670167","605714873454696"]'.
Example queries
- {"product_ids":"[\"601100422582933\"]"}