# Justdial Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/justdial/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/justdial-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 Efficiently extract and analyze business profiles from Justdial for accurate, up-to-date local insights. ## 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/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "name": "Dr. Vora's Dental Care", "phone": "+91-22-25614135", "rating": "4.5", "address": "Shop No 9, Jupiter CHS, Opposite Metro Chemist, Next to Hotel Jasneel, Mulund West, Mumbai - 400080", "reviews": [ { "rating": "5", "comment": "Great service, experienced doctors!", "username": "Amit K." }, { "rating": "4", "comment": "Clean and well maintained clinic.", "username": "Neha S." } ], "category": "Dentists", "services": [ "General Dentistry", "Cosmetic Dentistry", "Orthodontics" ], "working_hours": { "Friday": "10:00 AM - 9:00 PM", "Monday": "10:00 AM - 9:00 PM", "Sunday": "Closed", "Tuesday": "10:00 AM - 9:00 PM", "Saturday": "10:00 AM - 9:00 PM", "Thursday": "10:00 AM - 9:00 PM", "Wednesday": "10:00 AM - 9:00 PM" } } ``` ## Documentation ## Overview Efficiently extract and analyze business profiles from Justdial for accurate, up-to-date local insights. ## Quickstart ``` GET https://api.piloterr.com/v2/justdial/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Justdial Product 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