Nppes Npi Registry avatar

Nppes Npi Registry

Pricing

$2.00 / 1,000 results

Go to Apify Store
Nppes Npi Registry

Nppes Npi Registry

Public data actor with normalized output.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

NPPES NPI Registry Lookup

Apify Actor

Searches the CMS National Provider Identifier (NPI) Registry for healthcare providers (individuals and organizations).

Example input

{
"queries": ["1043218244"],
"searchType": "npi"
}

Or by organization name:

{
"queries": ["Mayo Clinic"],
"searchType": "name",
"state": "MN",
"limit": 10
}

Example output

{
"source": "nppes_npi",
"query": "Mayo Clinic",
"recordType": "provider",
"title": "MAYO CLINIC",
"identifier": "1275576930",
"date": "2005-09-15",
"url": "https://npiregistry.cms.hhs.gov/provider-view/1275576930",
"summary": "Clinic/Center | Rochester, MN | Status: A"
}

Pricing

This actor is charged per dataset item at $0.002/item.

Items returnedEstimated cost
100 items~$0.20
1,000 items~$2.00
5,000 items~$10.00

Limitations

  • API Rate Limits: Query rates may be restricted by upstream agency APIs
  • Data Freshness: Information is refreshed on agency schedules; check source for update frequency
  • Historical Depth: Available records depend on agency archive policies

Notes

  • Public, unauthenticated API. No rate limiting documented.
  • version=2.1 is required in all requests.
  • For individuals, tries org_name search first, then last_name fallback.

Best for

  • Teams needing nppes npi registry data in normalized JSON format.

Input

See .actor/input_schema.json for full input fields.

Output

Returns normalized dataset items with source/query/title/date/url/summary fields.