# Find Classic Car Deals Under $15,000

**Use case:** 

Identify undervalued classic or vintage car listings by scraping vehicles older than 1990 under a specific price point. This helps collectors and enthusiasts di

## Input

```json
{
  "make": "toyota",
  "zip": "60601",
  "radius": "300",
  "maxYear": 1990,
  "maxPrice": 15000,
  "postedWithinDays": "10",
  "sort": "price_asc",
  "bodyStyles": [],
  "driveTypes": [],
  "fuelTypes": [],
  "titleStatus": [
    "clean"
  ],
  "cylinders": [],
  "doors": [],
  "exteriorColors": [],
  "interiorColors": [],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "price": {
    "label": "Price"
  },
  "mileage": {
    "label": "Mileage"
  },
  "city": {
    "label": "City"
  },
  "sourceSite": {
    "label": "Source site"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

This example demonstrates how to use [AutoTempest Car Listings Scraper](https://apify.com/crawlerbros/autotempest-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/autotempest-scraper) to learn more, explore other use cases, and run it yourself.