# Dermatologist RateMDs Doctor Review & Rating

**Use case:** 

Scrape Dermatologist ratemds doctor review & rating with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract ratemds doctor review & rating for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "countries": [
    "us"
  ],
  "city": "",
  "specialty": "dermatologist",
  "profileUrls": [
    {
      "url": "https://www.ratemds.com/doctor-ratings/3540782/Dr-Michael-Robbins-Markham-ON.html/"
    },
    {
      "url": "https://www.ratemds.com/doctor-ratings/dr-angelo-ayar-tamarac-fl-us/"
    }
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "doctor_name": {
    "label": "Doctor Name",
    "format": "string"
  },
  "specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "overall_rating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RateMDs Doctor Review & Rating Scraper](https://apify.com/jungle_synthesizer/ratemds-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/ratemds-scraper) to learn more, explore other use cases, and run it yourself.