Healthcare Provider Scraper — NPI Registry Leads avatar

Healthcare Provider Scraper — NPI Registry Leads

Pricing

from $5.00 / 1,000 providers

Go to Apify Store
Healthcare Provider Scraper — NPI Registry Leads

Healthcare Provider Scraper — NPI Registry Leads

Scrape US healthcare providers from the official NPI registry: doctors, dentists, clinics and hospitals with specialty, license number, phone, fax and full address. Filter by specialty, state, city or ZIP. No API key.

Pricing

from $5.00 / 1,000 providers

Rating

0.0

(0)

Developer

Hichem Ben Moussa

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Pull US healthcare providers straight from the official CMS NPI registry — doctors, dentists, clinics, pharmacies and hospitals — with specialty, license number, phone, fax and full address. No API key, no login.

Every record comes from the federal registry, so it's authoritative and free of the guesswork you get from scraped directories.

What you can do with it

  • 🧲 Medical sales & lead gen — build call lists by specialty and territory
  • 🩺 Healthcare recruiting — find providers by specialty, city or state
  • 💊 Pharma & device targeting — segment by taxonomy and license state
  • 🏥 Network / directory building — populate a provider directory
  • ✅ Credential verification — check NPI, license and active status

Input

FieldTypeDescription
taxonomystringSpecialty, e.g. Dentist, Family Medicine, Chiropractor, Pharmacy.
statestringTwo-letter state code, e.g. CA, TX.
citystringCity — narrow by city to pull far more records (see note below).
postalCodestringZIP, wildcard supported (902*).
organizationNamestringPractice or facility name.
firstName / lastNamestringIndividual provider name.
npiNumbersarrayLook up specific 10-digit NPIs directly.
enumerationTypeselectIndividuals only, organizations only, or both.
maxResultsintegerMax providers to scrape.

Example

{ "taxonomy": "Dentist", "state": "CA", "city": "Los Angeles", "maxResults": 1000 }

Output

{
"npi": "1760813802",
"type": "organization",
"name": "101 DENTAL GROUP",
"specialty": "Dentist, General Practice",
"taxonomyCode": "1223G0001X",
"licenseNumber": "54634",
"licenseState": "CA",
"status": "active",
"phone": "(818) 999-9900",
"fax": "(818) 999-9901",
"address": "7259 OWENSMOUTH AVE",
"city": "CANOGA PARK",
"state": "CA",
"postalCode": "913031530",
"enumerationDate": "2013-11-27",
"url": "https://npiregistry.cms.hhs.gov/provider-view/1760813802"
}

Export to JSON, CSV, Excel, or pull live via the Apify API.

Notes

  • Data comes from the official CMS NPI registry — public federal data on provider businesses, including practice phone numbers.
  • Paging cap: the registry only returns about 1,200 records per query. To pull a whole state, loop city by city (or ZIP by ZIP) rather than querying the state alone.
  • status: active means the NPI is currently valid.