Auction comps API
Auction comps API for documented watch results.
Access documented auction lots with brand, reference, venue, sale context, hammer prices and canonical lot pages.
6192listings
1472in stock
151references
98auction lots
Start Here
curl
curl -s "https://mostexpensivewatches.net/api/auctions?brand=Rolex&limit=10"
Python
import json, urllib.request
url = "https://mostexpensivewatches.net/api/auctions?brand=Rolex&limit=10"
data = json.load(urllib.request.urlopen(url))
print(data)
Use Cases
Build collector dossiers with auction comps
Compare public asking prices against historical hammer prices
Support editorial research and investment memos
Give agents documented evidence instead of unsupported claims
Relevant Datasets
Developer Resources
Need higher limits or exports?
Request commercial access for production use, scheduled exports or research-grade data pulls.