# Cardiologist Leads in Houston with Verified NPI Numbers

**Use case:** 

Build a cardiology lead list in Houston with verified NPI registry matches, provider specialty, emails, and ratings — government-grade data from Google Maps.

## Input

```json
{
  "searchTerms": [
    "cardiologist"
  ],
  "locations": [
    "Houston, Texas, USA"
  ],
  "maxResults": 50,
  "maxConcurrency": 4,
  "minRating": 0,
  "enrichEmails": true,
  "enrichSocials": false,
  "enrichHealthcare": true,
  "enrichMicroNiche": false,
  "proxyConfig": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "fullAddress": {
    "label": "Full Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "clinicType": {
    "label": "Clinic Type",
    "format": "string"
  },
  "doctorCount": {
    "label": "Doctor Count",
    "format": "number"
  },
  "hasOnlineBooking": {
    "label": "Has Online Booking",
    "format": "boolean"
  },
  "isMetroArea": {
    "label": "In Metro Area",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Healthcare Google Maps Scraper](https://apify.com/mukeshrana90/healthcare-google-maps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mukeshrana90/healthcare-google-maps-scraper) to learn more, explore other use cases, and run it yourself.