NHTSA Vehicle Recalls & Complaints Scraper avatar

NHTSA Vehicle Recalls & Complaints Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
NHTSA Vehicle Recalls & Complaints Scraper

NHTSA Vehicle Recalls & Complaints Scraper

Scrape vehicle recall and complaint data from the National Highway Traffic Safety Administration (NHTSA). Search by make, model, and year. Get recall campaigns, hazard descriptions, remedies, and consumer complaints including crash, fire, injury, and death reports.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

ParseForge Banner

πŸš— NHTSA Vehicle Recalls & Complaints Scraper

πŸš€ Scrape vehicle recall and complaint data from the National Highway Traffic Safety Administration (NHTSA). Search by make, model, and year. Get recall campaigns, hazard descriptions, remedies, and consumer complaints including crash, fire, injury, and death reports.

πŸ•’ Last updated: 2026-04-23

Whether you're a consumer checking a vehicle's safety history, an automotive researcher tracking recall trends, or a fleet manager monitoring safety issues, this tool makes it easy to collect structured data from the National Highway Traffic Safety Administration.

The NHTSA Scraper collects vehicle recalls and safety complaints with campaign numbers, components, summaries, remedies, crash data, injury counts, and more. Filter by make, model, and year for targeted results.

Target AudienceCar buyers, fleet managers, automotive researchers, legal professionals, repair shops
Primary Use CasesVehicle safety checks, recall monitoring, automotive research, fleet compliance

πŸ“‹ What Does It Do

This tool collects vehicle recall and complaint data from NHTSA, supporting search by make, model, and year. It delivers:

  • πŸ”” Recall data - campaign numbers, affected components, summaries, consequences, and remedies
  • 🚨 Complaint data - ODI numbers, crash/fire flags, injury and death counts, incident details
  • πŸš— Vehicle filtering - search by make, model, and model year for targeted results
  • πŸ“‹ Multi-model search - leave model empty to automatically search all models for a given make
  • πŸ“Š Structured output - clean JSON, CSV, or Excel data ready for analysis

🎬 How to Use the NHTSA Scraper - Full Demo

🚧 Demo video coming soon


βš™οΈ Input

To start collecting vehicle safety data, simply fill in the input form:

FieldTypeDescription
ModeSelectChoose between Recalls or Complaints.
Max ItemsIntegerFree users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000.
MakeStringVehicle manufacturer (e.g. "Toyota", "Ford", "Tesla", "Honda"). Leave empty to search all makes.
ModelStringVehicle model (e.g. "Camry", "F-150", "Model 3"). Leave empty to search all models.
Model YearIntegerVehicle model year (e.g. 2024). Leave empty to search all years.

Example 1: Toyota Camry recalls

{
"mode": "recalls",
"maxItems": 10,
"make": "Toyota",
"model": "Camry",
"modelYear": 2020
}

Example 2: All Ford complaints

{
"mode": "complaints",
"maxItems": 100,
"make": "Ford"
}

⚠️ Free users are limited to 10 items per run. Sign up for a paid plan to collect up to 1,000,000 items.


πŸ“Š Output

After the Actor finishes its run, you'll get a dataset with the output. You can download results as Excel, HTML, XML, JSON, or CSV.

🧾 Output Schema

Recalls:

FieldTypeDescription
NHTSACampaignNumberStringNHTSA recall campaign number
ManufacturerStringVehicle manufacturer name
MakeStringVehicle make
ModelStringVehicle model
ModelYearStringVehicle model year
ComponentStringAffected component
SummaryStringRecall summary description
ConsequenceStringPotential consequence of the defect
RemedyStringRecall remedy description
ReportReceivedDateStringDate the report was received
parkItBooleanWhether vehicle should be parked immediately
overTheAirUpdateBooleanWhether recall can be fixed via OTA update

Complaints:

FieldTypeDescription
odiNumberNumberODI complaint number
manufacturerStringVehicle manufacturer
crashBooleanWhether a crash occurred
fireBooleanWhether a fire occurred
numberOfInjuriesNumberNumber of injuries reported
numberOfDeathsNumberNumber of deaths reported
dateOfIncidentStringDate the incident occurred
dateComplaintFiledStringDate the complaint was filed
componentsStringAffected components
summaryStringComplaint description

πŸ“¦ Sample Output

Sample 1 (Recall):

{
"NHTSACampaignNumber": "20V682000",
"Manufacturer": "Toyota Motor Engineering & Manufacturing",
"Make": "TOYOTA",
"Model": "CAMRY",
"ModelYear": "2020",
"Component": "FUEL SYSTEM, GASOLINE:DELIVERY:FUEL PUMP",
"Summary": "Toyota is recalling certain 2018-2020 Camry vehicles. The low-pressure fuel pump inside the fuel tank may fail.",
"Consequence": "If the fuel pump fails, the engine can stall while driving, increasing the risk of a crash.",
"Remedy": "Toyota will notify owners, and dealers will replace the fuel pump assembly with an improved one, free of charge.",
"ReportReceivedDate": "04/11/2020",
"parkIt": false,
"overTheAirUpdate": false
}

Sample 2 (Complaint):

{
"odiNumber": 11728272,
"manufacturer": "Toyota Motor Corporation",
"crash": false,
"fire": false,
"numberOfInjuries": 0,
"numberOfDeaths": 0,
"dateOfIncident": "02/01/2024",
"dateComplaintFiled": "03/31/2026",
"components": "AIR BAGS",
"summary": "The contact owns a 2020 Toyota Camry. The contact was notified of a recall; however, the part to do the recall repair was not yet available."
}

Sample 3 (Recall):

{
"NHTSACampaignNumber": "21V560000",
"Manufacturer": "Ford Motor Company",
"Make": "FORD",
"Model": "F-150",
"ModelYear": "2021",
"Component": "ELECTRICAL SYSTEM:WIRING",
"Summary": "Ford is recalling certain 2021 F-150 vehicles. A damaged bulk connector may cause an underhood fire.",
"Consequence": "An underhood fire may occur while driving or while parked with the engine off.",
"Remedy": "Dealers will inspect and, if necessary, repair the bulk connector, free of charge.",
"parkIt": true,
"overTheAirUpdate": false
}

✨ Why Choose the NHTSA Scraper?

BenefitDescription
⚑ Batch collectionCollect up to 1M records at once
πŸ”„ Both modesRecalls and complaints in a single tool
πŸš— Multi-model searchAutomatically search all models for a make
πŸ“ Structured outputExport to JSON, CSV, or Excel for immediate analysis
πŸ”„ Automated schedulingSet up daily or weekly monitoring for new recalls
⚑ Fast resultsSingle queries return in under 1 second
🎯 No coding requiredPoint-and-click interface that anyone can use

πŸ“ˆ How Does It Compare?

FeatureOur ToolManual NHTSA Search
Batch collectionβœ… Up to 1M records❌ Browse one at a time
Both recalls and complaintsβœ… Single tool⚠️ Separate searches
Multi-model searchβœ… All models for a make❌ One model at a time
Structured outputβœ… JSON, CSV, Excel❌ HTML pages only
Automated schedulingβœ… Daily/weekly monitoring❌ Manual visits

πŸš€ How to Use

  1. Sign Up - Create a free account w/ $5 credit (takes 2 minutes)
  2. Find the Scraper - Search for "NHTSA Vehicle Recalls Scraper" in the Apify Store
  3. Set Input - Set the mode (recalls or complaints), vehicle make, model, and year
  4. Run It - Click "Start" and let it collect your data
  5. Download Data - Get your results in the "Dataset" tab as CSV, Excel, or JSON

Total Time: Single queries return in under 1 second. Broader searches take a few seconds. No Technical Skills Required: Everything is point-and-click


πŸ’Ό Business Use Cases

Car Buyers and Fleet Managers:

  • Check recall history before purchasing a used vehicle
  • Monitor recalls across all vehicles in your fleet
  • Stay informed about active recalls for vehicles you own

Automotive Researchers and Legal Professionals:

  • Analyze recall trends by manufacturer, component, or year
  • Gather safety complaint data for automotive litigation
  • Track safety issues and recall patterns across manufacturers


🌟 Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

πŸŽ“ Research and academia

  • Empirical datasets for papers, thesis work, and coursework
  • Longitudinal studies tracking changes across snapshots
  • Reproducible research with cited, versioned data pulls
  • Classroom exercises on data analysis and ethical scraping

🎨 Personal and creative

  • Side projects, portfolio demos, and indie app launches
  • Data visualizations, dashboards, and infographics
  • Content research for bloggers, YouTubers, and podcasters
  • Hobbyist collections and personal trackers

🀝 Non-profit and civic

  • Transparency reporting and accountability projects
  • Advocacy campaigns backed by public-interest data
  • Community-run databases for local issues
  • Investigative journalism on public records

πŸ§ͺ Experimentation

  • Prototype AI and machine-learning pipelines with real data
  • Validate product-market hypotheses before engineering spend
  • Train small domain-specific models on niche corpora
  • Test dashboard concepts with live input

πŸ€– Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:

❓ Frequently Asked Questions


πŸ”Œ Automating Your Workflows

For advanced users who want to automate this process, you can control the scraper programmatically with the Apify API.

  • Node.js: Install the apify-client NPM package
  • Python: Use the apify-client PyPI package
  • See the Apify API reference for full details

πŸ”Œ Integrate NHTSA Scraper with any app

Last but not least, NHTSA Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform.

These include:

  • Make - Automate vehicle safety monitoring workflows
  • Zapier - Get alerts when new recalls match your criteria
  • Slack - Get notified in your team channel
  • Airbyte - Build data pipelines
  • GitHub - Version control integration
  • Google Drive - Export safety data to spreadsheets

Alternatively, you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever NHTSA Scraper successfully finishes a run.


Looking for more vehicle and equipment data tools? Check out these related actors:

ActorDescriptionLink
FAA Aircraft Registry ScraperExtract aircraft registration datahttps://apify.com/parseforge/faa-aircraft-registry-scraper
Copart Public Search ScraperScrape vehicle auction listingshttps://apify.com/parseforge/copart-public-search-scraper
AutoNation ScraperCollect car dealership inventoryhttps://apify.com/parseforge/autonation-scraper
Bring A Trailer Auctions ScraperGather collector car auction datahttps://apify.com/parseforge/bringatrailer-auctions-scraper
FINRA BrokerCheck ScraperLook up broker registration datahttps://apify.com/parseforge/finra-brokercheck-scraper

Pro Tip: πŸ’‘ Browse our complete collection of data collection actors to find the perfect tool for your business needs.


πŸ†˜ Need Help?


⚠️ Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by NHTSA, the U.S. Department of Transportation, or any government agency. All trademarks mentioned are the property of their respective owners.