# Distance Healthline Medical Providers Directory

**Use case:** 

Extract Healthline Medical Providers Directory data filtered by distance. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "specialty": "cardiology",
  "state": "ny",
  "city": "new-york",
  "sortBy": "distance",
  "acceptsNewPatients": false,
  "offersTelehealth": false,
  "schedulesOnline": false,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "distanceMiles": {
    "label": "Distance Miles",
    "format": "number"
  },
  "npi": {
    "label": "Npi",
    "format": "text"
  },
  "specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "credentials": {
    "label": "Credentials",
    "format": "text"
  },
  "practiceName": {
    "label": "Practice Name",
    "format": "text"
  },
  "isAcceptingNewPatients": {
    "label": "Is Accepting New Patients",
    "format": "boolean"
  },
  "hasOnlineBooking": {
    "label": "Has Online Booking",
    "format": "boolean"
  },
  "offersTelehealth": {
    "label": "Offers Telehealth",
    "format": "boolean"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "yearsOfExperience": {
    "label": "Years Of Experience",
    "format": "number"
  },
  "about": {
    "label": "About",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "insuranceAccepted": {
    "label": "Insurance Accepted",
    "format": "array"
  },
  "education": {
    "label": "Education",
    "format": "array"
  },
  "boardCertifications": {
    "label": "Board Certifications",
    "format": "array"
  },
  "residency": {
    "label": "Residency",
    "format": "array"
  },
  "internship": {
    "label": "Internship",
    "format": "array"
  },
  "hospitalAffiliations": {
    "label": "Hospital Affiliations",
    "format": "array"
  },
  "conditionsTreated": {
    "label": "Conditions Treated",
    "format": "array"
  },
  "reviewHighlights": {
    "label": "Review Highlights",
    "format": "array"
  },
  "languagesSpoken": {
    "label": "Languages Spoken",
    "format": "array"
  },
  "directionsUrl": {
    "label": "Directions Url",
    "format": "link"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Healthline Medical Providers Directory Scraper](https://apify.com/parseforge/healthline-medical-providers-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/healthline-medical-providers-directory-scraper) to learn more, explore other use cases, and run it yourself.