NHTSA Vehicle Data
Fetch NHTSA vehicle recalls or complaints by make, model, and year.
Custom Streaming + One-shot
Fetch NHTSA vehicle recalls or complaints by make, model, and year.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
nhtsa/get_vehicle_data
Fetch NHTSA vehicle recalls or complaints by make, model, and year.
upsert_bento_get_nhtsa_vehicle_data
Create or update a recurring NHTSA vehicle data connector.
Inputs ▾
nhtsa/get_vehicle_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| make | string | yes | Vehicle make, e.g. 'Toyota'. |
| model | string | yes | Vehicle model, e.g. 'Camry'. Required by the NHTSA API. |
| modelYear | number | yes | Model year, e.g. 2024. Required by the NHTSA API. |
| dataType | string | no | Type of NHTSA data to retrieve. recalls complaints |
| 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_nhtsa_vehicle_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| make | string | yes | Vehicle make, e.g. 'Toyota'. |
| model | string | yes | Vehicle model, e.g. 'Camry'. Required by the NHTSA API. |
| modelYear | number | yes | Model year, e.g. 2024. Required by the NHTSA API. |
| dataType | string | no | Type of NHTSA data to retrieve. recalls complaints |
| 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 NHTSA for new data. |
| connectorId | string | no | If provided, updates an existing connector. |