πΊπΈ NHTSA US Vehicle Recalls Lookup
Pricing
Pay per usage
πΊπΈ 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
Pay per usage
Rating
0.0
(0)
Developer
Stephan Corbeil
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
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 doing pre-sale recall checks.
π» Code Example β Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/nhtsa-us-vehicle-recalls").call(run_input={"vehicles": [{"make": "Toyota","model": "Camry","year": 2022},{"make": "Ford","model": "F-150","year": 2023}]})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
π Code Example β cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~nhtsa-us-vehicle-recalls/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"vehicles": [{"make": "Toyota", "model": "Camry", "year": 2022}, {"make": "Ford", "model": "F-150", "year": 2023}]}'
β FAQ
Q: How do I get started? Sign up at apify.com, grab your API token, and run via console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? Most runs finish under $0.20 for typical batch sizes. See pricing below.
Q: Is this actor maintained? Yes. NexGenData maintains 160+ Apify actors with regular updates. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes β you own the output data. The underlying public registry / API data sources have their own terms; check those for any restrictions.
π° Pricing
- Actor Start: $0.005 per run
- Recall: $0.01 per recall
π‘ Pricing Rationale
Anchor: NHTSA data is fully free direct from the API. We're a bulk wrapper β used-car platforms doing 500 pre-sale checks Γ $0.01 = $5 (threshold). Auto dealer doing 200 model-year checks/mo Γ $0.01 = $2 (under, stays free). Modest pricing because data source is free; the value is in the bulk-lookup pipeline.
π More From NexGenData
Visit thenextgennexus.com for tutorials, the full catalog of 160+ actors, Gumroad data packs, and our newsletter.
π Apify Affiliate Program
New to Apify? Sign up with our referral link β you get free platform credits on signup.
Built and maintained by NexGenData β 160+ actors covering scraping, enrichment, MCP servers, and automation. Home: thenextgennexus.com.