NHTSA Vehicle Recalls Intelligence avatar

NHTSA Vehicle Recalls Intelligence

Pricing

from $1.50 / 1,000 results

Go to Apify Store
NHTSA Vehicle Recalls Intelligence

NHTSA Vehicle Recalls Intelligence

Access comprehensive vehicle safety data from NHTSA. Search recalls by make/model/year, decode VINs, find consumer complaints, and get campaign details. Essential for dealerships, mechanics, fleet managers, insurance companies, and automotive researchers.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

ben

ben

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

2

Monthly active users

14 days ago

Last modified

Share

Extract vehicle safety recalls, complaints, and defect data from NHTSA. Search by make, model, year, VIN, or campaign number. Essential for automotive dealers, fleet managers, and consumers.

What you get

  • 16 structured fields per recordcampaign_number, component, consequence, make, manufacturer, model, model_year, nhtsa_action_number
  • Clean, validated JSON ready for your pipeline
  • Pre-built dataset Overview in the Apify Console for instant inspection
  • Reliable & maintained — patched whenever the source changes

Why this actor (vs. alternatives)

Build your ownGeneric scraperThis actor
MaintenanceYou patch every changeOften brokenPatched continuously
Structured outputManual parsingInconsistentValidated schema
Setup timeDaysHoursMinutes
Pay only for resultsN/AVariesYes (pay-per-use)

Input

FieldTypeDescription
mode (required)stringType of data to retrieve Options: recalls, complaints, by_vin, by_campaign, list_makes
makesarrayList of vehicle makes (e.g., Honda, Toyota, Ford)
modelsarrayList of vehicle models corresponding to makes (e.g., Civic, Camry, F-150)
modelYearintegerFilter by specific model year (e.g., 2024)
vinsarrayVehicle Identification Numbers to look up (17 characters each)
campaignNumbersarrayNHTSA recall campaign numbers (e.g., 23V704000)
maxResultsintegerMaximum number of records to return

Example Input

{
"mode": "recalls",
"makes": [
"Ford"
],
"models": [
"F-150"
],
"modelYear": 2023,
"maxResults": 100
}

Output (sample)

{
"campaign_number": "23V070000",
"manufacturer": "Ford Motor Company",
"make": "FORD",
"model": "F-150",
"model_year": "2023",
"report_received_date": "10/02/2023",
"component": "POWER TRAIN:AUTOMATIC TRANSMISSION",
"summary": "Ford Motor Company (Ford) is recalling certain 2022-2023 F-150, Mustang, Expl...",
"consequence": "The inability to secure the vehicle in the park position can result in a roll...",
"remedy": "Dealers will inspect and, if necessary, replace the transmissions, free of ch...",
"notes": "Owners may also contact the National Highway Traffic Safety Administration Ve...",
"park_it": false,
"park_outside": false,
"over_the_air_update": false,
"nhtsa_action_number": null,
"scraped_at": "2026-05-28T18:19:08.182998+00:00"
}

Use cases

  • Compliance / risk — monitor regulations, recalls, and filings
  • News / media — auto-update on official government actions
  • Legal-tech — track rules affecting your clients
  • Research / policy — analyze government data at scale
  • Alerting — notify stakeholders of relevant changes

Pricing

Pay-Per-Event:

  • $0.0015 per result
  • $0.00005 actor-start fee

Example runs

Use caseResultsCost
Quick scan100$0.15
Standard run500$0.75
Bulk dataset2,000$3.00

FAQ

Q: How fresh is the data?
A: Real-time — every run fetches live from the source.

Q: Do I pay for failed or empty runs?
A: You pay per result returned, plus a tiny actor-start fee.

Q: Can I schedule recurring runs?
A: Yes — use the Apify Console scheduler for daily/weekly automation.

Q: Can I export the data?
A: Yes — JSON, CSV, Excel, and API access are all supported by Apify.

This actor retrieves publicly accessible data only. You are responsible for respecting the source's Terms of Service, honoring robots.txt, and complying with GDPR / applicable regulations for any personal data.

Support & feature requests

Open an issue on the Actor page or contact via Apify Console messaging. Custom features welcome.