# Find dentists in Milan on Doctolib

**Use case:** 

Scrape dentist listings in Milan from Doctolib. Structured Italian medical directory data. Pay per result.

## Input

```json
{
  "specialtySlug": "dentista",
  "citySlug": "milano",
  "searchQuery": "developer",
  "maxResults": 5,
  "skipSeen": false,
  "startUrls": []
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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