# Flipkart Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/flipkart/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/flipkart-search | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.piloterr.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Unlock Flipkart product data for market analysis, pricing insights, competitor monitoring, and more with Piloterr's 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/flipkart/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "metadata": { "current_page": 1, "total_results": 1500, "results_per_page": 20 }, "search_results": [ { "price": "₹1000", "title": "Product Title 1", "rating": "4.5", "details_url": "https://www.flipkart.com/product-title-1/p/itmexample1", "reviews_count": "125" }, { "price": "₹2000", "title": "Product Title 2", "rating": "4.2", "details_url": "https://www.flipkart.com/product-title-2/p/itmexample2", "reviews_count": "89" } ] } ``` ## Documentation ## Overview Unlock Flipkart product data for market analysis, pricing insights, competitor monitoring, and more with Piloterr's API. ## Quickstart ``` GET https://api.piloterr.com/v2/flipkart/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Flipkart Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Flipkart without maintaining scrapers - Power internal dashboards and workflow automations with live Flipkart data