Doctolib FR Scraper — Doctor & Clinic Directory Data
Pricing
from $1.20 / 1,000 result scrapeds
Doctolib FR Scraper — Doctor & Clinic Directory Data
Scrape doctor and healthcare provider listings from Doctolib.fr by specialty and city. Get name, specialty, address, coordinates, phone, languages, payment methods, conventionné status, online-booking availability and published fees. Public directory data only, no login required.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Doctolib FR Scraper (doctolib.fr)
Scrape public doctor and healthcare-provider listings from Doctolib.fr, France's largest healthcare booking platform (90 million patients, 570,000 providers). Search by medical specialty and city and get structured provider profiles: name, specialty, address, coordinates, phone, languages spoken, accepted payment methods, French health-insurance "conventionné" status, online-booking availability, published fees, opening hours, and services offered.
Why use this actor?
Health-tech companies, medical marketing agencies, insurance brokers, patient-acquisition tools, and market-research teams all need up-to-date lists of practicing doctors by specialty and city. Doctolib is the dominant such platform in France — this actor turns its search results into a clean, structured dataset instead of manual copy-pasting.
Compliance note: every field this actor returns is public professional
directory data that the doctor or clinic chose to publish on their
Doctolib profile — visible to any anonymous visitor and indexed by Google
(the pages carry schema.org Physician/MedicalOrganization markup
specifically for search-engine indexing). This actor does not collect
patient data, private messages, or any information behind a login.
Input
| Field | Type | Required | Description |
|---|---|---|---|
specialty | String | No | Medical specialty in French, as used in the Doctolib URL slug, e.g. dentiste, medecin-generaliste, dermatologue, ophtalmologue, gynecologue, kinesitherapeute, psychiatre, pediatre. Default: dentiste |
city | String | No | French city name, e.g. paris, lyon, marseille, bordeaux, lille, toulouse. Default: paris |
maxResults | Integer | No | Maximum number of healthcare providers to return. Default: 50 |
fetchPhoneDetails | Boolean | No | When true (default), visits each provider's profile page for phone number, bio, opening hours and services — one extra request per result. Set false for a faster, listing-only run without phone numbers |
proxyConfiguration | Object | No | Proxy settings. Residential proxy is required — see Limitations |
If you leave the input empty ({}), the actor runs with the defaults above
and still returns real data — useful for a quick test run.
Output
Each result is one healthcare provider:
| Field | Type | Example |
|---|---|---|
name | String | "Cohen Allouche" |
firstName | String | "Sophie" |
honorific | String | "Dr" |
specialty | String | "Chirurgien-dentiste" |
specialtySlug | String | "dentiste" |
providerType | String | "INDIVIDUAL_PRACTITIONER" or "ORGANIZATION" |
address | String | "133 Avenue Emile Zola" |
city | String | "Paris" |
postalCode | String | "75015" |
country | String | "FR" |
latitude / longitude | Number | 48.8470901 / 2.2933111 |
phone | String | "01 45 79 97 44" |
bio | String | Free-text profile description |
languages | Array | ["fr", "gb"] |
paymentMeans | Array | ["cash", "check", "credit_card"] |
regulationSector | String | "contracted" (French "conventionné" status) |
onlineBookingAvailable | Boolean | true |
minimumFee | Number | Minimum published consultation fee, where shown |
services | Array | ["Détartrage", "Blanchiment des dents"] |
openingHours | Array | ["Mo 08:30-19:00", "Tu 08:30-19:00", ...] |
url | String | Full Doctolib profile URL |
scrapedAt | String | ISO 8601 timestamp |
Not every field is present on every profile — phone, bio,
openingHours and services only populate when fetchPhoneDetails is
on, and a small share of providers genuinely don't publish a phone number
on their profile.
Example output
{"name": "Rosenberg","firstName": "Dominique","honorific": "Dr","specialty": "Chirurgien-dentiste","specialtySlug": "dentiste","providerType": "INDIVIDUAL_PRACTITIONER","address": "42 Rue Poussin","city": "Paris","postalCode": "75016","country": "FR","latitude": 48.8487014,"longitude": 2.2622159,"languages": ["gb", "fr", "it"],"paymentMeans": ["cash", "check", "credit_card"],"regulationSector": "contracted","onlineBookingAvailable": true,"url": "https://www.doctolib.fr/dentiste/paris/dominique-rosenberg?pid=practice-52439","scrapedAt": "2026-08-09T14:13:51.352Z","phone": "01 46 51 02 45","bio": "Exercice spécialisé dans la prise en charge bucco-dentaire des enfants (0 - 17 ans) depuis 25 ans...","openingHours": ["Mo 09:30-13:00, 14:00-19:00","Tu 09:30-13:00, 14:00-19:00","We 09:30-13:00, 14:00-19:00","Fr 09:30-13:00, 14:00-19:00","Sa 09:30-13:00, 14:00-18:00"],"services": ["Dentisterie pédiatrique", "Détartrage", "Pédodontie"]}
How to scrape Doctolib data
- Open the actor and, under Input, set
specialty(French, e.g.dentiste,medecin-generaliste,dermatologue,gynecologue,kinesitherapeute,psychiatre,pediatre) andcity(e.g.paris,lyon,marseille,bordeaux,toulouse). - Set
maxResultsto the number of providers you want. LeavefetchPhoneDetailson (default) for phone numbers and opening hours, or turn it off for a faster listing-only run. - Click Start. The actor loads the search listing for your
specialty + city, calls Doctolib's internal search API directly to
collect provider results (20 per page, paginated automatically until
maxResultsor the search's total is reached), then — iffetchPhoneDetailsis on — visits each provider's profile page to add phone, bio, opening hours and services. - Download the results as JSON, CSV, or Excel from the Dataset tab, or pull them via the Apify API into your CRM, spreadsheet, or lead pipeline.
For repeat use, schedule the actor to run daily or weekly and diff the output against your last run to catch new providers, dropped listings, or availability changes.
Cost estimate
This actor makes 1 search-API request per ~20 providers, plus (when
fetchPhoneDetails is on) 1 profile-page request per provider. At
standard Apify Pay-Per-Result pricing, that's a small, predictable cost
per result — see the actor's Pricing tab on the Apify Store for the
current per-result rate. Usage cost only settles once a run reports
SUCCEEDED — if you read the dataset mid-run or after a failed run,
the final charge may not match what you see yet.
Limitations
- A residential proxy is required. Apify's shared datacenter proxy pool
draws Cloudflare 403s on profile-detail pages under load — the actor
ships with
RESIDENTIAL/FRas the default proxy configuration. - Not every provider publishes a phone number or full bio — some practices intentionally omit contact details from their public profile.
- Specialty and city slugs must match Doctolib's own French URL vocabulary (the site's native routing, not free-text search).
- Doctolib's booking availability (specific appointment slots) is not included — this actor returns the whether online booking is offered, not live calendar slots, which change by the minute and aren't meaningful in a static dataset.
- Data is scraped from the public website and may change without notice.
- Respect Doctolib's terms of service and use this data responsibly — this actor only reads public directory pages, never registration, messaging, or account-management endpoints.
Related Scrapers
- Doctoralia ES Scraper — same booking-directory model, Spain
- Redcare Pharmacy FR Scraper — French online pharmacy data
- Atida FR Scraper — French online pharmacy data
- Pages Jaunes Scraper — French business directory
- Societe.com Scraper — French company registry data
Need this data on a schedule, or a custom version?
We run this scraper as a managed service for businesses: scheduled runs, deduplication, delta detection, and delivery to your inbox, Google Sheets, or API — maintenance included. We can also build a custom version with your exact fields and filters, or combine multiple sources into one feed.
See studioamba.dev/services or email hello@studioamba.dev for a free data sample. We maintain 300+ European web scrapers and answer within one business day.