# Scrape Live Car Auctions on Bring a Trailer

**Use case:** 

Collect all live car auction listings and bids from Bring a Trailer for enthusiasts and market trackers.

## Input

```json
{
  "startUrl": "https://bringatrailer.com/auctions/",
  "maxItems": 150
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Primary Image",
    "format": "url"
  },
  "id": {
    "label": "Auction ID",
    "format": "text"
  },
  "title": {
    "label": "Vehicle Title",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "auctionUrl": {
    "label": "Auction URL",
    "format": "url"
  },
  "auctionStatus": {
    "label": "Auction Status",
    "format": "text"
  },
  "currentBid": {
    "label": "Current Bid",
    "format": "number"
  },
  "currentBidFormatted": {
    "label": "Current Bid (Formatted)",
    "format": "text"
  },
  "currentBidLabel": {
    "label": "Bid Label",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "reserveMet": {
    "label": "Reserve Met",
    "format": "text"
  },
  "noReserve": {
    "label": "No Reserve",
    "format": "text"
  },
  "premium": {
    "label": "Premium",
    "format": "text"
  },
  "timeRemaining": {
    "label": "Time Remaining",
    "format": "text"
  },
  "auctionEndDate": {
    "label": "Auction End Date",
    "format": "datetime"
  },
  "currentBidder": {
    "label": "Current Bidder",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "countryCodeAlpha3": {
    "label": "Country Code (Alpha3)",
    "format": "text"
  },
  "lat": {
    "label": "Latitude",
    "format": "text"
  },
  "lon": {
    "label": "Longitude",
    "format": "text"
  },
  "origin": {
    "label": "Origin",
    "format": "text"
  },
  "detailLocation": {
    "label": "Detail Location",
    "format": "text"
  },
  "era": {
    "label": "Era",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "engine": {
    "label": "Engine",
    "format": "text"
  },
  "drivetrain": {
    "label": "Drivetrain",
    "format": "text"
  },
  "exteriorColor": {
    "label": "Exterior Color",
    "format": "text"
  },
  "interiorColor": {
    "label": "Interior Color",
    "format": "text"
  },
  "vin": {
    "label": "VIN",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "text"
  },
  "sellerLocation": {
    "label": "Seller Location",
    "format": "text"
  },
  "privatePartyOrDealer": {
    "label": "Private Party or Dealer",
    "format": "text"
  },
  "lotNumber": {
    "label": "Lot Number",
    "format": "text"
  },
  "watchUrl": {
    "label": "Watch URL",
    "format": "url"
  },
  "watchers": {
    "label": "Watchers",
    "format": "number"
  },
  "watched": {
    "label": "Watched",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "text"
  },
  "bidCount": {
    "label": "Bid Count",
    "format": "number"
  },
  "auctionStartDate": {
    "label": "Auction Start Date",
    "format": "datetime"
  },
  "reservePrice": {
    "label": "Reserve Price",
    "format": "number"
  },
  "buyItNowPrice": {
    "label": "Buy It Now Price",
    "format": "number"
  },
  "soldText": {
    "label": "Sold Text",
    "format": "text"
  },
  "searchable": {
    "label": "Searchable",
    "format": "text"
  },
  "repeat": {
    "label": "Repeat",
    "format": "text"
  },
  "inSubscription": {
    "label": "In Subscription",
    "format": "text"
  },
  "auctionResultHighBid": {
    "label": "Auction Result - High Bid",
    "format": "number"
  },
  "auctionResultReserveMet": {
    "label": "Auction Result - Reserve Met",
    "format": "text"
  },
  "auctionResultAuctionEnded": {
    "label": "Auction Result - Ended",
    "format": "text"
  },
  "auctionResultBids": {
    "label": "Auction Result - Bids",
    "format": "number"
  },
  "auctionResultViews": {
    "label": "Auction Result - Views",
    "format": "number"
  },
  "auctionResultWatchers": {
    "label": "Auction Result - Watchers",
    "format": "number"
  },
  "images": {
    "label": "Images",
    "format": "json"
  },
  "galleryImages": {
    "label": "Gallery Images",
    "format": "json"
  },
  "listingDetails": {
    "label": "Listing Details",
    "format": "json"
  },
  "history": {
    "label": "BaT History",
    "format": "json"
  },
  "comments": {
    "label": "Comments",
    "format": "json"
  },
  "categories": {
    "label": "Categories",
    "format": "json"
  },
  "keywordPages": {
    "label": "Keyword Pages",
    "format": "json"
  },
  "features": {
    "label": "Features",
    "format": "json"
  },
  "modifications": {
    "label": "Modifications",
    "format": "json"
  },
  "serviceHistory": {
    "label": "Service History",
    "format": "json"
  },
  "documentation": {
    "label": "Documentation",
    "format": "json"
  },
  "videos": {
    "label": "Videos",
    "format": "json"
  },
  "bidHistory": {
    "label": "Bid History",
    "format": "json"
  },
  "fullBidHistory": {
    "label": "Full Bid History (Premium)",
    "format": "json"
  },
  "fullCommentsThread": {
    "label": "Full Comments Thread (Premium)",
    "format": "json"
  },
  "sellerHistory": {
    "label": "Seller History (Premium)",
    "format": "json"
  },
  "vinDecoded": {
    "label": "VIN Decoded (Premium)",
    "format": "json"
  },
  "processingType": {
    "label": "Processing Type",
    "format": "json"
  },
  "pusher": {
    "label": "Pusher",
    "format": "text"
  },
  "scrapedTimestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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