NHTSA Vehicle Recall Scraper
Pricing
from $9.99 / 1,000 results
NHTSA Vehicle Recall Scraper
Scrapes U.S. vehicle safety recall records from the official NHTSA API. Search by make, model, and model year, or retrieve a specific recall campaign. Supports automatic model discovery when the model is omitted and returns recall details, affected units, manufacturer, remedy.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes US vehicle safety recalls from the official NHTSA recalls API (api.nhtsa.gov). Search by vehicle (make / model / model year) or look up a single recall campaign number. If model is left empty, the actor enumerates every model of the given make/year that has recalls and collects them all (up to the limit).
Input
| Field | Default | Description |
|---|---|---|
mode | by_vehicle | by_vehicle or campaign_number |
make | HONDA | Vehicle make (by_vehicle mode) |
model | CIVIC | Vehicle model; empty = all models of the make/year |
model_year | 2020 | Vehicle model year (by_vehicle mode) |
campaign_number | "" | NHTSA campaign number, e.g. 21V215000 (campaign_number mode) |
limit | 50 | Max records to output (1–1000) |
Output example
{"campaign_number": "21V215000","manufacturer": "Honda (American Honda Motor Co.)","component": "FUEL SYSTEM, GASOLINE:DELIVERY:FUEL PUMP","summary": "Honda is recalling certain 2019-2020 ... The low-pressure fuel pump inside the fuel tank may fail.","consequence": "Fuel pump failure can cause an engine stall while driving, increasing the risk of a crash.","remedy": "Honda will notify owners, and dealers will replace the fuel pump assembly, free of charge.","report_received_date": "25/03/2021","make": "HONDA","model": "CIVIC","model_year": "2020","units_affected": 624552,"raw": { "NHTSACampaignNumber": "21V215000", "...": "..." }}