Antiquorum Watch Auction Results Scraper
ECOMMERCEBUSINESS
Antiquorum Watch Auction Results Scraper
Scrape realized prices, lot estimates, and detailed watch information from Antiquorum's complete historical auction catalog — the world's dedicated watch auction house with archives going back to 1989.
What This Actor Does
Antiquorum (catalog.antiquorum.swiss) is the premier dedicated watch auction house, covering Patek Philippe, Rolex, Audemars Piguet, and independent watchmakers. Their realized-price archive is the gold-standard comp set that appraisers, dealers, and insurers use for vintage/collectible watch valuation.
This actor crawls the hierarchical auction catalog:
- Discovers all auctions by year (1989–present)
- Extracts all lot URLs from each auction's catalog page
- Scrapes full lot details: title, brand, model, reference number, estimates, realized price, condition grading, images, and more
Use Cases
- Watch valuation — historical realized price comps for appraisals and insurance
- Market analysis — price trend tracking across decades of auction data
- Dealer research — reference-normalized pricing for vintage Patek, Rolex, AP, etc.
- Auction analytics — sell-through rates, premium vs. estimate performance
Input
| Field | Type | Description |
|---|---|---|
maxItems |
integer | Maximum records to return (required) |
startYear |
integer | Earliest auction year to include (default: 2024) |
endYear |
integer | Latest auction year to include (default: current year) |
Example input — scrape 2025–2026 auctions, up to 100 lots:
{
"maxItems": 100,
"startYear": 2025,
"endYear": 2026
}
Output
Each record represents one auction lot:
| Field | Description |
|---|---|
lot_id |
Unique Antiquorum lot identifier |
lot_number |
Lot number within the sale |
lot_url |
Canonical URL of the lot detail page |
auction_name |
Sale title (e.g. "Important Modern & Vintage Timepieces") |
auction_date |
Date of the auction |
auction_id |
Numeric Antiquorum auction ID |
title |
Full lot title as listed in the catalog |
brand |
Watch brand/maker (e.g. "Patek Philippe") |
model |
Model name |
reference_number |
Manufacturer reference number |
year |
Year of manufacture |
low_estimate |
Lower estimate in primary currency |
high_estimate |
Upper estimate in primary currency |
realized_price |
Hammer price (null if unsold) |
currency |
Primary currency (CHF, HKD, USD, EUR) |
condition_notes |
Grading system breakdown |
description |
Full lot description |
image_urls |
Pipe-separated list of full-resolution image URLs |
scraped_at |
ISO-8601 scrape timestamp |
Example record:
{
"lot_id": "386142986",
"lot_number": "4",
"lot_url": "https://catalog.antiquorum.swiss/en/lots/doxa-anti-magnetique-lot-386-4",
"auction_name": "Important Modern & Vintage Timepieces",
"auction_date": "Geneva, May 9th-10th, 2026",
"auction_id": null,
"title": "DOXA, SWITZERLAND",
"brand": "Doxa",
"model": "Anti-magnetique",
"reference_number": "142986",
"year": "circa 1940",
"low_estimate": 500,
"high_estimate": 1000,
"realized_price": 3500,
"currency": "CHF",
"condition_notes": "Grade: AA Very good. Case: 3-8 Good Slightly scratched...",
"description": "A fine and attractive, stainless steel, manual wind anti-magnetic waterproof wristwatch",
"image_urls": "https://images-catalog.antiquorum.swiss/images/386/lots/4/4.jpg",
"scraped_at": "2026-06-04T22:25:56.378Z"
}
Performance Notes
- Uses datacenter proxies — no residential proxy required
- Polite 5-request concurrency with rate-limit detection
- Supports selective year range to scope historical depth
- Full archive (1989–present) contains 30,000+ lots