# Track Sold Porsche 911 Prices on Bring a Trailer

**Use case:** 

Monitor the realized sale prices of Porsche 911 models to understand market trends and valuation benchmarks. This data is crucial for dealers, collectors, and p

## Input

```json
{
  "mode": "results",
  "searchQuery": "porsche 911",
  "startUrls": [],
  "sold": true,
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "currentBid": {
    "label": "Current bid"
  },
  "bidCount": {
    "label": "Bid count"
  },
  "auctionStatus": {
    "label": "Auction status"
  },
  "endDate": {
    "label": "End date"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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