Temu: Start Search Session
Temu via Parse · ecommerce
Start a paginated search session over Temu's product catalog. Executes the first page and returns an opaque pagination_token encoding the list_id and offset state. Subsequent pages are fetched via continue_search_session using that token, without re-running prior pages. Each product carries a product_id usable with get_product_details. 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/start_search_session
- Interface artifact
- sha256:8ec4bba8ce9fb81d274e8f79ed223cd3b60fc7d37806dd172f53d404c8c9949f
- Manifest digest
- sha256:c40fa11dfc71d1e318bc25a8cd929efe745d87049221f04506ac9b0126c76b54
Request fields
- limit (integer): Number of results to return per page (max 40).
- query (string, required): Search keyword (e.g. 'wireless earbuds', 'kitchen gadgets').
- locale (string): Locale/language code for localized results (e.g. 'en', 'it', 'de', 'fr', 'es'). Controls language of titles and currency of prices.
Example queries
- {"limit":"10","query":"wireless earbuds"}