# Scrape patient reviews from Doctoralia

**Use case:** 

Export patient reviews for dermatologists from Doctoralia: provider name, rating, author, date, review text and doctor's reply. Public reviews, export to CSV.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "providerName": {
    "label": "Provider"
  },
  "rating": {
    "label": "Rating"
  },
  "author": {
    "label": "Author"
  },
  "datePublished": {
    "label": "Date"
  },
  "body": {
    "label": "Review"
  },
  "doctorReply": {
    "label": "Doctor reply"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## 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.