NHTSA Vehicle Recall Scraper avatar

NHTSA Vehicle Recall Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
NHTSA Vehicle Recall Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldDefaultDescription
modeby_vehicleby_vehicle or campaign_number
makeHONDAVehicle make (by_vehicle mode)
modelCIVICVehicle model; empty = all models of the make/year
model_year2020Vehicle model year (by_vehicle mode)
campaign_number""NHTSA campaign number, e.g. 21V215000 (campaign_number mode)
limit50Max 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", "...": "..." }
}