# Doctolib Profile ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/doctolib/profile` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/doctolib-profile | ## Description Unlock comprehensive Doctolib profiles with our API. Gain insights on doctors' specialties, locations, experiences, and more. ## 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/profile' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "name": "Aurélien Dulière", "phone": "+33 3 26 77 77 77", "address": "2 Avenue de Paris, 51100 Reims, France", "website": "https://www.doctolib.fr/cardiologue/reims/aurelien-duliere-paris", "location": "Reims", "education": [ { "degree": "MD in Cardiology", "institution": "University of Reims Champagne-Ardenne" } ], "speciality": "Cardiologue", "patient_reviews": [ { "date": "2023-01-12", "rating": 5, "comment": "Very professional and attentive." }, { "date": "2023-02-17", "rating": 4, "comment": "Good experience but the waiting time was long." } ], "languages_spoken": [ "French", "English" ], "services_offered": [ "Heart Disease Diagnosis", "Electrocardiogram (ECG)", "Echocardiography", "Stress Testing" ], "consultation_types": [ "In-Person Consultation", "Online Consultation" ], "accepts_new_patients": true, "professional_experience": [ { "role": "Cardiologist", "years": "2012-present", "institution": "Reims University Hospital" } ] } ``` ## Documentation ## Overview Unlock comprehensive Doctolib profiles with our API. Gain insights on doctors' specialties, locations, experiences, and more. ## Quickstart ``` GET https://api.piloterr.com/v2/doctolib/profile?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Doctolib Profile 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