# Flipkart Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/flipkart/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/flipkart-product | ## 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 Extract Flipkart product details for insights, pricing trends, and enhanced decision-making with our powerful 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/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "url": "https://www.flipkart.com/zero-limits-t/p/itmfbwshhe7ezfwg?pid=9780470402566&lid=LSTBOK9780470402566FJVI70&marketplace=FLIPKART&store=bks%2F5uw&srno=b_1_2&otracker=browse&fm=organic&iid=en_BmqgGkHtOGWpFMFt_ArAwLn8AtpVcDs8647IksdwKCxHwjtJhm5OObv32WZvUx4NzfQiGlkTNI3zQaEpvCebSw%3D%3D&ppt=hp&ppn=homepage&ssid=en64io2y6idfvri81713977514908", "isbn": "9780470402566", "year": "2010", "price": "297", "title": "Zero Limits: The Secret Hawaiian System for Wealth, Health, Peace, and More", "author": "Joe Vitale", "rating": "4.2", "benifits": [ "Wealth", "Health", "Peace" ], "publisher": "Wiley", "description": "Zero Limits presents six secrets for a new home practice based on ancient Hawaiian wisdom for wealth, health, and happiness.", "reviews_count": "76", "number_of_pages": "256" } ``` ## Documentation ## Overview Extract Flipkart product details for insights, pricing trends, and enhanced decision-making with our powerful API. ## Quickstart ``` GET https://api.piloterr.com/v2/flipkart/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Flipkart Product 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