ToolAssay

Find Medicare Part D prescribers of a specific DRUG or therapeutic CLASS at NPI

Find Medicare Part D prescribers of a specific DRUG or therapeutic CLASS at NPI level — the core pharma targeting query. Filter by drug_class (GLP-1, SGLT2, DPP-4, Statin, from partd_drug_class) or a single drug (brand or generic, e.g. 'Ozempic'), plus specialty, state, min_claims, min_beneficiaries, year. Each hit carries the drug's claim/cost volume and the prescriber's specialty/state/city. Public CMS provider-level data; not a consumer report.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
265 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.healthparse.io/v1/prescribers/part-d/by-drug/search

CategorySearch and research
Provider hostapi.healthparse.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 265 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "brand_name": "example",
    "drug": "example",
    "drug_class": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "brand_name": {
          "description": "CMS brand-name prefix (case-insensitive), e.g. 'Eliquis'",
          "type": "string"
        },
        "drug": {
          "description": "a single drug, brand or generic (e.g. 'Ozempic' or 'Semaglutide'); brands resolve to the canonical generic",
          "type": "string"
        },
        "drug_class": {
          "description": "therapeutic class from partd_drug_class, e.g. 'GLP-1' | 'SGLT2' | 'DPP-4' | 'Statin'",
          "type": "string"
        },
        "generic_name": {
          "description": "CMS generic-name prefix (case-insensitive), e.g. 'Apixaban'",
          "type": "string"
        },
        "limit": {
          "default": 25,
          "maximum": 100,
          "type": "integer"
        },
        "min_beneficiaries": {
          "description": "minimum total beneficiaries (null/suppressed rows excluded)",
          "type": "integer"
        },
        "min_claims": {
          "description": "minimum total Part D claims for the drug (that year)",
          "type": "integer"
        },
        "offset": {
          "default": 0,
          "type": "integer"
        },
        "specialty": {
          "description": "prescriber specialty substring, e.g. 'Endocrinology'",
          "type": "string"
        },
        "state": {
          "description": "2-letter prescriber state code(s), comma-separated",
          "type": "string"
        },
        "year": {
          "description": "performance year (loaded: 2023, 2024; default 2024)",
          "type": "integer"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON