# Lista Roma dentista | Contatti B2B Verificati

**Use case:** 

Acquista lista contatti dentista a Roma. Database B2B segmentato con nominativi e aziende verificate per campagne marketing e vendita diretta.

## Input

```json
{
  "professions": [
    "dentista"
  ],
  "cities": [
    "Roma"
  ],
  "include_slots": false,
  "additional_info": false,
  "days_ahead": 30,
  "proxySettings": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "max_concurrency": 5
}
```

## Output

```json
{
  "doctor_info": {
    "label": "doctor_info",
    "format": "object"
  },
  "specializations": {
    "label": "specializations",
    "format": "object"
  },
  "opinions": {
    "label": "opinions",
    "format": "object"
  },
  "addresses": {
    "label": "addresses",
    "format": "object"
  },
  "booking_widget_data": {
    "label": "booking_widget_data",
    "format": "object"
  },
  "slots": {
    "label": "slots",
    "format": "object"
  },
  "additional_info": {
    "label": "additional_info",
    "format": "object"
  }
}
```

## About this Actor

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