# Look up Carfax vehicle history by VIN number

**Use case:** 

Extract detailed vehicle history report data from Carfax by VIN including accidents, ownership, and maintenance records.

## Input

```json
{
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "zipcode": "10001",
  "type": "used",
  "certified": false,
  "noAccidents": false,
  "oneOwner": false,
  "personalUse": false,
  "serviceRecords": false,
  "maxItems": 1,
  "VIN": "1HGBH41JXMN109186"
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "vin": {
    "label": "VIN",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "vehicleDetails": {
    "label": "Vehicle Details",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "MPG": {
    "label": "MPG",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "bodyType": {
    "label": "Body Type",
    "format": "text"
  },
  "engine": {
    "label": "Engine",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "primaryImage": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Carfax.com Scraper](https://apify.com/lexis-solutions/carfax-com) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/carfax-com) to learn more, explore other use cases, and run it yourself.