# JustDial Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/justdial/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/justdial-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 Extract accurate business data from JustDial with our API. Enhance market research, lead generation, and local SEO. ## 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/justdial/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "city": "Mumbai", "query": "Dentists", "results": [ { "name": "Dr. Smile - Dental Clinic", "phone": "+912345678900", "rating": 4.5, "address": "Andheri West, Mumbai" }, { "name": "Happy Dental Care", "phone": "+911234567890", "rating": 4.3, "address": "Bandra West, Mumbai" }, { "name": "Mumbai Dentists", "phone": "+912345679000", "rating": 4.2, "address": "Juhu, Mumbai" } ], "total_results": 100 } ``` ## Documentation ## Overview Extract accurate business data from JustDial with our API. Enhance market research, lead generation, and local SEO. ## Quickstart ``` GET https://api.piloterr.com/v2/justdial/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate JustDial Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Justdial without maintaining scrapers - Power internal dashboards and workflow automations with live Justdial data