# Find used cars under 15000 near Chicago on Carsoup

**Use case:** 

Scrape affordable used car listings under $15,000 near Chicago on Carsoup for budget vehicle market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.carsoup.com/for-sale/Chicago-IL?r=50&resultsPerPage=30&maxPrice=15000&ss=active"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Url"
  },
  "price": {
    "label": "Price"
  },
  "priceAmount": {
    "label": "Price amount"
  },
  "priceLabel": {
    "label": "Price label"
  },
  "mileage": {
    "label": "Mileage"
  },
  "location": {
    "label": "Location"
  },
  "dealerName": {
    "label": "Dealer name"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "trim": {
    "label": "Trim"
  },
  "vin": {
    "label": "Vin"
  },
  "attributes": {
    "label": "Attributes"
  }
}
```

## About this Actor

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