# Scrape medical specialists in France

**Use case:** 

Extract medical specialist listings from Doctolib.fr across France. Structured directory data. No subscription, pay per result.

## Input

```json
{
  "specialities": [
    "dermatologue"
  ],
  "cities": [
    "marseille"
  ],
  "maxResultsPerQuery": 5,
  "scrapeDetailPages": false,
  "scrapeAvailability": false,
  "onlyAcceptingNewPatients": false,
  "languageFilter": [],
  "suppressedDoctorIds": [],
  "suppressedDoctorSlugs": [],
  "skipRobotsCheck": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5,
  "requestDelay": 500
}
```

## Output

```json
{
  "fullName": {
    "label": "Full name",
    "format": "string"
  },
  "speciality": {
    "label": "Speciality slug",
    "format": "string"
  },
  "organizationType": {
    "label": "Organization type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "departement": {
    "label": "Departement",
    "format": "string"
  },
  "address": {
    "label": "Full address",
    "format": "string"
  },
  "acceptsNewPatients": {
    "label": "Accepts new patients",
    "format": "boolean"
  },
  "hasOnlineBooking": {
    "label": "Has online booking",
    "format": "boolean"
  },
  "hasTelehealth": {
    "label": "Has telehealth",
    "format": "boolean"
  },
  "nextAvailableDate": {
    "label": "Next available appointment",
    "format": "string"
  },
  "isConventionne": {
    "label": "Is conventionne",
    "format": "boolean"
  },
  "sector": {
    "label": "Billing sector",
    "format": "string"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "procedures": {
    "label": "Procedures / treatments",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Doctolib.fr Scraper](https://apify.com/unfenced-group/doctolib-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/doctolib-fr-scraper) to learn more, explore other use cases, and run it yourself.