# Bring a Trailer Category Scraper

**Use case:** 

Scrape any Bring a Trailer make or model page by URL. Get every completed auction with sold price, VIN, mileage, specs, seller and photos.

## Input

```json
{
  "searches": [
    "Porsche 911"
  ],
  "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.