# Cars & Bids Live Auction Monitor and Scraper

**Use case:** 

Monitor live Cars & Bids listings, current bids, sellers, mileage, location, and closing times with a scheduled auction scraper.

## Input

```json
{
  "statuses": [
    "live"
  ],
  "searchQueries": [
    "Porsche"
  ],
  "startUrls": [],
  "maxItems": 20,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Auction",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "currentBid": {
    "label": "Current bid",
    "format": "integer"
  },
  "finalPrice": {
    "label": "Final price",
    "format": "integer"
  },
  "auctionEnd": {
    "label": "Ends",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "mileage": {
    "label": "Mileage",
    "format": "integer"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "noReserve": {
    "label": "No reserve",
    "format": "boolean"
  },
  "bidCount": {
    "label": "Bids",
    "format": "integer"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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