๐Ÿš˜bringatrailer car data scraper US ๐Ÿ‡บ๐Ÿ‡ธ avatar

๐Ÿš˜bringatrailer car data scraper US ๐Ÿ‡บ๐Ÿ‡ธ

Pricing

from $1.50 / 1,000 results

Go to Apify Store
๐Ÿš˜bringatrailer car data scraper US ๐Ÿ‡บ๐Ÿ‡ธ

๐Ÿš˜bringatrailer car data scraper US ๐Ÿ‡บ๐Ÿ‡ธ

๐Ÿš—๐Ÿ’จ Turn Bring a Trailer's entire auction archive into clean, ready-to-use data in minutes, not hours.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Jordan Byte

Jordan Byte

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

๐Ÿš—๐Ÿ’จ Turn Bring a Trailer's entire auction archive into clean, ready-to-use data โ€” in minutes, not hours. Sold prices, sale dates, seller and location details, VIN/chassis numbers, full specs, and every photo, extracted automatically with zero code. Point it at the results page (or any specific listing) and walk away with structured JSON, CSV, or Excel that's actually usable. Built on Apify, so scheduling, an API, webhooks, and instant exports all come free.

๐Ÿ”ฅ Why use the Bring a Trailer Car Scraper?

Bring a Trailer is the single richest source of real, closed-sale collector-car prices on the internet โ€” hundreds of thousands of auctions and counting. The problem? All of it lives behind a slow, click-through-one-listing-at-a-time UI. Copy-pasting your way to a useful dataset just isn't realistic. This Actor does the tedious part for you, so you can spend your time on the analysis, not the clicking:

  • ๐Ÿ“ˆ Track real market value for any make, model, or era using actual sold prices, not dealer guesses.
  • ๐Ÿงฎ Power pricing and valuation tools with a constantly refreshable feed of hard auction data.
  • ๐Ÿ”” Stay on top of the market by scheduling runs that catch every new sale automatically.
  • ๐Ÿ”Ž Do due diligence in seconds โ€” pull full specs, VIN, seller history, and comment activity before you bid on a specific car.
  • โฑ๏ธ Save hours every week that would otherwise go into manual browsing and copy-pasting.

โšก How to scrape Bring a Trailer auction data

  1. Click Try for free to open the Actor.
  2. Keep the default Start URL (the Bring a Trailer results page) to pull the most recently sold vehicles โ€” or drop in specific listing URLs if you only want particular cars.
  3. Set Max items per start URL to control exactly how much data you collect.
  4. Hit Start and let the Actor do the work.
  5. Open the Dataset tab to preview, filter, and export your results in one click.

No coding, no proxies, no infrastructure to babysit โ€” pagination, retries, and rate limiting are all handled for you.

๐ŸŽ›๏ธ Input

The Actor keeps its input small and friendly โ€” see the Input tab for the full form.

FieldDescription
startUrlsOne or more Bring a Trailer URLs to start from: the auction results page for recently sold vehicles, or direct listing URLs for specific auctions.
maxItemsMaximum number of listings to scrape per start URL.
sortByOrder to scrape results in: recently sold first, or oldest first.
proxyConfigurationOptional proxy settings. Not required for normal use.

Example input:

{
"startUrls": [{ "url": "https://bringatrailer.com/auctions/results/" }],
"maxItems": 10,
"sortBy": "td"
}

๐Ÿ“ฆ Output

Every scraped listing lands in your dataset as one clean item โ€” ready to download as JSON, HTML, CSV, or Excel, or pull straight into your own pipeline via the API.

{
"id": 119024484,
"title": "20k-Mile 2012 Audi R8 GT Spyder V10",
"url": "https://bringatrailer.com/listing/2012-audi-r8-gt-spyder-16/",
"description": "This 2012 Audi R8 GT Spyder is #148 of 333 produced...",
"price": 103000,
"currency": "USD",
"soldText": "Bid to USD $103,000 on 8/9/26",
"soldAt": "2026-08-09T12:00:50.000Z",
"commentCount": 76,
"seller": "dciesla",
"location": "Hampstead, New Hampshire 03841",
"vin": "WUA8NAFGXCN910148",
"specs": ["Chassis: WUA8NAFGXCN910148", "20k Miles", "5.2-Liter FSI V10"],
"images": ["https://bringatrailer.com/wp-content/uploads/..."],
"scrapedAt": "2026-08-09"
}

๐Ÿ“‹ Data fields

FieldDescription
titleListing title.
priceWinning bid / sold price.
currencyCurrency of the price.
soldTextAuction result summary text.
soldAtAuction end date/time (ISO 8601).
sellerSeller's username.
locationVehicle location.
vinVIN or chassis number, when listed.
specsList of listed specs and equipment.
commentCountNumber of comments on the listing.
imagesFull-resolution photo URLs.
urlListing page URL.
scrapedAtDate the listing was scraped (YYYY-MM-DD).

๐Ÿ’ฐ How much does it cost to scrape Bring a Trailer?

This Actor is lightweight by design โ€” no browser, just fast HTTP requests โ€” so it's cheap to run. Scraping a few hundred listings typically costs a fraction of a cent to a few cents in compute units, comfortably inside Apify's free tier for occasional use. Actual cost scales with maxItems and how often you schedule runs.

๐Ÿ’ก Tips for better runs

  • Start small: keep maxItems low for your first run, confirm the data looks right, then scale up.
  • Use direct listing URLs in startUrls when you only need a handful of specific vehicles.
  • Set up a Schedule in Apify Console to keep a live feed of recently sold vehicles without lifting a finger.
  • Listings the Actor has already scraped recently are served from an internal cache, so repeat runs are faster and cheaper the second time around.

โ“ FAQ

Is this legal? This Actor only reads publicly available auction listing pages. You're responsible for using the collected data in line with Bring a Trailer's Terms of Service and applicable law.

Some fields are empty. Not every listing includes every field (e.g. sellers don't always list a VIN). The Actor grabs whatever is present and leaves the rest null โ€” no guessing, no made-up data.

Found a bug or want something custom? Open an issue in the Actor's Issues tab. Tailored versions of this scraper for your specific workflow are also available on request.

โญ If this Actor saves you time, a rating on the Apify Store helps others find it too.