Vin Decoder Api
by apipi
Decode any VIN with a direct API connection to the NHTSA database. Get accurate vehicle specs for automotive apps, dealership systems, and insurance platforms.
Opens on Apify.com
About Vin Decoder Api
Need to pull detailed vehicle specs from a VIN? This actor is a straightforward API that taps directly into the NHTSA's database to decode any 17-character Vehicle Identification Number. I've used it to quickly get make, model, year, engine type, and other crucial data points without building a parser from scratch. It's incredibly handy for developers building apps for car dealerships, insurance platforms, or any service that needs reliable vehicle data. You just send a VIN, and it returns a structured JSON with everything the database has on that vehicle. It saves you the headache of maintaining your own data tables or dealing with inconsistent third-party sources. If you're automating listings, verifying vehicle details for insurance quotes, or enriching data in a logistics platform, this actor handles the decoding so you can focus on your core logic. Setup is simple, and it runs reliably on the Apify platform.
What does this actor do?
Vin Decoder Api is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
VIN Decoder API
An Apify actor that decodes Vehicle Identification Numbers (VINs) by querying the NHTSA (National Highway Traffic Safety Administration) database. It's designed for batch processing and returns detailed vehicle information.
Overview
This actor provides a REST API for decoding VINs. It's useful for automotive applications, dealership inventory systems, insurance verification, and any service requiring bulk vehicle data. It uses the free NHTSA database, so no API key is required.
Key Features
- Bulk Decoding: Processes up to 50 VINs per API request. The actor automatically handles batching for lists larger than 50.
- Comprehensive Data: Returns 70-100+ fields of vehicle information from the NHTSA database.
- Flexible Input: Accepts VINs as an array, a comma-separated string, or a semicolon-separated string.
- Automatic Handling: Filters out duplicates, empty entries, and invalid VINs. VINs are case-insensitive.
- Simple Integration: Accessible via the standard Apify API with JSON input and output.
How to Use
Send a POST request to the actor's API endpoint with your VINs. The actor will process them and return the decoded vehicle information.
Input
The input must be a JSON object with a vin_codes property.
{
"vin_codes": ["4JGDA6EB8JB018467", "4JGDA6DB1GA739858"]
}
Parameter: vin_codes (required)
Provide your VINs in one of these formats:
* An array of strings: ["VIN1", "VIN2"]
* A comma-separated string: "VIN1,VIN2"
* A semicolon-separated string: "VIN1;VIN2"
Output
The actor returns an array of JSON objects, one for each successfully processed VIN.
[
{
"vin": "4JGDA6EB8JB018467",
"scrapedAt": "2025-10-25T12:30:45.123Z",
"vehicleInfo": {
"Make": "MERCEDES-BENZ",
"Model": "GLE-Class",
"Model Year": "2018",
"Vehicle Type": "MULTIPURPOSE PASSENGER VEHICLE (MPV)",
"Engine Number of Cylinders": "6",
"Fuel Type - Primary": "Gasoline",
"...": "70+ additional fields"
}
}
]
Output Fields:
* vin: The original VIN code.
* scrapedAt: ISO timestamp of the request.
* vehicleInfo: An object containing all available data from NHTSA (make, model, year, engine specs, body type, manufacturing details, etc.). Only fields with data are included; null values are omitted.
Notes & Limits
- Rate: Processes approximately 50 VINs every 2-3 seconds.
- Errors: Invalid VINs will return an object with error details within the
vehicleInfo. Failed batches or network errors are logged but don't stop the entire job. - Data Source: All data comes from the public NHTSA database.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Vin Decoder Api now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- apipi
- Pricing
- Paid
- Total Runs
- 42
- Active Users
- 7
Related Actors
Similarweb scraper
by curious_coder
Google Ads Scraper
by silva95gustavo
Cheap Google Search Results Scraper
by tuningsearch
G2 Explorer
by jupri
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support