Filtered provider list with pagination
Filtered provider list with pagination. Filter on state, county, ZIP, specialty, DSO/Independent, license status, Medicaid state-roster enrollment.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
735 msmedian answer time
$0.5listed price per call
$0.5price 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://providersignal.com/api/v1/agent/search
| Category | Search and research |
|---|---|
| Provider host | providersignal.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.5 | 735 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"per_page": 25,
"state": "TX"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"city": {
"type": "string"
},
"has_cms": {
"enum": [
"true",
"false"
],
"type": "string"
},
"is_dso": {
"enum": [
"true",
"false"
],
"type": "string"
},
"license_status": {
"description": "Single value or comma-list of normalized buckets (active/inactive/expired/retired/deceased/disciplined/pending)",
"type": "string"
},
"medicaid": {
"description": "true = state-listed on a Medicaid enrolled-provider roster (NY + CA rosters currently; state-listed enrollment, not verified acceptance)",
"enum": [
"true"
],
"type": "string"
},
"page": {
"default": 1,
"minimum": 1,
"type": "integer"
},
"per_page": {
"default": 25,
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"specialty": {
"description": "Exact NUCC taxonomy specialty match",
"type": "string"
},
"state": {
"description": "Single 2-letter code or comma-list (e.g. 'TX,FL,CA')",
"type": "string"
},
"zip": {
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"items": {
"additionalProperties": true,
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"first_name": {
"type": [
"string",
"null"
]
},
"last_name": {
"type": [
"string",
"null"
]
},
"medicaid_participating": {
"description": "State-listed on a Medicaid enrolled-provider roster (NY/CA so far); null = no ingested roster lists this NPI.",
"type": [
"boolean",
"null"
]
},
"npi": {
"type": "string"
},
"specialty": {
"type": [
"string",
"null"
]
},
"state": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"error": {
"description": "Null on success; { code, message } on failure.",
"type": [
"object",
"null"
]
},
"meta": {
"additionalProperties": true,
"properties": {
"envelope_version": {
"type": "string"
},
"request": {
"properties": {
"billed_credits": {
"type": "integer"
},
"billing_method": {
"enum": [
"subscription",
"per_query",
"free",
"admin"
],
"type": "string"
},
"endpoint": {
"type": "string"
},
"id": {
"type": "string"
}
},
"type": "object"
},
"source_attribution": {
"description": "Per-source citation: logical table, last successful refresh, schema version, license posture.",
"items": {
"properties": {
"last_refresh": {
"type": [
"string",
"null"
]
},
"license": {
"type": "string"
},
"schema_version": {
"type": "string"
},
"table": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"envelope_version"
],
"type": "object"
}
},
"required": [
"data",
"error",
"meta"
],
"type": "object"
},
"type": {
"type": "string"