# Tesla Copart Inventory and Bid Monitor

**Use case:** 

Monitor Tesla Copart salvage inventory, current bids, buy-now prices, damage, sale yards, dates, titles, and canonical lot URLs.

## Input

```json
{
  "keywords": [
    "tesla model 3",
    "tesla model y"
  ],
  "maxItems": 100,
  "pageSize": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "lotNumber": {
    "label": "Lot number",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "vin": {
    "label": "VIN",
    "format": "text"
  },
  "odometer": {
    "label": "Odometer",
    "format": "number"
  },
  "odometerStatus": {
    "label": "Odometer status",
    "format": "text"
  },
  "primaryDamage": {
    "label": "Primary damage",
    "format": "text"
  },
  "titleType": {
    "label": "Title type",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "currentBid": {
    "label": "Current bid",
    "format": "number"
  },
  "buyNowPrice": {
    "label": "Buy now",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "saleStatus": {
    "label": "Sale status",
    "format": "text"
  },
  "saleYard": {
    "label": "Sale yard",
    "format": "text"
  },
  "saleDate": {
    "label": "Sale date",
    "format": "date"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "lotUrl": {
    "label": "Lot URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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