# Tokopedia Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/tokopedia/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/tokopedia-product | ## Description Extract Tokopedia product details with our API to enhance business operations and drive data-driven decisions. ## 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/tokopedia/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "product": { "name": "Accessoire Voiture - FM Modulator 15W Pengisi Daya Nirkabel Mobil", "price": "Rp229.000", "stock": 34, "images": [ "https://images.tokopedia.net/img/cache/500-square/product-1/2022/5/21/1234567/1234567.jpg" ], "rating": 4.9, "seller": { "name": "WR234", "rating": 4.8, "followers": 4567 }, "category": "Aksesoris Mobil", "discount": "4%", "description": "FM Modulator 15W untuk pengisi daya nirkabel di mobil Anda. Dilengkapi dengan teknologi pengisian cepat dan kompatibel dengan berbagai perangkat.", "reviews_count": 123, "original_price": "Rp239.000", "specifications": { "weight": "500 gram", "condition": "Baru", "dimensions": "10 cm x 5 cm x 5 cm" } } } ``` ## Documentation ## Overview Extract Tokopedia product details with our API to enhance business operations and drive data-driven decisions. ## Quickstart ``` GET https://api.piloterr.com/v2/tokopedia/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Tokopedia Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Tokopedia without maintaining scrapers - Power internal dashboards and workflow automations with live Tokopedia data