Nhtsa Recall Database avatar

Nhtsa Recall Database

Pricing

Pay per usage

Go to Apify Store
Nhtsa Recall Database

Nhtsa Recall Database

Public data actor with normalized output.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Fetch vehicle recall data from the National Highway Traffic Safety Administration (NHTSA).

Best for

Retrieves official vehicle recall information from NHTSA, including safety recalls, defect investigations, and remedy information.

Input

FieldTypeRequiredDefaultDescription
queriesstring[]Yes-Vehicle queries (make model year)
maxItemsPerQueryintegerNo100Max records per query (1-500)
includeRawbooleanNofalseInclude raw payload in output

Example Queries

  • "Toyota Camry 2020" - Specific vehicle
  • "Ford F-150 2021" - Truck recall
  • "Honda Accord 2019" - Sedan recall

Output

FieldTypeDescription
sourcestringAlways "nhtsa_recalls"
querystringOriginal vehicle query
recordTypestring"recall" or "error"
titlestringRecall title (manufacturer + component)
identifierstringNHTSA campaign number
datestringRecall date
urlstringLink to NHTSA recall page
summarystringRecall description, consequence, remedy

Example input

{
"queries": ["Toyota Camry 2020", "Ford F-150 2021"],
"maxItemsPerQuery": 50,
"includeRaw": false
}

Example output

[
{
"source": "nhtsa_recalls",
"query": "Toyota Camry 2020",
"recordType": "recall",
"title": "Toyota Air Bag",
"identifier": "20V-676",
"date": "2020-11-02",
"url": "https://www.nhtsa.gov/recalls?nhtsaId=20V-676",
"summary": "Air bag may not deploy properly | Risk: Increased crash injury | Remedy: Free recall repair at dealership"
}
]

Notes

  • Data sourced from NHTSA API
  • Recall information is updated regularly
  • Check NHTSA Recalls for official information

Version: 0.1.0
Author: OpenClaw/Apify