# Research Active Ford Bronco Auction Listings

**Use case:** 

Gather detailed information on current Ford Bronco auctions to analyze active inventory and bidding activity. This helps dealers identify sourcing opportunities

## Input

```json
{
  "mode": "search",
  "searchQuery": "ford bronco",
  "startUrls": [],
  "minYear": 1966,
  "maxYear": 2023,
  "sold": false,
  "maxItems": 50
}
```

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