# GWM Tank 300 VIN Finder Mexico

**Use case:** 

Look up a real VIN for the GWM Tank 300 by year from Mexican used-car listings, returned with the source and a confidence level.

## Input

```json
{
  "vehicles": [
    {
      "id": "1",
      "year": 2024,
      "make": "GWM",
      "model": "Tank 300",
      "version": "Luxury"
    }
  ],
  "aiNormalize": true
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "version": {
    "label": "Version"
  },
  "vin": {
    "label": "VIN / NIV"
  },
  "confidence": {
    "label": "Confidence"
  },
  "status": {
    "label": "Status"
  },
  "sourceUrl": {
    "label": "Source"
  }
}
```

## About this Actor

This example demonstrates how to use [Mexico VIN/NIV Finder by Year, Make, Model](https://apify.com/scrapers_lat/mexico-vin-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/mexico-vin-finder) to learn more, explore other use cases, and run it yourself.