US NPI Registry — Healthcare Provider Scraper
Pricing
from $4.00 / 1,000 providers
US NPI Registry — Healthcare Provider Scraper
Search the official CMS NPPES registry of US healthcare providers by specialty, state or name: NPI, specialty, license, practice address & phone. No key.
Pricing
from $4.00 / 1,000 providers
Rating
0.0
(0)
Developer
Dev D
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
US NPI Registry — Healthcare Provider Scraper 🩺
Search the official CMS NPPES registry of every US healthcare provider — by specialty, state, city or name — and get clean rows: NPI, name, specialty/taxonomy, license, practice address, phone and fax. No API key.
The NPPES NPI Registry is the U.S. government's authoritative directory of all HIPAA-covered healthcare providers — ~8 million individuals (doctors, dentists, nurses, therapists…) and organizations (hospitals, pharmacies, labs, clinics…), each with a unique National Provider Identifier (NPI). This Actor turns it into structured, ready-to-use rows.
Unlike map-based business scrapers, this is the licensed-provider registry itself — every record has an NPI, specialty taxonomy and (for many) a state license number.
What you get per provider
npi · type (Individual / Organization) · name · first_name / last_name / credential · organization_name · primary_specialty · taxonomy_code · license_number · license_state · specialties[] · address · city · state · postal_code · phone · fax · status · enumeration_date · last_updated · source_url.
Examples
Every dentist in California
{ "taxonomyDescription": "dentist", "state": "CA" }
Pharmacies in one city
{ "taxonomyDescription": "pharmacy", "state": "TX", "city": "Houston", "enumerationType": "NPI-2" }
Look up a single NPI
{ "npiNumber": "1760813802" }
Find a provider by name
{ "lastName": "smith", "firstName": "jo*", "state": "NY" }
Use cases
- Healthcare lead generation & marketing — targeted B2B lists by specialty and geography.
- Credentialing & provider-data management — verify NPI, license and taxonomy.
- Claims / RCM & directory apps — enrich or build provider directories.
- Research & analytics — provider supply by specialty and region.
Notes
- No API key. Uses the keyless official CMS NPPES API (v2.1).
- Wildcards: name and organization fields accept a trailing
*(e.g.kaiser*). - State needs a partner field. The API won't search on
statealone — combine it with a specialty, city, name or ZIP. - ~1,200 records per query. The public API caps results at 200/page and 1,000 skipped, so a single query returns at most ~1,200 providers. For large states, split by city or ZIP to page through everything.
- Data is public U.S. government information (NPPES), free to use.
Keywords
NPI, NPPES, NPI registry, healthcare providers, physicians, doctors, dentists, pharmacies, hospitals, provider directory, taxonomy, specialty, medical license, credentialing, healthcare leads, CMS, HIPAA, provider data, no API key.