# Monitor Bid.cars BMW sedan auction listings

**Use case:** 

Track BMW sedan salvage auction listings on Bid.cars with pricing, damage grades, mileage, and auction end dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://bid.cars/en/search/results?search-type=filters&status=All&type=Automobile&make=BMW&model=All&year-from=2015&year-to=2026&auction-type=All"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "lot": {
    "label": "Lot Number",
    "format": "text"
  },
  "vin": {
    "label": "VIN",
    "format": "text"
  },
  "name": {
    "label": "Vehicle Name",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "images": {
    "label": "Image",
    "format": "image"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "odometer": {
    "label": "Mileage",
    "format": "number"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "finalBid": {
    "label": "Final Bid ($)",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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