NPPES NPI Healthcare Provider Data Scraper
Scrape US healthcare provider records from the official NPPES NPI Registry. Get NPI number, provider name, specialty, credentials, license, practice address and phone across all 50 states and territories. Export to JSON, CSV or Excel.
{ "npi": "1760813802", "enumerationType": "NPI-2", "providerType": "Organization", "status": "Active", "fullName": "101 DENTAL GROUP", "organizationName": "101 DENTAL GROUP", "organizationalSubpart": "NO", "authorizedOfficialName": "AMIR CHOROOMI", "authorizedOfficialFirstName": "AMIR" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Npi | Enumeration Type | Provider Type | Status |
|---|---|---|---|
| 1760813802 | NPI-2 | Organization | Active |
| 1730535774 | NPI-2 | Organization | Active |
| 1649406133 | NPI-2 | Organization | Active |
| 1013799931 | NPI-2 | Organization | Active |
| 1699132704 | NPI-2 | Organization | Active |
{ "npi": "1760813802", "enumerationType": "NPI-2", "providerType": "Organization", "status": "Active", "fullName": "101 DENTAL GROUP", "organizationName": "101 DENTAL GROUP", "organizationalSubpart": "NO", "authorizedOfficialName": "AMIR CHOROOMI", "authorizedOfficialFirstName": "AMIR" }
よくある質問
Does this cover the whole United States?
Yes. The NPPES NPI Registry is the national US registry, so the actor reaches every individual provider and organization across all 50 states, the District of Columbia and US territories including Puerto Rico, Guam and the Virgin Islands. Filter by the two-letter state code to narrow results.
How many providers can one search return?
A single search returns up to roughly 1200 matching records. For larger pulls, split your search into narrower queries, for example by adding a city, postal code or a specific taxonomy, and run them separately. Looking up exact NPI numbers has no such cap.
Can I search by medical specialty?
Yes. Use the Taxonomy / Specialty field with a description such as Dentist, Pharmacy, Internal Medicine or Chiropractor. You can combine it with a state, city or ZIP code, and restrict to individuals or organizations.
Can I look up specific providers by NPI?
Yes. Paste a list of 10-digit NPI numbers into the NPI Numbers field and the actor fetches each provider directly, ignoring the search filters. Invalid or missing NPIs are reported in the output rather than silently dropped.
What happens when a field has no value?
Fields that do not apply are returned as null and are never invented. Individual-only fields such as gender and credential are null for organizations, and organization-only fields such as authorized official are null for individuals.