NHTSA Vehicle Recall Monitor by Make/Model avatar

NHTSA Vehicle Recall Monitor by Make/Model

Pricing

from $2.00 / 1,000 results

Go to Apify Store
NHTSA Vehicle Recall Monitor by Make/Model

NHTSA Vehicle Recall Monitor by Make/Model

Monitor NHTSA for new vehicle recalls daily. Schedule automated runs to track recalls by make, model, or year. Get recall descriptions, remedy info, and affected vehicle counts. For auto dealers, fleet managers, insurance companies, and automotive researchers. Pay per result.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

15 hours ago

Last modified

Share

NHTSA Vehicle Recall Search

Search the National Highway Traffic Safety Administration (NHTSA) vehicle safety recall database by make, model, year, or campaign number. Returns structured recall records including affected components, safety consequences, and remedies. No API key required.


Data Source

NHTSA Recalls API (api.nhtsa.gov). Official federal vehicle safety data covering all NHTSA recall campaigns from 1966 to present.


Output Fields

FieldTypeDescription
nhtsaCampaignNumberstringOfficial NHTSA recall campaign number
manufacturerstringVehicle or equipment manufacturer
makestringVehicle make (e.g., Toyota, Ford)
modelstringVehicle model (e.g., Camry, F-150)
modelYearstringAffected model year(s)
componentstringAffected vehicle component or system
summarystringFull text description of the defect
consequencestringPotential safety consequence if unaddressed
remedystringManufacturer-specified fix or remedy
reportReceivedDatestringDate NHTSA received the recall report
parkItbooleanTrue if NHTSA advises not to drive the vehicle
parkOutSidebooleanTrue if NHTSA advises parking outside due to fire risk

Use Cases

  • Used vehicle screening -- check any make/model/year for open recalls before purchasing or listing a vehicle.
  • Fleet management -- programmatically monitor recall status across a fleet of vehicles.
  • Automotive compliance -- track recall exposure for warranty, insurance, or dealer inventory purposes.
  • Consumer safety applications -- surface recall warnings to end users by vehicle make and model.
  • Research and journalism -- analyze recall frequency by manufacturer, component type, or date range.
  • Lead generation -- identify vehicles with outstanding recalls for service outreach campaigns.

How to Use

Set the input fields and run the actor. Results are pushed to the Apify dataset and can be exported as JSON, CSV, or Excel.

Input Parameters

ParameterTypeDefaultDescription
searchTypestringvehiclevehicle to search by make/model/year, campaignNumber for a direct campaign lookup
makestringVehicle manufacturer (e.g., Toyota, Ford, Tesla)
modelstringVehicle model (e.g., Camry, F-150, Model 3)
modelYearintegerModel year (e.g., 2024). Leave empty to return all years for the make/model
campaignNumberstringNHTSA campaign number (e.g., 24V123). Used when searchType is campaignNumber
maxResultsinteger100Maximum recall records to return (1-10000)

Example -- Search by Vehicle

{
"searchType": "vehicle",
"make": "Toyota",
"model": "Camry",
"modelYear": 2024,
"maxResults": 100
}

Example -- All Recalls for a Make

{
"searchType": "vehicle",
"make": "Tesla",
"maxResults": 500
}

Example -- Look Up a Specific Campaign

{
"searchType": "campaignNumber",
"campaignNumber": "24V123",
"maxResults": 10
}

Cost

  • Actor start fee: ~$0.10 per run
  • Compute: minimal -- typical runs complete in seconds
  • Data cost: $0.005 per result

Most searches return results well under $0.20 total.


Output Formats

Results are available in the Apify dataset viewer and can be exported as:

  • JSON
  • CSV
  • Excel (XLSX)
  • XML
  • RSS

FAQ

Do I need an NHTSA account or API key? No. The NHTSA Recalls API is fully public and requires no authentication.

How current is the recall data? The NHTSA API reflects the live federal database. New recalls are typically added within days of the official recall announcement.

Can I check all recalls for a make without specifying a model or year? Yes. Leave model and modelYear empty to retrieve all recalls for a given make.

What do the parkIt and parkOutSide flags mean? These are formal NHTSA safety advisories. parkIt means the vehicle should not be driven until repaired. parkOutSide means the vehicle should be parked away from structures due to fire risk -- typically associated with certain lithium-ion battery defects.

Does this cover non-vehicle recalls (tires, equipment)? The actor is designed for passenger vehicles. Equipment and tire recalls may appear depending on the make/model query but are not the primary focus.