Temu: Continue Batch Store Session
Temu via Parse · ecommerce
Continue paginated store sessions started by batch_get_stores. Accepts an array of opaque session tokens (from previous next_session_token fields), fetches the next page for each store, and returns updated tokens. Handles list_id expiration with automatic recovery. 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/continue_batch_store_session
- Interface artifact
- sha256:d8e8b1fc9f6896d1907ad25b34890be81008cb77425b4fc5f449bce08b6ad9c3
- Manifest digest
- sha256:c105d856b4b298204941fbad97c4045a39c6872db771a287f4647f013ff13d1e
Request fields
- limit (integer): Override the page size stored in the token (max 999).
- include_dto (boolean): If true, include the flat normalized DTO per store.
- include_raw (boolean): If true, include the raw API response data per store.
- session_tokens (string, required): JSON array of opaque session token strings from batch_get_stores or a previous continue_batch_store_session response (up to 20).
Example queries
- {"session_tokens":"[\"invalid_token_test\"]"}