# Bring a Trailer BMW Auction Scraper

**Use case:** 

Scrape BMW auction results from Bring a Trailer: sold price, VIN, mileage, engine, colors, seller and photos. No login, pay per result.

## Input

```json
{
  "searches": [
    "BMW M3"
  ],
  "startUrls": [
    {
      "url": "https://bringatrailer.com/porsche/911/"
    }
  ],
  "maxItems": 50,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Vehicle",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "vin": {
    "label": "VIN",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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