Wine Auctioneer Auction Scraper avatar

Wine Auctioneer Auction Scraper

Pricing

from $10.00 / 1,000 auction lot records

Go to Apify Store
Wine Auctioneer Auction Scraper

Wine Auctioneer Auction Scraper

Scrape Wine Auctioneer live auction lots and past-auction sold prices (comps). Per-lot data: title, producer, current/winning bid (GBP), bid count, auction end time, vintage, region, country, varietal, size, ABV, image, and URL. Keyword search for both live and past auctions.

Pricing

from $10.00 / 1,000 auction lot records

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Scrape Wine Auctioneer — the online fine-wine auction platform from the team behind Whisky Auctioneer — for live auction lots and past-auction sold prices (comps).

What it does

Live mode (default)

Scrapes every lot in the currently running auction, including real-time bid data:

  • Lot number, title, and URL
  • Current bid (GBP) and number of bids placed — pulled from the site's live bidding API, so values are up-to-the-second
  • Next minimum bid amount and reserve price
  • Auction name and exact auction end time (ISO 8601)
  • Producer, vintage, wine type, varietal, classification, region, sub-region, country, closure (detail enrichment, on by default)
  • Bottle size and ABV
  • Seller location (UK / EU / USA warehouse)
  • Bottle image

Optional keywords filter the live catalogue server-side (e.g. bordeaux, romanee-conti).

Past mode (sold-price comps)

Searches ended auctions by keyword and returns the winning bid (hammer price) for each sold lot — ideal for building fine-wine price histories, valuation models, and investment comps across Lafite, DRC, Petrus, Sassicaia, Champagne, Burgundy, and thousands of other bottles.

If no auction is currently live, live mode automatically falls back to past-auction comps so runs always return data.

Input example

{
"mode": "past",
"searchQueries": ["lafite"],
"maxResults": 50,
"scrapeDetails": true
}

Output example

{
"lotNumber": "5280411",
"title": "Domaine de la Romanee-Conti 1985 La Tâche",
"producer": "Domaine de la Romanée-Conti",
"status": "live",
"currentBid": 2100,
"winningBid": null,
"currency": "GBP",
"bidCount": 15,
"nextBidAmount": 2200,
"reservePrice": null,
"auctionName": "August 2026 Auction",
"auctionEndsAt": "2026-08-24T22:24:11.000Z",
"vintage": "1985",
"wineType": "Red Wine",
"varietal": "Pinot Noir",
"classification": null,
"region": "Burgundy",
"subRegion": null,
"country": "France",
"size": "75cl",
"abv": null,
"closure": "Cork",
"sellerLocation": "UK",
"imageUrl": "https://assets.wineauctioneer.com/styles/xlarge_1_1/s3/2026-08/5280411-001.jpg",
"url": "https://wineauctioneer.com/wine-lot/5280411/domaine-de-la-romanee-conti-1985-la-tache",
"searchKeyword": null,
"scrapedAt": "2026-08-17T12:00:00.000Z"
}

For sold lots ("status": "ended"), winningBid carries the realized hammer price.

Use cases

  • Wine investment comps — realized prices for the same bottle across many past auctions
  • Live auction sniping / monitoring — track current bids and bid counts as the auction runs
  • Cellar valuation — price whole collections against real auction results
  • Market research — producer, vintage, and region-level price trends

Notes

  • No login or proxy required by default; the actor uses browser-grade request fingerprints. If you see Blocked (406/403) warnings, enable the Apify RESIDENTIAL proxy in the input.
  • Prices are in GBP (the site's base currency) unless the page reports otherwise.
  • Please scrape responsibly and respect the website's terms of service.