# Lazada Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/lazada/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/lazada-product | ## Description Extract detailed Lazada product data for enhanced business insights, competitive pricing, and market analysis. ## 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/lazada/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "name": "Inflatable Boat Double Drifting Boat Water Sport Kayak Professional Canoe Outdoor Fishing Dinghy Raft Pump Seat", "price": "7622.01", "images": [ "https://example.com/image1.jpg", "https://example.com/image2.jpg" ], "rating": "5.0", "sku_id": "22414774539", "currency": "PHP", "location": "Bulacan, Philippines", "seller_id": "500458768397", "product_id": "4086415950", "promotions": [ { "code": "SUMMER10", "type": "discount", "value": "10%" } ], "sale_count": 36, "category_id": "10330", "description": "This inflatable boat is perfect for water sports enthusiasts. Made from durable PVC material, it is designed for professional use in various water activities such as kayaking, canoeing, and fishing. The boat includes a pump and seat for added convenience.", "seller_name": "VendorX", "availability": "In Stock", "review_count": 15, "category_name": "Sports & Outdoors > Water Sports", "fast_shipping": false, "free_shipping": true, "original_price": "7699.00", "specifications": { "weight": "5 kg", "capacity": "2 persons", "material": "PVC", "dimensions": "210x120x30 cm" } } ``` ## Documentation ## Overview Extract detailed Lazada product data for enhanced business insights, competitive pricing, and market analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/lazada/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Lazada Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Lazada without maintaining scrapers - Power internal dashboards and workflow automations with live Lazada data