live
Everywatch APIeverywatch.com ↗
Search for watch models and instantly access auction prices and sales data from over 500 auction houses through EveryWatch's unified marketplace. Get real-time insights into what similar watches are selling for to inform your buying or selling decisions.
This API takes change requests — .
Endpoint health
monitoredget_auction_results
search_models
Checks pendingself-healing
Endpoints
2
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it
Search query for watch brand, model, or reference number (e.g. 'Rolex Daytona', 'Omega Speedmaster', 'Patek Philippe 5711').
→ api.parse.bot/scraper/45ca4080-79bb-4066-8d81-413cb494cfac/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/45ca4080-79bb-4066-8d81-413cb494cfac/search_models?query=Rolex+Daytona' \ -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·
Search for watch models and references by keyword. Returns matching models with their slugs (used by get_auction_results), brand/model identifiers, and listing/historical counts. Up to 15 results per query.
Input
| Param | Type | Description |
|---|---|---|
| queryrequired | string | Search query for watch brand, model, or reference number (e.g. 'Rolex Daytona', 'Omega Speedmaster', 'Patek Philippe 5711'). |
Response
{
"type": "object",
"fields": {
"total": "integer count of results returned",
"results": "array of matching watch models with slug, counts, and entity identifiers"
},
"sample": {
"data": {
"total": 15,
"results": [
{
"slug": "/rolex/daytona",
"brand_id": "257",
"model_id": "1883",
"image_url": "https://ew-s3-image.s3.eu-west-1.amazonaws.com/media/2023/05/20/media/webp/rolex-chronograph-1165091250169_320w.webp",
"brand_name": "Rolex",
"model_name": "Daytona",
"total_count": 170386,
"reference_id": null,
"listing_count": 18530,
"reference_name": null,
"matching_string": "Rolex Daytona",
"historical_count": 151856
}
]
},
"status": "success"
}
}About the Everywatch API
The Everywatch API on Parse exposes 2 endpoints for the publicly available data on everywatch.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.