NHTSA Recalls Scraper avatar

NHTSA Recalls Scraper

Pricing

from $3.00 / 1,000 recalls

Go to Apify Store
NHTSA Recalls Scraper

NHTSA Recalls Scraper

US vehicle safety recalls from the official NHTSA API by make, model and model year. No key.

Pricing

from $3.00 / 1,000 recalls

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

NHTSA Recalls Scraper πŸš—

US vehicle safety recalls β€” straight from the official NHTSA API. No API key, no proxy.

Pull every safety recall for any vehicle by make, model and model year: campaign number, affected component, plain-English summary, safety consequence, remedy, report date, and NHTSA's severe "Do Not Drive / Park It" and "Park Outside" flags. Give it just a make + years and it auto-discovers every recalled model for you.

Perfect for automotive dealers & marketplaces, insurance & fleet risk, vehicle-history products, consumer-safety apps, and journalism.

Uses the official NHTSA Recalls API β€” public US government safety data, no key, very low maintenance.


Features

  • βœ… No API key, no proxy β€” official government API, stable and low-maintenance.
  • βœ… Auto-discover models β€” give a make + years, get recalls for every model (no need to list them).
  • βœ… Severity flags β€” "Do Not Drive" and "Park Outside" surfaced as booleans.
  • βœ… Powerful filters β€” by component (airbag, brake, fuel), keyword (fire, takata), report date.
  • βœ… Deep links β€” each recall carries its NHTSA lookup URL.

Input

FieldDescription
MakesVehicle makes, e.g. ["honda", "toyota", "ford"].
ModelsOptional. Leave empty to auto-discover all recalled models per make + year.
Model yearsList of years, e.g. ["2019", "2020"].
Model year from / toOr use a year range instead of a list.
Component containsOnly recalls for a component (airbag, brake, fuel…).
KeywordMatch summary/consequence/component/remedy (fire, stall, takata…).
"Do Not Drive" onlyOnly NHTSA's most severe "Park It" recalls.
Reported afterOnly recalls reported on/after this date (YYYY-MM-DD).
Max resultsCap across all makes/models/years.

Example β€” every Ford recall, 2020–2022

{
"makes": ["ford"],
"modelYearFrom": 2020,
"modelYearTo": 2022,
"maxResults": 2000
}

Example β€” fire-risk recalls across brands

{
"makes": ["honda", "toyota", "kia"],
"modelYears": ["2021"],
"keyword": "fire"
}

Output

{
"campaign_number": "22V484000",
"manufacturer": "Ford Motor Company",
"make": "FORD",
"model": "ESCAPE",
"model_year": "2021",
"component": "ENGINE AND ENGINE COOLING",
"summary": "Ford Motor Company is recalling certain 2020-2022 Escape...",
"consequence": "An engine compartment fire increases the risk of injury.",
"remedy": "Dealers will update the powertrain control module software, free of charge...",
"notes": "Owners may contact Ford customer service at 1-866-436-7332.",
"report_received_date": "2022-07-07",
"do_not_drive": false,
"park_outside": false,
"over_the_air_update": false,
"recall_url": "https://www.nhtsa.gov/recalls?nhtsaId=22V484000"
}

Run it on a schedule

Set reportedAfter to a recent date and run daily/weekly to catch new recalls for the makes you care about β€” pipe alerts to Slack, email or a webhook.

Notes & limitations

  • Official NHTSA Recalls API β€” public US vehicle-safety records.
  • Recalls are queried per make + model + model year; auto-discovery expands a make into its recalled models.
  • componentContains, keyword, doNotDriveOnly and reportedAfter are applied as filters over the fetched recalls.
  • Data source: NHTSA (US DOT).

Keywords

NHTSA recalls, vehicle recalls, car recalls, auto recalls, safety recalls, recall API, vehicle safety, Takata airbag, do not drive, automotive data, VIN recalls, car dealer data, fleet safety, vehicle history, recall lookup, make model year, NHTSA campaign, auto safety, recall monitoring, US DOT.