NHTSA Vehicle Safety Data Scraper avatar

NHTSA Vehicle Safety Data Scraper

Pricing

Pay per usage

Go to Apify Store
NHTSA Vehicle Safety Data Scraper

NHTSA Vehicle Safety Data Scraper

Extract vehicle recalls, consumer complaints, and safety investigations from the NHTSA (National Highway Traffic Safety Administration) public API. Search by make, model, and year.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Professional Edge

Professional Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Categories

Share

Extract vehicle safety data from the National Highway Traffic Safety Administration (NHTSA) — the definitive source for vehicle recalls, consumer complaints, and safety investigations in the United States. This Actor wraps the official NHTSA API to deliver structured data covering every vehicle make, model, and year on US roads.

NHTSA data is essential for automotive industry intelligence, vehicle purchase decisions, fleet management, insurance risk assessment, and consumer safety research. Whether you need recall history for a specific model or complaint trends across an entire manufacturer, this Actor delivers clean, structured results.

Key Features

FeatureDescription
Three datasetsRecalls, Consumer Complaints, and Safety Investigations
Make/model/year filteringSearch by manufacturer, model, and model year
All vehicle makesToyota, Ford, Tesla, Honda, BMW, and every other manufacturer
Rich detailRecall summaries, complaint narratives, investigation status, injury/fatality counts
No authenticationUses the free public NHTSA API — no API key needed
Automatic paginationHandles paginated investigation results automatically

What Data Can You Extract?

Recalls

FieldDescription
nhtsaCampaignNumberUnique recall campaign number
manufacturerVehicle manufacturer
make, model, modelYearVehicle identification
subjectRecall subject (brief description)
componentAffected component
summaryFull recall description
consequenceWhat can happen if not fixed
remedyManufacturer's fix

Complaints

FieldDescription
odiNumberODI complaint number
manufacturer, make, model, modelYearVehicle identification
componentAffected component
summaryConsumer's complaint narrative
crashWhether a crash was reported
fireWhether a fire was reported
numberOfInjuriesInjury count
numberOfDeathsFatality count

Investigations

FieldDescription
investigationNumberNHTSA investigation ID
make, model, modelYearVehicle identification
subjectInvestigation subject
summaryInvestigation description
dateOpenedDate investigation was opened
statusOpen, Closed, or Active

How to Scrape NHTSA Vehicle Safety Data

  1. Go to this Actor's page on the Apify Store
  2. Click "Start" to open the input form
  3. Set your filters:
    • Select a Data Type: Recalls, Complaints, or Investigations
    • Enter a Vehicle Make (required) — e.g., Toyota, Ford, Tesla
    • Enter a Vehicle Model (optional) — e.g., Camry, F-150, Model 3
    • Enter a Model Year (optional) — e.g., 2024
    • Set Max Results (default: 100; set to 0 for all)
  4. Click "Start" to run the Actor
  5. Download your data in JSON, CSV, or Excel format from the Dataset tab

Input Example

{
"dataType": "recalls",
"make": "Tesla",
"model": "Model 3",
"modelYear": "2024",
"maxResults": 50
}

Output Example

{
"nhtsaCampaignNumber": "24V456000",
"manufacturer": "Tesla, Inc.",
"make": "TESLA",
"model": "MODEL 3",
"modelYear": "2024",
"subject": "Rearview Camera Image May Not Display",
"component": "VISIBILITY/CAMERA",
"summary": "Tesla, Inc. is recalling certain 2024 Model 3 vehicles...",
"consequence": "A rearview camera image that does not display may reduce the driver's view...",
"remedy": "Tesla will perform an over-the-air (OTA) software update, free of charge."
}

Pricing

This Actor uses pay-per-result pricing:

EventPrice
Actor start$0.00005
Per result$0.002

The NHTSA API is free and public. You only pay for Apify compute resources plus the per-result fee above. A typical run of 100 records costs approximately $0.20 in Actor fees plus minimal compute costs.

Use Cases

  • Automotive Research: Track recall trends by manufacturer, model, or component for industry analysis
  • Vehicle Purchase Decisions: Check recall and complaint history before buying a specific make/model/year
  • Fleet Management: Monitor recalls across your vehicle fleet and prioritize service appointments
  • Insurance Risk Assessment: Evaluate vehicle safety records for underwriting and claims analysis
  • Legal Research: Find complaint and investigation data for automotive litigation
  • Consumer Safety Advocacy: Analyze injury and fatality trends across vehicle types

Integrations

Connect this Actor to your existing workflows:

  • Export to Google Sheets for collaborative analysis
  • Send results to Slack or email for automated alerts
  • Feed into Zapier, Make, or n8n for custom automation
  • Use the Apify API to integrate directly with your application

FAQ

Q: How current is the data? A: NHTSA updates their database continuously as new recalls are issued, complaints are filed, and investigations are opened or closed.

Q: Can I search all models for a manufacturer? A: Yes. Enter just the make (e.g., "Toyota") and leave the model field empty to get results for all models.

Q: What's the difference between recalls and investigations? A: Recalls are confirmed safety defects where the manufacturer must provide a free fix. Investigations are preliminary reviews by NHTSA that may or may not lead to a recall.

Q: Are all vehicle types covered? A: NHTSA covers passenger vehicles, trucks, motorcycles, buses, and other motor vehicles. Tire and child seat recalls are also available through the recalls endpoint.

This Actor accesses publicly available data from the NHTSA API, a free public service provided by the U.S. Department of Transportation. The data is in the public domain and freely available for any use.

This Actor does not bypass any authentication, does not violate any terms of service, and respects rate limits on the NHTSA API. The Actor is provided as-is without warranty. Users are responsible for ensuring their use of the data complies with applicable laws and regulations.

For questions or support, please open an issue on this Actor's page.