New Healthcare Organization NPI Radar
Pricing
$10.00 / 1,000 new organizations
New Healthcare Organization NPI Radar
Newly enumerated ORGANIZATION NPIs from CMS's weekly NPPES file, refreshed weekly: home health, hospice, behavioral health, DME, NEMT, clinics and more. Segmented by buyer taxonomy, new-org vs. new-location flagged. No individuals, no Authorized Official data, no key needed.
Pricing
$10.00 / 1,000 new organizations
Rating
0.0
(0)
Developer
Luke Hunter
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 hours ago
Last modified
Categories
Share
For billing, credentialing, EHR and DME vendors who want to reach a healthcare organization the week it registers. One run returns every new healthcare ORGANIZATION National Provider Identifier (NPI) as soon as CMS publishes it — home health agencies, hospices, behavioral health clinics, DME suppliers, non-emergency transport, labs and more. Pay-per-result: $0.01 per delivered organization — 100 leads = $1.00. Try it free with Apify's monthly platform credit.
This Actor reads CMS's own weekly NPPES incremental file (download.cms.gov/nppes, public, keyless, FOIA-disclosable data), keeps only newly enumerated organizations (Entity Type Code "2"), and turns them into a segmented lead list: what kind of healthcare organization just got its NPI, where it is, and whether it's a brand-new legal entity or a new practice location of one that already exists.
Quick start (2 minutes)
- Open the Input tab (no CMS account or key needed — the source is public).
- Use this prefill for home health, hospice and behavioral health organizations from the last two weeks:
{"sinceDays": 14,"segments": ["HOME_HEALTH", "HOSPICE", "BEHAVIORAL_HEALTH"],"includeSubparts": false,"maxItems": 200}
- Click Start. Export the lead list to CSV/JSON, or pull it via API into your CRM.
Use cases
- Billing and RCM vendors reaching a healthcare organization in the same week it gets its NPI, before it's picked a billing partner.
- Credentialing and EHR vendors targeting new home health, hospice and behavioral health entities that need systems set up from day one.
- DME suppliers and NEMT companies finding newly enumerated organizations in their specific segment and service area.
- Franchise and market researchers tracking new-location vs. brand-new-entity growth for chains via
isNewLocationOfExistingOrg.
Run it weekly
NPPES only publishes the two newest weekly files, so this is built for a weekly cadence, not a backfill:
- Set your
segments/statesfilters, then click Schedule on the run page (or create one under Schedules in the Apify Console). - Run it weekly with
sinceDays: 14so you never miss a week's file. - Keep
npias your dedupe key across runs — it's a stable, unique identifier, so a scheduled pull never double-charges or double-lists an organization you already have.
New NPI numbers this week, newly registered healthcare providers list
If you've ever wanted a "new NPI numbers this week" feed or a "newly registered healthcare providers list" without downloading and parsing CMS's own multi-gigabyte file by hand, this is that list:
- Newly enumerated organizations from the last 1–14 days (NPPES only publishes the two newest weekly files, so that's the practical ceiling).
- Segmented by buyer taxonomy: home health, hospice, in-home supportive care, behavioral/mental health, DME, non-emergency medical transport, clinics, pharmacy, lab, or other.
- New organization vs. new location flagged (
isOrganizationSubpart/isNewLocationOfExistingOrg) — an existing home-health chain opening its 40th branch reads differently than a brand-new agency. - Organizations only. Individual (Type 1) NPIs and rows with a blank entity type are dropped outright — see Privacy, by design below.
Example input
{"sinceDays": 14,"segments": ["HOME_HEALTH", "HOSPICE", "BEHAVIORAL_HEALTH"],"includeSubparts": false,"maxItems": 200}
Example output
Real output rows from a capture of CMS's own weekly file on 2026-09-24 (Authorized Official and mailing-address fields are never read from the source file, so there is nothing to redact here — see below):
{"npi": "1285545640","organizationName": "AUTISM DIAGNOSTICS LAB INC","otherOrganizationName": null,"enumerationDate": "2026-09-15","practiceAddress1": "3805 E BELL RD STE 4100","practiceAddress2": null,"practiceCity": "PHOENIX","practiceState": "AZ","practiceZip": "850322172","practicePhone": "8886500199","primaryTaxonomyCode": "291U00000X","taxonomyCodes": ["291U00000X"],"isOrganizationSubpart": false,"parentOrganizationLbn": null,"segment": "LAB","isNewLocationOfExistingOrg": false,"daysSinceEnumeration": 9,"sourceFile": "NPPES_Data_Dissemination_091426_092026_Weekly_V2.zip","npiRegistryUrl": "https://npiregistry.cms.hhs.gov/provider-view/1285545640"}
No field above is invented. (The full schema has 19 fields; see Output fields below.)
| Field | Value |
|---|---|
npi | 1285545640 |
organizationName | AUTISM DIAGNOSTICS LAB INC |
enumerationDate | 2026-09-15 |
practiceCity / practiceState | PHOENIX, AZ |
primaryTaxonomyCode | 291U00000X |
segment | LAB |
isNewLocationOfExistingOrg | false |
daysSinceEnumeration | 9 |
Privacy, by design — organizations only, fail-closed
This Actor is built to return B2B leads, not personal data:
- Only Entity Type Code exactly
"2"(organizations) is kept. Entity Type"1"(individual providers, including sole practitioners) and rows with a blank entity type — NPPES leaves this blank for some deactivated/legacy records — are dropped, not guessed at. This is fail-closed: anything that isn't unambiguously an organization is excluded. - Authorized Official name, title and phone are never read from the source file at all — the parser's required-column list doesn't include them, so there is no code path that could leak them, not just a filter that could fail open.
- The organization's mailing address is never read either — only the practice/service location address is, which is the address a vendor actually needs to reach the business.
- A type-2 organization's legal name can still be a solo practitioner's PLLC. That is a business entity under NPPES's own rules and is kept; NPPES itself, not this Actor, decides who registers as an organization.
NPPES data is disclosable under the Freedom of Information Act (FOIA); CMS's own Data Dissemination notice states there is no charge to download it and no way for a provider to opt out of the FOIA-disclosable fields of an active NPI. This Actor reads only what that notice already makes public, and narrows it further before delivery.
Input
| Field | Default | Meaning |
|---|---|---|
sinceDays | 14 | Organizations enumerated in the last 1–14 days (NPPES lists only the two newest weekly files) |
segments | all | Any of HOME_HEALTH, HOSPICE, IN_HOME_SUPPORTIVE_CARE, BEHAVIORAL_HEALTH, DME, NEMT, CLINIC, PHARMACY, LAB, OTHER |
taxonomyCodes | [] (all) | Exact 10-character NUCC taxonomy codes (e.g. 251E00000X). Combined with segments as an OR |
states | [] (all) | Two-letter practice-location state/territory codes (e.g. TX, PR) |
includeSubparts | true | Off returns brand-new legal entities only, excluding new locations of an already-enumerated organization |
maxItems | 500 | Hard cap on organizations delivered and charged this run, newest-enumerated first |
Output fields
| Field | Meaning |
|---|---|
npi | The 10-digit National Provider Identifier |
organizationName, otherOrganizationName | Legal business name and any other listed trade name |
enumerationDate | The date CMS assigned this NPI |
practiceAddress1, practiceAddress2, practiceCity, practiceState, practiceZip, practicePhone | The organization's practice/service location, never its mailing address |
primaryTaxonomyCode, taxonomyCodes | NUCC taxonomy code(s); primaryTaxonomyCode is the one flagged primary, or the first listed |
isOrganizationSubpart, parentOrganizationLbn | Whether NPPES marked this as a subpart (new location), and its parent organization's name when so marked |
segment | Derived buyer segment from primaryTaxonomyCode — see the input table |
isNewLocationOfExistingOrg | Derived: true when isOrganizationSubpart is true |
daysSinceEnumeration | Derived: days between enumerationDate and when this run fetched it |
sourceFile | Which CMS weekly file this row came from |
npiRegistryUrl | Direct link to the free public NPI Registry record for verification |
Limitations — read before you build automation on this
- Lookback is capped at 14 days, because CMS's listing page only ever links the two newest weekly files. There is no way to backfill further from this source; schedule the Actor weekly and store results yourself for a longer history (
npiis a stable key). - Weekly cadence. New organizations are picked up once a week, when CMS publishes the next incremental file, not the moment they register.
- A "new location" (subpart) is not a new company.
isOrganizationSubpart: truemeans an already-enumerated organization opened another practice location — a real lead for site-specific vendors (linen, waste, POS terminals), a weaker one for corporate/HQ-level sales. Turn offincludeSubpartsto see only brand-new legal entities. segmentis taxonomy-derived, not a CMS field. An organization with an unusual or missing primary taxonomy lands inOTHER; on the newest captured file that was about 52% of new organizations (mostly ambulance services, DME suppliers under narrower codes, and other specialties this Actor doesn't yet map — checkprimaryTaxonomyCodedirectly ifOTHERvolume matters to you).- Entity Type is exact-match fail-closed. A handful of rows NPPES leaves with a blank entity type (deactivated/legacy records) are dropped rather than guessed at; this slightly undercounts rather than ever risks including an individual.
- This is not the NPI Registry lookup API. It doesn't search by name or existing NPI — it only surfaces NPIs newly enumerated in the lookback window. Use
npiRegistryUrlto look up any specific record.
Pricing and cost control
Pay-per-event: $0.01 per delivered new organization. Benchmarked against the closest live comparables on the Apify Store: lead.gen.labs/npi-new-provider-weekly-monitor ($0.019/event, prefill-only, no real users), fixmyerrorcode's weekly NPI feed ($9/state to $29/national edition), and sourabhbgp/npi-registry-scraper ($0.002, a name/NPI lookup tool rather than a new-organization trigger, but the cluster's only Actor with real usage). $0.01 sits below the direct trigger competitors because both existing "new NPI" Actors are prefill-only with no verified customers, and this Actor adds segmentation and new-location classification that neither does.
maxItemsis a hard cap on both delivered rows and total charge for the run.- Delivered rows always equal charged rows: if your run's "Maximum cost per run" budget runs out mid-run, the Actor stops, finishes
SUCCEEDED, and its status message says exactly how many organizations were delivered and that only those were charged — never a silent under-charge or a failed run. - If the Actor is not monetized (e.g. running it yourself), every matching organization is delivered free.
- A restarted run never re-delivers (or re-charges for) an organization it already delivered.
FAQ
Do I need a CMS account or API key? No. download.cms.gov/nppes is public and keyless.
Can I get individual providers (doctors, nurses) too? No, by design. This Actor only ever reads and delivers Entity Type "2" (organization) rows — see Privacy, by design.
Why is segment sometimes OTHER? Its primary taxonomy code doesn't match one of the buyer segments this Actor maps (see Limitations). Filter or inspect by taxonomyCodes directly if you need a specific specialty this Actor doesn't segment yet.
Can I get more than 14 days of history? Not from this source — CMS's listing page only lists the two newest weekly files. Run this Actor on a weekly schedule and store the results yourself for a longer history.
What if CMS changes the file format? The Actor checks every required column on every run and fails loudly (not silently) if one goes missing, rather than emit wrong or empty data.
Is this data legally usable? NPPES health care provider data is disclosable under the Freedom of Information Act, and CMS's own Data Dissemination notice confirms there is no charge to download it and no opt-out for FOIA-disclosable fields of an active NPI. This Actor reads only public, FOIA-disclosable columns.
Related Actors
Other data tools from the same developer, built to the same standard: official or public sources, hard cost caps, and honest documentation of limits.
- Hospital Price Transparency Enforcement Leads: hospitals with recent CMS price transparency warning notices, CAP requests and CMP notices.
- Hospital Ownership Change Radar: hospitals that just changed owner, with buyer, seller and effective date from CMS filings.
- Federal Register Rule Effective-Date Radar: final federal rules about to take effect, with citations, dockets and urgency.
- Chicago Contract Recompete & Extension Radar: expiring City of Chicago contracts with extension history, for recompete prospecting.
- Bank Branch Closings & Merger Radar (FDIC): new US bank branch closings, openings and mergers from the FDIC.
- Chicago New Business License Radar: newly licensed Chicago businesses as opening leads, grouped by category.
- NYC FDNY Contractor Leads & Hearing Radar: fresh NYC fire-code summonses routed by remediation trade, with hearing dates.
- RCRA Enforcement Response Leads: new EPA hazardous-waste (RCRA) enforcement actions and penalties, by state.
- Emerging Federal Contractor Radar: companies that just won their first federal contracts, from USAspending.gov.
- County Multifamily Building Permits Surge Radar: U.S. counties where 5+ unit apartment permits are surging year over year.
- Zillow ZIP Code Property Search Scraper: for-sale listings by ZIP code with prices, price cuts and days on Zillow.
- Walmart Category Scraper: product names, prices, was-prices and ratings from Walmart category pages.