ToolAssay

Discover FQHC / Look-Alike health-center SITES from the HRSA roster by state, ty

Discover FQHC / Look-Alike health-center SITES from the HRSA roster by state, type, county, name, or newly-added-to-scope date (added_since = new-site trigger). Answers: which FQHC sites exist in my territory, and which are new? Each site is entity-resolved into NPPES (matched_npi / match_method). Powers pharma-sales 340B, medical-device, and medical/travel-nurse staffing targeting. Filter: state, health_center_type, status, name, county, added_since, resolved_only.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
274 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/health-centers/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 274 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "health_center_type": "example",
    "state": "example",
    "status": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "added_since": {
          "description": "sites added to scope on/after this date (YYYY-MM-DD) \u2014 new-site trigger",
          "type": "string"
        },
        "county": {
          "description": "county name substring",
          "type": "string"
        },
        "health_center_type": {
          "description": "substring, e.g. 'FQHC' or 'Look-Alike'",
          "type": "string"
        },
        "limit": {
          "default": 25,
          "maximum": 100,
          "type": "integer"
        },
        "name": {
          "description": "case-insensitive substring of the site name",
          "type": "string"
        },
        "offset": {
          "default": 0,
          "type": "integer"
        },
        "resolved_only": {
          "description": "only sites resolved into the NPPES graph (matched_npi present)",
          "type": "boolean"
        },
        "sort": {
          "description": "site_added_to_scope|site_name|site_state, optionally :asc/:desc",
          "type": "string"
        },
        "state": {
          "description": "2-letter state code(s), comma-separated",
          "type": "string"
        },
        "status": {
          "description": "site status, e.g. 'Active'",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON