# Find dentists in Spain on Doctoralia

**Use case:** 

Scrape dentist listings from Doctoralia across Spain. Structured Spanish medical directory data. Pay per result.

## Input

```json
{
  "searchQuery": "dentista",
  "location": "",
  "specialty": "",
  "maxResults": 5,
  "fetchDetails": false,
  "startUrls": []
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "specializations": {
    "label": "Specialty",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "ratingScore": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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