# Lazada Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/lazada/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/lazada-search | ## Description Extract real-time product data from Lazada with our API to enhance market strategies and decision-making. ## 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/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "products": [ { "price": "₱3,499.00", "title": "RC Boat - H2 SpeedBoat Remote Controlled - White Orange", "rating": "4.8", "product_url": "https://www.lazada.com.ph/products/rc-boat-h2-speedboat-remote-controlled-white-orange-i12345.html", "number_of_reviews": 125 }, { "price": "₱2,199.00", "title": "Inflatable Boat With Air Pump and Paddles", "rating": "4.6", "product_url": "https://www.lazada.com.ph/products/inflatable-boat-with-air-pump-and-paddles-i67890.html", "number_of_reviews": 85 }, { "price": "₱899.00", "title": "Fishing Boat Toys for Kids", "rating": "4.3", "product_url": "https://www.lazada.com.ph/products/fishing-boat-toys-for-kids-i56789.html", "number_of_reviews": 47 }, { "price": "₱150.00", "title": "Kids Speed Boat Rubber Game Bath Play", "rating": "4.0", "product_url": "https://www.lazada.com.ph/products/kids-speed-boat-rubber-game-bath-play-i34567.html", "number_of_reviews": 23 } ] } ``` ## Documentation ## Overview Extract real-time product data from Lazada with our API to enhance market strategies and decision-making. ## Quickstart ``` GET https://api.piloterr.com/v2/lazada/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Lazada Search 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