NHTSA Vehicle Safety Ratings Scraper avatar

NHTSA Vehicle Safety Ratings Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
NHTSA Vehicle Safety Ratings Scraper

NHTSA Vehicle Safety Ratings Scraper

Scrape NHTSA 5-Star Safety Ratings for vehicles - crash test results including overall, front crash, side crash, and rollover ratings. Browse by make, model, and year. Free, no API key required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Fetch NHTSA 5-Star Safety Ratings for any vehicle make, model, and year. Get detailed crash test results including overall, front crash, side crash, and rollover ratings — plus complaints, recalls, and safety feature availability.

No API key required. Data is sourced directly from the NHTSA 5-Star Safety Ratings API.

Features

  • Look up crash test ratings by vehicle make, model, and year
  • Filter results by minimum overall star rating (1–5 stars)
  • Returns overall, front crash, side crash, and rollover ratings
  • Includes complaints count, recalls count, and investigation count
  • Reports safety feature availability (ESC, Forward Collision Warning, Lane Departure Warning)
  • Links to official NHTSA vehicle page
  • No proxy required — free, open government API
  • Retries on rate limits and server errors

Input Parameters

ParameterTypeDescription
makestringVehicle manufacturer (e.g. TOYOTA, FORD, CHEVROLET, HONDA, BMW)
modelstringVehicle model name (e.g. CAMRY, F-150, ACCORD)
modelYearintegerModel year (2011–2025)
minOverallRatingintegerFilter: minimum overall NHTSA 5-star rating (1–5)
maxItemsintegerMaximum records to return (1–500, default 50)

Output Fields

FieldTypeDescription
vehicleIdintegerNHTSA internal vehicle ID
vehicleDescriptionstringFull vehicle description (e.g. "2023 Toyota Camry FWD")
modelYearintegerModel year
makestringVehicle manufacturer
modelstringVehicle model
overallRatingstringOverall 5-star safety rating (1–5 or "Not Rated")
overallFrontCrashRatingstringOverall front crash rating
frontCrashDriversideRatingstringDriver-side front crash rating
frontCrashPassengersideRatingstringPassenger-side front crash rating
overallSideCrashRatingstringOverall side crash rating
sideCrashDriversideRatingstringDriver-side side crash rating
sideCrashPassengersideRatingstringPassenger-side side crash rating
rolloverRatingstringRollover resistance rating
sidePoleCrashRatingstringSide pole crash rating
electronicStabilityControlstringElectronic stability control availability
forwardCollisionWarningstringForward collision warning availability
laneDepartureWarningstringLane departure warning availability
complaintsCountintegerNumber of complaints filed
recallsCountintegerNumber of recalls
investigationCountintegerNumber of ongoing investigations
frontCrashPicturestringURL to front crash test image
sideCrashPicturestringURL to side crash test image
sourceUrlstringOfficial NHTSA vehicle page URL
recordTypestringAlways "vehicleSafetyRating"
scrapedAtstringISO 8601 timestamp when data was collected

Example Input

{
"make": "TOYOTA",
"model": "CAMRY",
"modelYear": 2023,
"minOverallRating": 4,
"maxItems": 10
}

Example Output

{
"vehicleId": 23456,
"vehicleDescription": "2023 Toyota Camry FWD",
"modelYear": 2023,
"make": "TOYOTA",
"model": "CAMRY",
"overallRating": "5",
"overallFrontCrashRating": "5",
"overallSideCrashRating": "5",
"rolloverRating": "4",
"complaintsCount": 12,
"recallsCount": 1,
"electronicStabilityControl": "Standard",
"forwardCollisionWarning": "Standard",
"sourceUrl": "https://www.nhtsa.gov/vehicle/23456",
"recordType": "vehicleSafetyRating",
"scrapedAt": "2026-06-10T12:00:00+00:00"
}

Supported Vehicles

The NHTSA 5-Star Safety Ratings program covers most US-market vehicles from model year 2011 onward. Popular makes include:

  • TOYOTA (CAMRY, COROLLA, RAV4, HIGHLANDER)
  • FORD (F-150, ESCAPE, MUSTANG, EXPLORER)
  • CHEVROLET (SILVERADO, MALIBU, EQUINOX, TAHOE)
  • HONDA (ACCORD, CIVIC, CR-V, PILOT)
  • BMW (3 SERIES, 5 SERIES, X3, X5)
  • NISSAN (ALTIMA, SENTRA, ROGUE, FRONTIER)
  • HYUNDAI (ELANTRA, SONATA, TUCSON, SANTA FE)
  • KIA (FORTE, OPTIMA, SPORTAGE, TELLURIDE)

FAQ

Is this free to use? Yes — data comes from the NHTSA public API (api.nhtsa.gov), which is free and requires no authentication.

What years are supported? Model years 2011 through 2025.

Why does a vehicle show "Not Rated" for some categories? NHTSA only tests vehicles that are submitted by manufacturers or selected by NHTSA. Not all variants of every model are tested every year.

Can I filter by star rating? Yes — set minOverallRating to filter out vehicles below a star threshold (e.g., 4 or 5 stars only).

What if a make/model/year combination has no results? The actor will log a message and exit cleanly with 0 items. Try a different make, model, or year.

How many variants does each vehicle have? Many vehicles have multiple variants (e.g., FWD vs AWD, different trims). Each variant has its own safety rating record.

Data Source

Data is retrieved from the NHTSA 5-Star Safety Ratings API — a public US government API maintained by the National Highway Traffic Safety Administration. No scraping is performed; this actor calls the official REST API directly.