VOOZH about

URL: https://apify.com/jeeves_is_my_copilot/nhtsa-recall-database

โ‡ฑ Nhtsa Recall Database ยท Apify


Pricing

$2.00 / 1,000 results

Go to Apify Store

Nhtsa Recall Database

Public data actor with normalized output.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 months 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

You might also like

NHTSA Vehicle Recall Crawler - Safety & Recall Data

jungle_synthesizer/nhtsa-recall-crawler

Extract vehicle safety recall records from the NHTSA public API. Query by make, model, and year to get full recall details including NHTSA campaign numbers, components, summaries, consequences, remedies, and safety advisories. No API key required.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

NHTSA Recall and Complaint Monitor

george.the.developer/nhtsa-recall-monitor

Look up NHTSA vehicle recalls, owner complaints, and VIN decoded recall reports over native JSON APIs.