# JioMart Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/jiomart/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/jiomart-search | ## Description Extract detailed product information from JioMart for market analysis, competitor tracking, and more 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/jiomart/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "products": [ { "url": "https://www.jiomart.com/product/apple-iphone-13", "name": "Apple iPhone 13 (128GB) - Midnight", "image": "https://www.jiomart.com/images/product/apple-iphone-13.jpg", "price": "₹69,900.00" }, { "url": "https://www.jiomart.com/product/redmi-10", "name": "Redmi 10 (4GB RAM, 64GB) - Pacific Blue", "image": "https://www.jiomart.com/images/product/redmi-10.jpg", "price": "₹11,999.00" }, { "url": "https://www.jiomart.com/product/samsung-galaxy-m32", "name": "Samsung Galaxy M32 (6GB RAM, 128GB) - Light Blue", "image": "https://www.jiomart.com/images/product/samsung-galaxy-m32.jpg", "price": "₹14,499.00" }, { "url": "https://www.jiomart.com/product/oneplus-nord-ce-2-lite", "name": "OnePlus Nord CE 2 Lite 5G (6GB RAM, 128GB) - Blue Tide", "image": "https://www.jiomart.com/images/product/oneplus-nord-ce-2-lite.jpg", "price": "₹18,999.00" } ] } ``` ## Documentation ## Overview Extract detailed product information from JioMart for market analysis, competitor tracking, and more with our powerful API. ## Quickstart ``` GET https://api.piloterr.com/v2/jiomart/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate JioMart Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Jiomart without maintaining scrapers - Power internal dashboards and workflow automations with live Jiomart data