# Doctolib Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/doctolib/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/doctolib-search | ## Description Unlock healthcare insights with the Doctolib Search API, extracting detailed data on Toulouse general practitioners. ## 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/doctolib/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json [ { "name": "Dr. John Doe", "rating": 4.5, "address": "123 Main Street, Toulouse", "specialty": "General Practitioner", "profile_url": "https://www.doctolib.fr/medecin-generaliste/toulouse/johndoe", "phone_number": "0123456789", "reviews_count": 120 }, { "name": "Dr. Jane Smith", "rating": 4.7, "address": "456 Side Street, Toulouse", "specialty": "General Practitioner", "profile_url": "https://www.doctolib.fr/medecin-generaliste/toulouse/janesmith", "phone_number": "0987654321", "reviews_count": 85 } ] ``` ## Documentation ## Overview Unlock healthcare insights with the Doctolib Search API, extracting detailed data on Toulouse general practitioners. ## Quickstart ``` GET https://api.piloterr.com/v2/doctolib/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Doctolib Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Doctolib without maintaining scrapers - Power internal dashboards and workflow automations with live Doctolib data