{
  "x402Version": 2,
  "id": 14905,
  "slug": "14905",
  "resource": "https://api.healthparse.io/v1/nonprofits/search",
  "description": "Search nonprofit health organizations by state, NTEE code, revenue or expense range, or name. Answers: which nonprofit hospitals/health orgs match this financial profile? Source: IRS Form 990 e-filings.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x177eA123A35253ba8869A7e21E717978e482351D",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "name_search": "example",
            "ntee_code": "example",
            "state": "example"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "rows": [
              {
                "ein": "740000000",
                "name": "EXAMPLE HEALTH SYSTEM",
                "total_revenue": 500000000
              }
            ],
            "total_matched": 1
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/nonprofits/search",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "limit": {
                "default": 25,
                "maximum": 100,
                "type": "integer"
              },
              "name_search": {
                "type": "string"
              },
              "net_income_max": {
                "type": "number"
              },
              "net_income_min": {
                "type": "number"
              },
              "ntee_code": {
                "type": "string"
              },
              "offset": {
                "default": 0,
                "type": "integer"
              },
              "revenue_max": {
                "type": "number"
              },
              "revenue_min": {
                "type": "number"
              },
              "state": {
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.healthparse.io",
  "lastUpdated": "2026-09-16T07:00:30.745Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T07:00:30.514Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.healthparse.io",
    "manifest_name": "api.healthparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}