# Scrape Carfax NYC used Toyota vehicle inventory

**Use case:** 

Extract used Toyota listings near NYC zip 10001 from Carfax with prices, mileage, accident history, and dealer ratings.

## Input

```json
{
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "zipcode": "10001",
  "type": "used",
  "sort": "PRICE_ASC",
  "maker": "Toyota",
  "model": "Camry",
  "radius": "50",
  "certified": false,
  "noAccidents": false,
  "oneOwner": false,
  "personalUse": false,
  "serviceRecords": false,
  "maxItems": 10
}
```

## 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.