# Compare Top-Rated Cardiologists in NYC by Reviews

**Use case:** 

Identify leading cardiologists in New York City with high ratings and review counts to inform patient referral networks or competitive analysis. Gain insights i

## Input

```json
{
  "platform": "zocdoc",
  "mode": "search",
  "specialty": "cardiologist",
  "city": "new-york-ny",
  "gender": "any",
  "language": "any",
  "acceptsNewPatients": false,
  "minRating": 4,
  "minReviewCount": 50,
  "insurance": "any",
  "providerUrlsOrSlugs": [],
  "urls": [],
  "fetchProviderDetails": true,
  "maxReviewsPerProvider": 10,
  "maxItems": 50,
  "maxPagesPerListing": 3,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "entityId": {
    "label": "Entity id"
  },
  "providerName": {
    "label": "Provider name"
  },
  "specialty": {
    "label": "Specialty"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "acceptsNewPatients": {
    "label": "Accepts new patients"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [ZocDoc + Healthgrades Doctors & Reviews Scraper](https://apify.com/crawlerbros/zocdoc-healthgrades-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/zocdoc-healthgrades-scraper) to learn more, explore other use cases, and run it yourself.