# Doctor leads with phone & email — Doctoralia

**Use case:** 

Build a doctor contact list from Doctoralia: name, specialty, clinic, phone, email, website, address, rating and lead score. Phone-verified, export to CSV.

## Input

```json
{
  "mode": "search",
  "country": "br",
  "specialties": [
    "cardiologista"
  ],
  "locations": [
    "sao-paulo"
  ],
  "maxResults": 100,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerProfile": 20,
  "enrichContactEmails": true,
  "withPhoneOnly": true,
  "withEmailOnly": false,
  "minRating": 0,
  "deduplicateProviders": true,
  "monitorMode": false,
  "monitorStoreName": "doctoralia-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "specialties": {
    "label": "Specialties"
  },
  "clinicName": {
    "label": "Clinic"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "fullAddress": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

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