# Temu Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/temu/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/temu-search | ## Description Extract detailed product data from Temu to enhance your ecommerce strategies with our robust Temu Search API. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/temu/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "query": "voiture", "results": [ { "name": "Toy Car", "price": "$10.99", "image_url": "https://example.com/images/toy_car.jpg", "product_id": "001", "product_url": "https://www.temu.com/product/toy_car" }, { "name": "Car Sticker", "price": "$5.49", "image_url": "https://example.com/images/car_sticker.jpg", "product_id": "002", "product_url": "https://www.temu.com/product/car_sticker" }, { "name": "Remote Control Car", "price": "$29.99", "image_url": "https://example.com/images/rc_car.jpg", "product_id": "003", "product_url": "https://www.temu.com/product/rc_car" } ], "total_count": 3 } ``` ## Documentation ## Overview Extract detailed product data from Temu to enhance your ecommerce strategies with our robust Temu Search API. ## Quickstart ``` GET https://api.piloterr.com/v2/temu/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Temu Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Temu without maintaining scrapers - Power internal dashboards and workflow automations with live Temu data