VOOZH about

URL: https://apify.com/devilscrapes/npi-healthcare-provider-scraper

โ‡ฑ NPI Registry Scraper โ€” Healthcare Provider Leads ยท Apify


๐Ÿ‘ NPI Healthcare Provider Scraper (NPPES) avatar

NPI Healthcare Provider Scraper (NPPES)

Pricing

Pay per usage

Go to Apify Store

NPI Healthcare Provider Scraper (NPPES)

Bulk-query the official CMS NPPES NPI Registry and export structured US healthcare provider leads โ€” doctors, dentists, specialists โ€” to JSON or CSV. Filter by state, city, specialty, and name. 7 M+ providers covered.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ DevilScrapes

DevilScrapes

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share


๐ŸŽฏ What this scrapes

The NPPES NPI Registry is the authoritative federal directory of every healthcare provider in the United States. Every active physician, dentist, chiropractor, nurse practitioner, hospital, and medical group is listed here โ€” complete with verified location address, telephone number, fax, speciality taxonomy, licence number, and enumeration status.

The registry's own API is publicly accessible, but turning it into a reliable bulk export takes real engineering: paginating past NPPES's 200-record-per-request ceiling, normalising the nested taxonomy and address objects, handling partial-result pages near the 1 200-result query cap, and coercing dates and flags into consistent types. We handle all of that and hand you back one richly-typed row per provider.

Feed it a state + specialty combination and you have a targeted lead list in minutes. Pharma field reps, dental-supply sales teams, and healthcare-data vendors have been paying $50 per thousand records from SaaS list brokers for data that the federal government publishes for free. This Actor fetches it directly and undercuts the going rate by roughly 96 %.

๐Ÿ”ฅ What we handle for you

  • ๐Ÿ” Automatic pagination โ€” the NPPES API returns at most 200 records per request. We page through all available results (up to ~1 200 per query combination) and merge them transparently.
  • ๐Ÿงฑ Rate-limit-aware backoff โ€” when the CMS endpoint pushes back we slow down, honour Retry-After headers, and retry up to 5 times with exponential backoff before surfacing an error.
  • ๐ŸงŠ Pydantic-validated rows โ€” every field is typed at write time. Booleans are booleans. Dates arrive as ISO-8601 strings. Taxonomy codes, licence numbers, and address fields are normalised across individual and organisational providers.
  • ๐ŸŒ Proxy-ready โ€” the NPPES API is a public federal endpoint and direct routing works on most infrastructure. The proxy configuration field is there when you need it.
  • ๐Ÿ’ฐ Pay-Per-Event pricing โ€” you pay only for records that land in your dataset. No data, no charge beyond the small run warm-up fee.
  • ๐Ÿ“ฆ Export in any format โ€” Apify Console exports the dataset as JSON, CSV, or Excel with one click. Pull via API for automated pipelines.

๐Ÿ’ก Use cases

  • Pharma / medical-device field rep territory lists โ€” pull every GP or specialist in a sales territory by state + taxonomy and load into your CRM.
  • Dental-supply prospecting โ€” filter by dentist taxonomy and state for a fresh dentist contact list at a fraction of the cost of a list broker.
  • Healthcare-data vendor pipelines โ€” bulk-export the registry by specialty and resell structured datasets to compliance, billing, or referral-network products.
  • Credentialing verification โ€” cross-reference provider NPI numbers, licence states, and taxonomy codes for onboarding workflows.
  • Insurance network gap analysis โ€” identify active providers in a region and compare against your network panel.
  • Academic and policy research โ€” map provider density and specialty distribution by state or ZIP.

โš™๏ธ How to use it

  1. Click Try for free โ€” no credit card required.
  2. Set at least one search filter: state, specialty, city, or provider name.
  3. Optionally set enumerationType to restrict to individuals (NPI-1) or organisations (NPI-2).
  4. Set maxItems โ€” 200 is the default; the NPPES query cap is ~1 200 per combination.
  5. Click Start. Results stream into the dataset in real time.
  6. Export from Storage โ†’ Dataset as JSON, CSV, or Excel.

๐Ÿ“ฅ Input

FieldTypeRequiredDefaultNotes
statestringone ofโ€”2-letter state code (CA, NY, TX โ€ฆ). Filters by address state.
citystringone ofโ€”City name within the chosen state.
postalCodestringone ofโ€”5-digit ZIP code.
taxonomyDescriptionstringone ofโ€”Specialty keyword: dentist, chiropractor, internal medicine, etc.
enumerationTypestringnobothNPI-1 (individual), NPI-2 (organisation), or both.
firstNamestringone ofโ€”Filter by provider first name (individuals).
lastNamestringone ofโ€”Filter by provider last name (individuals).
organizationNamestringone ofโ€”Filter by practice or organisation name.
maxItemsintegerno200Max records to return (1โ€“1200). NPPES hard-caps a single query at ~1 200.
proxyConfigurationobjectno{"useApifyProxy": false}Apify Proxy settings. Direct routing works for NPPES on most infrastructure.

At least one "one of" field is required to avoid returning the entire registry.

Example input

{
"state":"CA",
"taxonomyDescription":"dentist",
"enumerationType":"NPI-1",
"maxItems":200,
"proxyConfiguration":{
"useApifyProxy":false
}
}

๐Ÿ“ค Output

Every row is one NPI registry provider record.

FieldTypeNotes
npistring10-digit National Provider Identifier.
enumeration_typestringNPI-1 (individual) or NPI-2 (organisation).
namestringProvider display name โ€” org name or "First Last" for individuals.
credentialstring | nullCredential suffix (MD, DDS, DO, RN โ€ฆ).
statusstring | nullActive or Inactive.
primary_taxonomystring | nullNUCC taxonomy code for the primary speciality.
specialtystring | nullHuman-readable taxonomy description.
licensestring | nullState licence number for the primary taxonomy.
license_statestring | nullState that issued the licence.
address_line1string | nullStreet address (LOCATION purpose).
citystring | nullCity.
statestring | null2-letter state code.
postal_codestring | nullZIP code.
countrystring | nullCountry code (usually US).
phonestring | nullOffice phone number.
faxstring | nullOffice fax number.
sole_proprietorboolean | nullTrue if enumerated as a sole proprietor.
genderstring | nullProvider gender (individual providers only).
enumeration_datestring | nullDate the NPI was first assigned (ISO-8601).
last_updatedstring | nullDate the record was last updated in NPPES (ISO-8601).
scraped_atstring | nullWhen this row was recorded (ISO-8601 UTC).

Example output

{
"npi":"1234567890",
"enumeration_type":"NPI-1",
"name":"Jane Smith",
"credential":"DDS",
"status":"Active",
"primary_taxonomy":"122300000X",
"specialty":"Dentist",
"license":"CA12345",
"license_state":"CA",
"address_line1":"123 Main St",
"city":"Los Angeles",
"state":"CA",
"postal_code":"90001",
"country":"US",
"phone":"310-555-0100",
"fax":"310-555-0101",
"sole_proprietor":true,
"gender":"F",
"enumeration_date":"2010-03-15",
"last_updated":"2024-11-01",
"scraped_at":"2026-06-07T10:00:00+00:00"
}

๐Ÿ’ฐ Pricing

Pay-Per-Event โ€” you only pay when these events fire:

EventUSDWhat triggers it
actor-start$0.005One-off warm-up charge per run
result$0.002Per provider record written to the dataset

Example: 1 000 provider records at the rates above = $2.00. No subscription, no minimum, no card required to start โ€” Apify gives every new account $5 of free credit.

๐Ÿšง Limitations

  • NPPES query cap โ€” the registry limits skip to 1 000, so any single state + specialty combination returns at most ~1 200 records. For large specialties (e.g. all physicians in California) you will need to paginate by city or ZIP code range across multiple runs.
  • No email addresses โ€” NPPES does not publish provider email addresses. Phone and fax are included; email is not part of the public registry.
  • US providers only โ€” the NPPES registry covers US-based or US-licensed providers. International providers are out of scope.
  • Data freshness โ€” NPPES records reflect CMS update cycles. Providers who recently enrolled or updated their information may appear with a short delay. The last_updated field indicates the record's freshness.
  • Deactivated NPIs โ€” by default the API returns both active and inactive providers. Filter by status == "Active" post-export if you only want active practitioners.

โ“ FAQ

Is this data public and legal to use?

Yes. The NPPES NPI Registry is a public federal dataset maintained by CMS (Centers for Medicare & Medicaid Services). It is published under a public domain licence with no restrictions on use. This Actor queries the public API endpoint documented at npiregistry.cms.hhs.gov.

Why can't I get all dentists in California in one run?

NPPES limits individual API queries to 200 records per page and caps the skip offset at 1 000, which means any single query combination is bounded at approximately 1 200 results. California alone has tens of thousands of active dentists. To get them all, segment by city or ZIP code range and run multiple Actor jobs, then merge the datasets.

What is the difference between NPI-1 and NPI-2?

NPI-1 (Individual) is assigned to licensed healthcare practitioners โ€” physicians, dentists, nurses, physical therapists, and so on. NPI-2 (Organisational) is assigned to provider organisations โ€” hospitals, group practices, dental chains, and labs. Set enumerationType to target one type or leave it as both to return all.

How current is the data?

The NPPES registry is updated continuously as providers enrol, update, or deactivate. The last_updated field on each row tells you when CMS last touched that record. For most use cases the data is current within days.

Can I get email addresses?

NPPES does not publish email addresses. If you need emails you will need to enrich the NPI data with a separate email-finder tool after export.

What is the NPI taxonomy code?

The NUCC Health Care Provider Taxonomy code identifies a provider's speciality (e.g. 122300000X = Dentist). Each NPI record may have multiple taxonomy codes; this Actor surfaces the one marked primary. Full NUCC taxonomy reference: nucc.org.

๐Ÿ’ฌ Your feedback

Spotted a bug, need a new filter, or want ZIP-code-range pagination built in? Open an issue on the Issues tab in Apify Console โ€” we read every report and ship fixes weekly.


You might also like

NPPES NPI Registry Scraper - Healthcare Provider Leads API

pink_comic/nppes-npi-registry

Search NPPES NPI Registry public records for healthcare providers. Government data on provider name, NPI number, specialty, address, and practice details. For healthcare sales, insurance verification, provider directories, and compliance.

NPI Provider Lookup

george.the.developer/npi-provider-lookup

Look up US healthcare providers and organizations by NPI number, name, taxonomy, city, or state from the CMS NPPES registry.

NPPES NPI Healthcare Provider Crawler

jungle_synthesizer/nppes-npi-crawler

Crawl healthcare provider records from the CMS NPPES NPI Registry. Extract NPI numbers, names, credentials, specialties, taxonomy codes, practice addresses, and phone numbers. Filter by state, specialty, city, ZIP, and provider type. Ideal for pharma sales, medical devices, and provider directories.

๐Ÿ‘ User avatar

BowTiedRaccoon

14

NPI Registry - Healthcare Provider Search

alizarin_refrigerator-owner/npi-registry---healthcare-provider-search

Search the official NPPES NPI Registry for healthcare providers, physicians, and organizations. Look up by NPI number, name, specialty, or location. Perfect for healthcare marketing, provider verification, credentialing, and medical data enrichment.

NPI Registry Scraper

logiover/npi-registry-scraper

NPPES NPI Registry scraper & API alternative. Extract US healthcare provider and NPI number data, export to CSV/JSON. No API key or login.

NPI/NPPES Healthcare Provider Scraper

parseforge/npi-nppes-scraper

Supercharge your healthcare provider research with our NPI/NPPES Scraper! Automate comprehensive data collection from the National Plan and Provider Enumeration System (NPPES) Registry, saving hours of manual research and ensuring you get the most accurate, up-to-date healthcare provider information

46

5.0

NPPES NPI Registry Scraper

crawlerbros/nppes-npi-registry-scraper

Scrape the US National Plan and Provider Enumeration System (NPPES) NPI Registry - the official federal database of 7M+ healthcare providers. Search by name, taxonomy/specialty, state, city, or NPI number. Returns physician names, credentials, specialties, practice addresses, phone numbers,

NPI Registry Scraper | 7M+ US Healthcare Providers (CMS)

haketa/nppes-npi-registry-scraper

NPPES NPI Registry scraper & API: search 8M+ US healthcare providers and export NPI, name, taxonomy and specialty, practice and mailing address, phone, credentials and enumeration date. Healthcare provider data, verification and lead generation โ€” fast, no login.

NPI Registry Scraper

crawlergang/npi-registry-scraper

Scrape the CMS National Provider Identifier (NPI) Registry, the official database of all US healthcare providers. Search by name, state, specialty, or organization, or look up a specific provider by NPI number.

2

5.0