NPI Provider Lookup & Enrichment (NPPES) avatar

NPI Provider Lookup & Enrichment (NPPES)

Under maintenance

Pricing

from $5.00 / 1,000 provider records

Go to Apify Store
NPI Provider Lookup & Enrichment (NPPES)

NPI Provider Lookup & Enrichment (NPPES)

Under maintenance

Look up and enrich US healthcare providers via CMS NPPES — by NPI list or name/state/taxonomy prospecting; returns primary taxonomy code (codes only; NUCC descriptions not included).

Pricing

from $5.00 / 1,000 provider records

Rating

0.0

(0)

Developer

Chase Mariano

Chase Mariano

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

NPI Provider Lookup & Enrichment

Clean, normalized US provider records from the CMS NPPES registry. Feed it a list of NPIs (enrichment mode) or a name/state/specialty search (prospecting mode); get one dataset item per provider with primary taxonomy code, practice address, phone and status — the columns a credentialing check or a healthcare lead list actually needs, without the registry's nested JSON.

Pricing: pay per event. provider-record — $0.005 per record. Platform usage passed through. Zero matches costs nothing.

Input

{"last_name": "smith", "state": "CA", "taxonomy_description": "family medicine"}

Example output

{"npi": "1234567890", "type": "NPI-1", "name": "A Smith", "credential": "MD",
"taxonomy_code": "207Q00000X",
"address": "1 Main St", "city": "Fresno", "state": "CA", "zip": "93701",
"phone": "555-0101", "status": "A", "last_updated": "2026-01-15"}

Output fields

One dataset item per result; every field is always present (empty or null when the source has no value). Defined in .actor/dataset_schema.json.

FieldTypeDescription
npistring10-digit National Provider Identifier
typestringEnumeration type: NPI-1 (individual) or NPI-2 (organization)
namestringOrganization name, or first + last name for individuals
credentialstringCredential as registered (e.g. MD, DDS)
statusstringNPPES status (A = active)
taxonomy_codestringPrimary taxonomy code

Taxonomy is output as the code only. Code descriptions come from the NUCC Health Care Provider Taxonomy code set, which NUCC licenses for commercial use, so this Actor doesn't output them. You can look codes up at nucc.org. | address | string | Practice location address line 1 | | city | string | Practice location city | | state | string | Practice location state | | zip | string | Practice location 5-digit ZIP | | phone | string | Practice location phone | | last_updated | string | Date the NPPES record was last updated |

Runs stop cleanly at your max-charge limit: nothing is pushed past what you agreed to pay for.

Source: CMS NPPES API v2.1 (public).