Vehicle Recall Monitor avatar

Vehicle Recall Monitor

Pricing

from $10.00 / 1,000 recall returneds

Go to Apify Store
Vehicle Recall Monitor

Vehicle Recall Monitor

Finds NHTSA safety recalls for the makes and models you track, scored by severity and recency.

Pricing

from $10.00 / 1,000 recall returneds

Rating

0.0

(0)

Developer

Aaron Marxsen

Aaron Marxsen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Every open safety recall for every make and model sold in the US lives in one public NHTSA database — but there's no built-in alert for "tell me when a car I service gets a new one." This pulls it for the vehicles you track and scores each recall by how serious it is.

What it does

  1. Looks up NHTSA safety recalls for each make/model (and optional year) you give it.
  2. Scores every recall 0–100: NHTSA's own parkIt flag ("do not drive") and parkOutside flag (fire risk) dominate the score, with a recency bonus on top.
  3. Sorts highest-severity first.
  4. Drops anything older than your reporting window before billing.

Output

FieldNotes
make, model, modelYear, campaignNumberWhich vehicle, which recall
component, summary, consequence, remedyWhat's wrong and what the fix is
parkIt, parkOutsideNHTSA's own severity flags
reportReceivedDateWhen NHTSA received it
severityScore0–100

Input

Only vehicles is required, one per line as make,model or make,model,year.

{
"vehicles": ["honda,accord,2022", "ford,f-150"],
"sinceDays": 730
}

Pricing

Pay per event. You're billed per recall returned and once per vehicle digested. Data source: NHTSA's public recalls API, no API key required.