NPI Provider Registry Scraper avatar

NPI Provider Registry Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
NPI Provider Registry Scraper

NPI Provider Registry Scraper

Search the CMS National Provider Identifier (NPI) registry for US healthcare providers - doctors, hospitals, nurses, and other licensed professionals. Free, no authentication required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Share

CMS Open Payments Scraper (Sunshine Act)

Extract pharma and medical device company payments to US physicians and teaching hospitals from the official CMS Open Payments database (Sunshine Act). Retrieve general payments, research funding, and ownership interests — no login required.

What data you get

Each record includes:

FieldDescription
paymentTypegeneral, research, or ownership
programYearCalendar year of the payment (2018–2024)
recipientNameFull name of the physician or teaching hospital
recipientTypeCovered Recipient Physician / Non-Physician Practitioner / Teaching Hospital
recipientNpiNational Provider Identifier (physicians)
recipientCityCity of the recipient
recipientStateUS state code (2-letter)
recipientZipZIP code
recipientCountryCountry
recipientSpecialtiesList of medical specialties
manufacturerNameCompany making the payment
manufacturerStateManufacturer's state
manufacturerCountryManufacturer's country
totalAmountUsdTotal payment amount in USD
numberOfPaymentsNumber of payments included in the total
formOfPaymentCash, in-kind, etc.
natureOfPaymentConsulting fee, honoraria, travel, food, education, etc.
associatedProductsDrug/device names associated with the payment
travelDestinationCity, state, country for travel payments
nameOfStudyResearch study name (research payments)
clinicalTrialGovUrlClinicalTrials.gov identifier (research payments)
natureOfInterestType of ownership interest (ownership payments)
disputeStatusWhether the record is disputed
scrapedAtISO-8601 timestamp of scrape

Use cases

  • Healthcare transparency research — track which companies pay which doctors and how much
  • Compliance monitoring — audit payments to physicians in your organization or specialty
  • Investigative journalism — follow the money between pharma companies and healthcare providers
  • Academic research — analyze industry influence on prescribing patterns
  • Business intelligence — identify key opinion leaders and consulting relationships

Input parameters

ParameterRequiredDefaultDescription
paymentTypeYesgeneralCategory: general, research, or ownership
programYearYes2024Year of data: 2018–2024
recipientStateNoallFilter by 2-letter US state code
recipientTypeNoallFilter by physician, non-physician, or entity
natureOfPaymentNoallFilter by payment category (consulting fee, honoraria, etc.)
manufacturerNameNoPartial match on manufacturer name (e.g., Pfizer)
minAmountUsdNoMinimum payment amount in USD
maxItemsNo100Maximum records to return (up to 10,000)

Example input

{
"paymentType": "general",
"programYear": "2024",
"recipientState": "TX",
"natureOfPayment": "Consulting Fee",
"maxItems": 200
}

Example output record

{
"paymentType": "general",
"recordId": "12345678",
"programYear": "2024",
"paymentDate": "2024-03-15",
"recipientName": "DONALD A GRIFFITH MD",
"recipientType": "Covered Recipient Physician",
"recipientNpi": "1821102930",
"recipientCity": "HOUSTON",
"recipientState": "TX",
"recipientZip": "77030",
"recipientCountry": "United States",
"recipientSpecialties": ["Allopathic & Osteopathic Physicians|Urology"],
"manufacturerName": "Pfizer Inc.",
"manufacturerState": "NY",
"manufacturerCountry": "United States",
"totalAmountUsd": 1500.00,
"numberOfPayments": "1",
"formOfPayment": "Cash or cash equivalent",
"natureOfPayment": "Consulting Fee",
"associatedProducts": ["VIAGRA"],
"scrapedAt": "2026-06-04T00:00:00+00:00"
}

Data source

Data is sourced directly from the CMS Open Payments database at openpaymentsdata.cms.gov, published by the Centers for Medicare & Medicaid Services (CMS) under the Physician Payments Sunshine Act (Section 6002 of the Affordable Care Act). The data is public, free, and requires no API key.

Coverage: 2018–2024 (updated annually). The 2024 program year data was published in 2025.

FAQ

Does this require an API key or registration? No. CMS Open Payments data is fully public and requires no authentication.

How current is the data? Data is published annually. The most recent available is the 2024 program year (published mid-2025). Use programYear to select the desired year.

What is the difference between payment types?

  • General — includes meals, consulting fees, honoraria, speaking fees, travel, gifts, and education
  • Research — funding for clinical trials and research studies paid to organizations or investigators
  • Ownership — stock, investment interests, or compensation for ownership stakes

Can I filter by specific company? Yes. Use the manufacturerName field with a partial company name (e.g., Pfizer, Medtronic, Johnson).

How many records are available? The 2024 general payments dataset alone contains millions of records. Use state, specialty, or manufacturer filters to narrow results.

Is this data reliable? Yes. Companies are legally required to report these payments under the Sunshine Act. Penalties apply for non-disclosure or inaccurate reporting.