ToolAssay

Screen physicians industry is already paying — the recipient side of the CMS Ope

Screen physicians industry is already paying — the recipient side of the CMS Open Payments (Sunshine Act) file, ranked by total reported payment amount. Filter by specialty, state, nature_of_payment, and min_amount. Prescriber name / specialty / state / city are resolved by joining the NPI to the CMS Part D Prescribers file (Open Payments carries none of them). Public CMS provider-level data; not a consumer report.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
254 msmedian answer time
$0.1listed price per call
$0.1price 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/open-payments/recipients/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.1 254 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "performance_year": "example",
    "specialty": "example",
    "state": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "limit": {
          "default": 25,
          "maximum": 100,
          "type": "integer"
        },
        "min_amount": {
          "description": "minimum reported total payment amount (USD)",
          "type": "number"
        },
        "nature_of_payment": {
          "description": "payment category substring, e.g. 'Consulting'",
          "type": "string"
        },
        "offset": {
          "default": 0,
          "type": "integer"
        },
        "performance_year": {
          "description": "Open Payments program year (default 2024, the latest loaded)",
          "type": "integer"
        },
        "specialty": {
          "description": "prescriber specialty substring, e.g. 'Cardiology'",
          "type": "string"
        },
        "state": {
          "description": "2-letter prescriber state code(s), comma-separated",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON