# Extract Vintage Ferrari Listings Data

**Use case:** 

Collect comprehensive data on vintage Ferrari listings to perform market analysis for classic car investments. This provides valuable insights into rarity, cond

## Input

```json
{
  "mode": "byMake",
  "searchQuery": "porsche",
  "make": "ferrari",
  "startUrls": [],
  "maxYear": 1990,
  "sold": false,
  "maxItems": 25
}
```

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