πΊπΈ NHTSA US Vehicle Recalls Lookup
Pricing
from $10.00 / 1,000 recalls
πΊπΈ NHTSA US Vehicle Recalls Lookup
Bulk-query the NHTSA (National Highway Traffic Safety Administration) recalls database by make + model + year. Returns campaign number, recall date, component, summary, consequence, remedy, units affected. For auto industry pros, dealers, fleet operators, vehicle finance, and used-car platforms doin
Pricing
from $10.00 / 1,000 recalls
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
πΊπΈ NHTSA US Vehicle Recalls Lookup β VIN, Make, Model & Component Search
Bulk-query the NHTSA (National Highway Traffic Safety Administration) recalls database for any US-market vehicle: by VIN, by make+model+year, or by component. Returns campaign number, recall date, component, summary, defect consequence, remedy, units affected, manufacturer, and detailed defect description. A pay-per-result alternative to Carfax Recall API, CarCheck Pro, Experian AutoCheck, and Vehicle Recalls Direct β built for auto dealers running pre-sale recall checks, fleet operators auditing maintenance liability, used-car platforms enforcing listing accuracy, and vehicle-finance underwriters scoring collateral risk.
Why NHTSA Recalls Lookup Beats Carfax, CarCheck, Experian AutoCheck & Vehicle Recalls Direct
| Feature | NexGenData NHTSA Recalls | Carfax Recall API | CarCheck Pro | Experian AutoCheck | Vehicle Recalls Direct |
|---|---|---|---|---|---|
| Cost | $0.5 per 1K lookups, pay-per-event | Per-VIN fee + license | $$ β license-bundled | Per-VIN fee + license | Subscription |
| VIN-decoded recall match | Yes | Yes | Yes | Yes | Limited |
| Make + model + year search | Yes | Yes | Yes | Limited | Yes |
| Component-only search | Yes β e.g. "airbag inflator" | No | No | No | No |
| Bulk-friendly | Yes β 10k lookups / run | License-gated | License-gated | License-gated | License-gated |
| Full defect description | Yes | Summary only | Summary only | Summary only | Yes |
| Remedy + units affected | Yes | Yes | Yes | Yes | Yes |
| Bulk export | JSON / CSV / Excel | CSV (plan-gated) | CSV | CSV | CSV |
| Auth | Apify token | API key + license | Account + plan | Account + plan | Account + plan |
| Source | NHTSA public dataset | NHTSA-derived | NHTSA-derived | NHTSA-derived | NHTSA-derived |
Most dealer + fleet operators pick this actor instead of Carfax Recall API because they only need NHTSA data (which is free and authoritative) without paying Carfax's per-VIN premium for vehicle-history extras β this is the drop-in alternative that delivers the same recall data at 1/100th the cost, cheaper than Experian AutoCheck for recall-only workflows, and the only credible replacement for hand-rolling against the NHTSA public dataset.
What You Get Per Recall
Each dataset item is a flat record:
nhtsa_campaign_numberβ official 9-character IDrecall_datemake,model,year,trimβ matched vehiclemanufacturerβ full legal namevehicle_count_affectedcomponentβ NHTSA component category (e.g. "Air Bags", "Service Brakes")summaryβ one-paragraph plain-language summarydefect_descriptionβ detailed defect narrativeconsequenceβ risk to driver / passenger / publicremedyβ what the manufacturer is doingnotification_dateβ when owners were/will be notifiedreport_received_datenhtsa_urlβ direct link to the NHTSA recall pagemfr_campaign_numberβ internal manufacturer refvin_decodedβ when input was a VIN:{make, model, year, trim, plant, engine}
Use Cases
- Used-car dealers β pre-sale recall sweep across every VIN on the lot, weekly
- Fleet operators β daily check on the fleet's VIN list to schedule recall-remedy appointments before incidents
- Vehicle-finance underwriters β score collateral risk by counting open + critical recalls on each financed VIN
- Used-car marketplaces β flag listings with open safety recalls before they go live (compliance feature)
- Body shops + dealerships β auto-suggest recall-remedy upsell during routine service
- Insurance underwriters β incorporate open-recall count into commercial-fleet rating models
Quick Start
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/nhtsa-us-vehicle-recalls").call(run_input={"vehicles": [{"vin": "1HGCM82633A123456"},{"make": "Toyota", "model": "Camry", "year": 2022},{"component": "Air Bags", "year": 2021}]})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["make"], item["model"], item["year"], item["component"], item["nhtsa_campaign_number"])
Pricing
Pay-per-event:
- Actor Start: small fixed charge per run (memory-scaled)
- Per lookup: $0.5 per 1,000 lookups returned
No subscription, no minimum.
Related NexGenData Actors
| Use case | Actor |
|---|---|
| Government contracts search | government-contracts-search |
| Federal Register rules scraper | federal-register-rules-scraper |
| Court records search | court-records-search |
| H-1B visa salary search | h1b-visa-salary-search |
| Trademark search (USPTO) | trademark-search |
| SEC EDGAR filings scraper | sec-edgar-scraper |
| NIH grant reporter scraper | nih-reporter-grants-scraper |
| FEC independent expenditures scraper | fec-independent-expenditures-scraper |
FAQ
Is the underlying data really free? Yes β NHTSA publishes the recall database publicly. This actor adds VIN decoding, bulk handling, component-search support, and a clean JSON shape ready for downstream pipelines.
How current is the data? NHTSA updates daily; we refresh within hours of publication.
Do you support pre-1996 vehicles? Yes for recall lookup; VIN decoding is more reliable for 1981+ vehicles (the 17-character VIN standard era).
Output formats? JSON, CSV, Excel, and the Apify dataset API.
Is this legal? Yes β NHTSA recall data is explicitly published for consumer + commercial use, including third-party tooling.
About NexGenData
NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, and more. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing β you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests β those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link β you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console β point-and-click run
- Apify API β REST + webhooks
- Apify Python / JS SDKs β programmatic batch
- Zapier, Make.com, n8n β official integrations
- MCP β many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules β built-in cron for daily / weekly / monthly runs
- Webhooks β POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome β high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata