ToolAssay

Discover pharma & device MANUFACTURERS from CMS Open Payments by name, total-spe

Discover pharma & device MANUFACTURERS from CMS Open Payments by name, total-spend band, or year of first appearance — the emerging/small-brand filter (low total_spend and/or recent first_seen_year) plus optional specialty/state activity. Answers: which small or new manufacturers pay physicians in my category and territory? Entity-resolved company dimension (DBA/subsidiary variants merged). Filter: name, max_total_spend, first_seen_year_min/max, specialty, state.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
345 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/manufacturers/search

CategoryCompany and compliance
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 345 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "max_total_spend": "example",
    "min_total_spend": "example",
    "name": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "first_seen_year_max": {
          "type": "integer"
        },
        "first_seen_year_min": {
          "description": "manufacturers first appearing in/after this program year",
          "type": "integer"
        },
        "limit": {
          "default": 25,
          "maximum": 100,
          "type": "integer"
        },
        "max_total_spend": {
          "description": "only manufacturers whose all-time reported spend is \u2264 this (small/emerging)",
          "type": "number"
        },
        "min_total_spend": {
          "type": "number"
        },
        "name": {
          "description": "case-insensitive substring of the manufacturer name",
          "type": "string"
        },
        "offset": {
          "default": 0,
          "type": "integer"
        },
        "performance_year": {
          "type": "integer"
        },
        "sort": {
          "description": "total_spend|first_seen_year|physician_engagements|distinct_specialties|display_name, optionally :asc/:desc",
          "type": "string"
        },
        "specialty": {
          "description": "Open Payments recipient specialty leaf, e.g. 'Cardiovascular Disease', 'Hematology & Oncology'",
          "type": "string"
        },
        "state": {
          "description": "2-letter recipient state code(s), comma-separated",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON