NHTSA Vehicle Recalls Normalizer avatar

NHTSA Vehicle Recalls Normalizer

Under maintenance

Pricing

$2.00 / 1,000 results

Go to Apify Store
NHTSA Vehicle Recalls Normalizer

NHTSA Vehicle Recalls Normalizer

Under maintenance

Search US vehicle safety recalls by make, model & year. Normalizes manufacturer names, categorizes components, and scores risk severity. Powered by free NHTSA API.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Chris Wakefield

Chris Wakefield

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

Chris The Dev

🚗 NHTSA Vehicle Recalls Normalizer

Search the US National Highway Traffic Safety Administration (NHTSA) recall database by vehicle make, model, and year. Returns normalized, enriched recall data — not just raw API output.

✨ What Makes This Different

Most NHTSA recall scrapers dump raw API data. This actor normalizes and enriches every record:

FeatureRaw APIThis Actor
Manufacturer names"Honda (American Honda Motor Co.)""Honda" — canonical
Component classification"ELECTRICAL SYSTEM:BODY CONTROL MODULE:SOFTWARE""Electrical" + hierarchy
Date format"10/12/2020" (US)"2020-10-12" (ISO 8601)
Risk assessmentNoCritical / High / Moderate / Low
Park-it alertsBuried booleanSurfaced + tallied

📥 Input Parameters

ParameterTypeRequiredDescription
searchMakestring✅ YesVehicle make, e.g. HONDA, TOYOTA, TESLA
searchModelstringNoModel, e.g. ACCORD, CAMRY, MODEL 3
searchYearstringNoModel year, e.g. 2023
maxResultsintegerNoMax records (1-500, default 50)

Example Input

{
"searchMake": "TOYOTA",
"searchModel": "CAMRY",
"searchYear": "2023",
"maxResults": 25
}

📤 Output

Three outputs are produced:

  1. Dataset — Full normalized JSON records with raw + normalized fields
  2. OUTPUT (KVS) — Human-readable formatted table with risk distribution and component breakdown
  3. STATS (KVS) — Machine-readable statistics (risk counts, component categories, campaign IDs)

Example Output Record

{
"nhtsaCampaignNumber": "23V432000",
"reportDate": "15/06/2023",
"manufacturer": "Toyota Motor Engineering & Manufacturing",
"make": "TOYOTA",
"model": "CAMRY",
"modelYear": "2023",
"component": "WHEELS:LUGS/NUTS/BOLTS/STUDS",
"summary": "Toyota is recalling certain 2023 Camry vehicles...",
"consequence": "Loose lug nuts can result in wheel detachment...",
"remedy": "Dealers will inspect and tighten lug nuts...",
"parkIt": true,
"parkOutSide": false,
"nManufacturer": "Toyota",
"nMake": "Toyota",
"nComponentCategory": "Wheels/Tires",
"nComponentSubsystem": "Lugs/Nuts/Bolts/Studs",
"nComponentDetail": "",
"nReportDate": "2023-06-15",
"nRiskScore": "High"
}

🎯 Use Cases

  • Insurance companies — Risk assessment and underwriting
  • Fleet managers — Proactive maintenance scheduling
  • Auto manufacturers — Competitive intelligence
  • Used car dealers — Vehicle history research
  • Law firms — Class action and liability research
  • Auto journalists — Recall trend analysis

📊 Data Source

Data provided by the NHTSA API — the official US National Highway Traffic Safety Administration vehicle recall database. Free to use, no API key required. Updated daily.


Built by Chris The DevMore Actors on Apify Store