ToolAssay

Manufacturers/GPOs whose TOTAL Open Payments spend genuinely increased year-over

Manufacturers/GPOs whose TOTAL Open Payments spend genuinely increased year-over-year — a real per-manufacturer delta (amount_current vs amount_prior), not a magnitude threshold. Defaults to 2023→2024 (any loaded year pair via year/prior_year). Filter: specialty, state, min_increase_usd (default $10,000), min_pct_change (default 10%). NOTE: op_manufacturer_payments holds only PY2024 today — real, returns total_matched=0 (never fabricated) until a prior year is imported; see stage1b-report.md.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
334 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/manufacturers/yoy-increase/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 334 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "prior_year": "example",
    "state": "example",
    "year": "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_increase_usd": {
          "description": "minimum dollar increase (default 10000)",
          "type": "number"
        },
        "min_pct_change": {
          "description": "minimum percent increase (default 10)",
          "type": "number"
        },
        "offset": {
          "default": 0,
          "type": "integer"
        },
        "prior_year": {
          "description": "comparison program year (default year-1)",
          "type": "integer"
        },
        "specialty": {
          "description": "recipient specialty substring, e.g. 'Cardiology'",
          "type": "string"
        },
        "state": {
          "description": "2-letter recipient state code(s), comma-separated",
          "type": "string"
        },
        "year": {
          "description": "current program year (default 2024, the latest loaded)",
          "type": "integer"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON