USDA NASS Data
Create or update a recurring USDA NASS Quick Stats connector.
Custom Streaming + One-shot
Create or update a recurring USDA NASS Quick Stats connector.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
upsert_bento_get_usda_nass_data
Create or update a recurring USDA NASS Quick Stats connector.
usda/get_nass_data
Fetch USDA NASS Quick Stats public agricultural data.
Inputs ▾
upsert_bento_get_usda_nass_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| sourceDesc | string | no | Optional source description, e.g. 'SURVEY'. |
| sectorDesc | string | no | Optional sector description, e.g. 'CROPS'. |
| groupDesc | string | no | Optional group description, e.g. 'FIELD CROPS'. |
| commodityDesc | string | no | Optional commodity description, e.g. 'CORN'. |
| statisticcatDesc | string | no | Optional statistic category description, e.g. 'YIELD'. |
| unitDesc | string | no | Optional unit description. |
| stateAlpha | string | no | Optional state abbreviation, e.g. 'NY'. |
| countyCode | string | no | Optional county code. |
| year | string | no | Optional exact year. |
| yearGe | string | no | Optional lower-bound year filter. |
| yearLe | string | no | Optional upper-bound year filter. |
| aggLevelDesc | string | no | Optional aggregation level, e.g. 'STATE' or 'COUNTY'. |
| limit | number | no | Maximum records to fetch. Default 200. |
| offset | number | no | Offset for one-shot pagination. Default 0. |
| 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 NASS Quick Stats endpoint. |
| connectorId | string | no | If provided, updates an existing connector. |
usda/get_nass_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| sourceDesc | string | no | Optional source description, e.g. 'SURVEY'. |
| sectorDesc | string | no | Optional sector description, e.g. 'CROPS'. |
| groupDesc | string | no | Optional group description, e.g. 'FIELD CROPS'. |
| commodityDesc | string | no | Optional commodity description, e.g. 'CORN'. |
| statisticcatDesc | string | no | Optional statistic category description, e.g. 'YIELD'. |
| unitDesc | string | no | Optional unit description. |
| stateAlpha | string | no | Optional state abbreviation, e.g. 'NY'. |
| countyCode | string | no | Optional county code. |
| year | string | no | Optional exact year. |
| yearGe | string | no | Optional lower-bound year filter. |
| yearLe | string | no | Optional upper-bound year filter. |
| aggLevelDesc | string | no | Optional aggregation level, e.g. 'STATE' or 'COUNTY'. |
| limit | number | no | Maximum records to fetch. Default 200. |
| offset | number | no | Offset for one-shot pagination. Default 0. |
| 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. |