# Dodge Ram Auction Lots in Illinois

**Use case:** 

Gather Dodge Ram auction lots in Illinois. Access detailed records for vehicle sourcing and market research.

## Input

```json
{
  "maxLots": 15,
  "searchQuery": "Dodge Ram",
  "state": "IL",
  "sort": "lot_year asc"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "lotNumber": {
    "label": "Lot",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "odometer": {
    "label": "Odometer",
    "format": "number"
  },
  "primaryDamage": {
    "label": "Primary Damage",
    "format": "text"
  },
  "estimatedRetailValue": {
    "label": "Est. Retail",
    "format": "number"
  },
  "saleDate": {
    "label": "Sale Date",
    "format": "date"
  },
  "saleLocation": {
    "label": "Auction Yard",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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