NPI Registry Lookup — Healthcare Provider Verification avatar

NPI Registry Lookup — Healthcare Provider Verification

Pricing

Pay per usage

Go to Apify Store
NPI Registry Lookup — Healthcare Provider Verification

NPI Registry Lookup — Healthcare Provider Verification

Look up US healthcare providers and organizations by NPI number, name, or location: credential, taxonomy/specialty, license, status, and address, via the official CMS NPPES NPI Registry API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Timothy Kelvin

Timothy Kelvin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Look up US healthcare providers and organizations by NPI number, name, or location. Get back credential, specialty/taxonomy, license number and state, registration status, and practice address, straight from the official CMS NPPES NPI Registry.

Built for credentialing checks, provider directory upkeep, and healthcare sales/marketing teams verifying a provider before outreach. Pairs well with this portfolio's other CMS-quality-data actors.

Input

{
"lastName": "Smith",
"firstName": "",
"state": "NY",
"taxonomyDescription": "Dentist",
"maxResults": 10
}
FieldTypeDescription
npiNumberstringDirect 10-digit NPI lookup.
lastNamestringIndividual last name or organization name, for a single search.
firstNamestringOptional, individual providers only.
statestringOptional two-letter state filter.
taxonomyDescriptionstringOptional specialty filter, e.g. "Family Medicine".
queriesarrayFor several lookups in one run: { "npiNumber" } or { "lastName", "firstName", "state", "taxonomyDescription" }. Ignored if NPI number/Last name above is filled in.
maxResultsintegerMax matches per query (default 10, API max 200).

Output

{
"npi": "1366148975",
"type": "individual",
"name": "RACHEL M AMSEL",
"credential": "DDS",
"status": "Active",
"primaryTaxonomy": "Dentist, Pediatric Dentistry",
"licenseNumber": "064991",
"licenseState": "NY",
"city": "RIVERHEAD",
"state": "NY",
"phone": "631-727-8585",
"enumerationDate": "2023-02-06",
"lastUpdated": "2025-10-27"
}

How it works

Direct calls to the official CMS NPPES NPI Registry API (npiregistry.cms.hhs.gov/api) — no scraping, no proxy, no key.

Pricing note

Billed per query, not per result returned.