# Bid.cars Vehicle Auction Data Extractor

**Use case:** 

Extract comprehensive vehicle auction data, including bids, timers, and seller details from Bid.cars for market analysis and inventory monitoring.

## Input

```json
{
  "url": "https://bid.cars/en/search/results?search-type=filters&status=All&type=Automobile&make=All&model=All&year-from=1900&year-to=2027&auction-type=All",
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "title": {
    "label": "Vehicle",
    "format": "text"
  },
  "lot": {
    "label": "Lot",
    "format": "text"
  },
  "vin": {
    "label": "VIN",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "primary_damage": {
    "label": "Damage",
    "format": "text"
  },
  "search_status": {
    "label": "Status",
    "format": "text"
  },
  "prebid_price": {
    "label": "Prebid",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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