HRSA Providers
Fetch HRSA health center and look-alike provider records.
Custom Streaming + One-shot
Fetch HRSA health center and look-alike provider records.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
hrsa/get_providers
Fetch HRSA health center and look-alike provider records.
upsert_bento_get_hrsa_providers
Create or update a recurring HRSA provider connector.
Inputs ▾
hrsa/get_providers
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter state abbreviation, e.g. 'NY'. |
| city | string | no | Optional city name. |
| zipCode | string | no | Optional ZIP code. |
| countyFipsCode | string | no | Optional county FIPS code. |
| latitude | number | no | Optional latitude for radius search. |
| longitude | number | no | Optional longitude for radius search. |
| radius | number | no | Optional radius in miles for lat/lon search. |
| pageNumber | number | no | Results page number. Default 1. |
| pageSize | number | no | Page size. Default 100. |
| rowIdentifierField | string | no | Optional stable identifier field for deduplication. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
upsert_bento_get_hrsa_providers
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter state abbreviation, e.g. 'NY'. |
| city | string | no | Optional city name. |
| zipCode | string | no | Optional ZIP code. |
| countyFipsCode | string | no | Optional county FIPS code. |
| latitude | number | no | Optional latitude for radius search. |
| longitude | number | no | Optional longitude for radius search. |
| radius | number | no | Optional radius in miles for lat/lon search. |
| pageNumber | number | no | Results page number. Default 1. |
| pageSize | number | no | Page size. Default 100. |
| rowIdentifierField | string | no | Optional stable identifier field for deduplication. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the HRSA provider endpoint. |
| connectorId | string | no | If provided, updates an existing connector. |