# Scrape used truck inventory across the Midwest

**Use case:** 

Get detailed listings of used RAM, GMC, Ford, and Chevrolet trucks within 150 miles of select Midwest zip codes. Access prices, specs, and more.

## Input

```json
{
  "zips": [
    "60601",
    "48226",
    "43215"
  ],
  "carBrands": [
    "RAM",
    "GMC",
    "Ford",
    "Chevrolet"
  ],
  "radius": "150 miles"
}
```

## Output

```json
{
  "vin": {
    "label": "Vin",
    "format": "text"
  },
  "makeName": {
    "label": "Make",
    "format": "text"
  },
  "modelName": {
    "label": "Model",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mileage": {
    "label": "Milage",
    "format": "text"
  },
  "carYear": {
    "label": "Year",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CarGurus Zipcode Search Scraper](https://apify.com/e-commerce/cargurus-zipcode-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/e-commerce/cargurus-zipcode-search-scraper) to learn more, explore other use cases, and run it yourself.