# Flipkart Listing ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/flipkart/listing` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/flipkart-listing | ## 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 Get detailed self-help book data from Flipkart for better market insights and competitive pricing strategies. ## 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/listing' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "items": [ { "price": "₹199", "title": "Think and Grow Rich", "author": "Napoleon Hill", "rating": "4.4", "discount": "23% off", "reviewCount": "3508" }, { "price": "₹339", "title": "The Power of Habit", "author": "Charles Duhigg", "rating": "4.5", "discount": "43% off", "reviewCount": "7123" }, { "price": "₹399", "title": "Atomic Habits", "author": "James Clear", "rating": "4.6", "discount": "50% off", "reviewCount": "12034" }, { "price": "₹299", "title": "How to Win Friends and Influence People", "author": "Dale Carnegie", "rating": "4.7", "discount": "40% off", "reviewCount": "9321" }, { "price": "₹369", "title": "Rich Dad Poor Dad", "author": "Robert T Kiyosaki", "rating": "4.8", "discount": "62% off", "reviewCount": "10455" } ], "fulfilledBy": "Flipkart Assured", "discountRange": "20% to 60% or more" } ``` ## Documentation ## Overview Get detailed self-help book data from Flipkart for better market insights and competitive pricing strategies. ## Quickstart ``` GET https://api.piloterr.com/v2/flipkart/listing?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Flipkart Listing 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