# Get Specific Listing Details from Bring a Trailer

**Use case:** 

Retrieve all detailed information for a particular Bring a Trailer auction listing to support specific valuation or historical research. This is essential for v

## Input

```json
{
  "mode": "getListing",
  "searchQuery": "porsche",
  "startUrls": [
    "https://bringatrailer.com/listing/2011-porsche-911-gt3-rs-3-8-4/"
  ],
  "sold": false,
  "maxItems": 20
}
```

## 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.