# Medical Clinics in Chicago — Full Contact & Healthcare Data

**Use case:** 

Scrape medical clinics in Chicago with emails, social links, insurance, doctor count, NPI, review sentiment, online booking, and clinic type — all enrichment on

## Input

```json
{
  "searchTerms": [
    "medical clinic",
    "family medicine"
  ],
  "locations": [
    "Chicago, Illinois, USA"
  ],
  "maxResults": 50,
  "maxConcurrency": 4,
  "minRating": 0,
  "enrichEmails": true,
  "enrichSocials": true,
  "enrichHealthcare": true,
  "enrichMicroNiche": true,
  "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.