ShoppingBeta
Chrono24 Watch Listings API
Live Chrono24 data, fetched the moment you ask and handed back in a clean, structured form. Use it in your own app, a spreadsheet or as a tool for an AI assistant.
What you can get: Luxury watch listings: search, prices and watch details (8 countries).
Limited availability right now. Chrono24 blocks requests from our data-center servers; it needs a residential proxy. Until then most requests end with a 502 “blocked” error, which costs no quota. Current success rates are on the status page.
100 free requests every month · no credit card
- Search watches
- Listing details
What teams build with Chrono24 data
Live luxury watch listings from Chrono24 in Germany, Austria, Switzerland, the US, the UK, France, Italy and Spain. Search by brand, model or reference number with price, condition and sort filters, or look up one listing with everything that decides a watch price: reference number, year, condition, box and papers, case, movement, all attributes, photos and the dealer's rating. Built so an AI assistant can answer questions like “What does a Rolex Submariner 14060 with box and papers cost today?”. Private sellers are never named – only that a private person sells, and from which country.
- AI assistants answering watch price questions
- Watch price research by reference number
- Dealer stock and price monitoring
- Market reports by brand and model
Works with AI assistants
Models only know what they saw in training. Add the Chrono24 endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.
Chrono24 endpoints
All Chrono24 endpoints are served under the /c24 prefix and share the same API key and quota as every other platform.
Listings matching a keyword, 60 per page: price, shipping, dealer or private seller, country, sponsored flag.
keywordpagesortByconditionminPricemaxPricedomainCodeEverything about one watch by listing link: reference, year, condition, box and papers, case, movement, photos, dealer rating.
urlExample request
curl "https://api.everydata.io/c24/chrono24-search-by-keyword?keyword=tudor+pelagos&sortBy=price-asc" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"domainCode": "de",
"keyword": "tudor pelagos",
"resultCount": 1069,
"numberOfProducts": 60,
"searchProductDetails": [
{
"productId": "45448699",
"productDescription": "Tudor Pelagos M25600TB-0001",
"manufacturer": "Tudor",
"model": "Pelagos",
"referenceNumber": "M25600TB-0001",
"price": 2748,
"currency": "EUR",
"shippingCost": 126,
"dpUrl": "https://www.chrono24.de/tudor/tudor-pelagos--id45448699.htm",
"sellerType": "dealer",
"sellerCountry": "HK",
"sponsored": false
}
]
}Included in every plan
The Chrono24 API is part of the shared quota – no separate subscription needed.
Production
Recommended- Requests / month
- 50,000
- Rate limit
- 100 / min
- Platforms
- all
- Support
Frequently asked questions
Try the Chrono24 API with your own data.
Sign up with your e-mail, copy your API key and make your first request in about a minute. The free plan never expires.