# Chrono24 Watch Market Analyzer — Price Distribution & Comps (`jdepablos/chrono24-watch-analyzer`) Actor

One call = one watch model analyzed. Live market analysis from Chrono24 listings: median asking price, percentiles, market depth, seller mix + cleaned comps. Built for AI agents, dealers and collectors.

- **URL**: https://apify.com/jdepablos/chrono24-watch-analyzer.md
- **Developed by:** [Juan de Pablos](https://apify.com/jdepablos) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 0 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $20.00 / 1,000 watch analyses

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Chrono24 Watch Market Analyzer — Price Distribution & Comps

**One call = one watch model analyzed.** Get the live market picture of any watch from Chrono24 — the world's largest luxury watch marketplace — as structured data: median asking price, percentiles, market depth, seller-country mix, Certified share, and the cleaned comparable listings behind every number. Built for AI agents, dealers, collectors and resale platforms.

Not another raw-listings scraper: listings are **cleaned before the math** (promoted cards, straps/bezels/dials sold alone, parts/defective/replica listings and duplicates are filtered out), so the stats describe the actual model you asked about.

### What you get

```json
{
    "query": "Rolex Submariner 16610",
    "domain": "chrono24.es",
    "analysis": {
        "n": 46,
        "currency": "EUR",
        "median": 9150,
        "meanTrimmed": 9877.3,
        "p10": 8000, "p25": 8690, "p75": 11400, "p90": 13465,
        "min": 7000, "max": 17012,
        "medianExclShipping": 9150,
        "priceBasis": "asking",
        "marketDepth": 1181,
        "certifiedSharePct": 21.7,
        "dealerCountryMix": [
            { "country": "IT", "count": 10 },
            { "country": "ES", "count": 7 },
            { "country": "DE", "count": 7 }
        ],
        "confidence": "high"
    },
    "comps": [
        {
            "title": "Rolex Submariner Date",
            "subtitle": "16610 (2007) with Rolex warranty (03-2027)",
            "price": 8000,
            "currency": "EUR",
            "sellerCountry": "NL",
            "certified": "optional",
            "chrono24Direct": false,
            "url": "https://www.chrono24.es/rolex/...--id12345678.htm"
        }
    ],
    "meta": {
        "rawParsed": 60,
        "compsAnalyzed": 46,
        "filteredOut": { "promoted": 13, "junkTitle": 1, "accessory": 0 },
        "marketDepth": 1181,
        "fetchedAt": "2026-07-05T01:00:00.000Z"
    }
}
````

### Why asking prices matter (and what they are not)

`priceBasis` is always `"asking"`: these are live dealer and private asks, **not confirmed sales**. Asking-price distribution tells you where the market is priced *today* — what you'd pay right now, how deep the supply is (`marketDepth`), and how spread the market is (`p10`–`p90`). To negotiate or estimate liquidation value, combine it with confirmed-sales data (e.g. our [eBay Sold Price Appraiser](https://apify.com/jdepablos/ebay-sold-price-appraiser) on the same model) and you get both sides of the market: ask vs sold.

### Input

| Field | Default | Notes |
|---|---|---|
| `query` | — | Brand + model (+ reference): `"Rolex Submariner 16610"` |
| `items` | — | Batch of up to 25 queries, each may override any option |
| `domain` | `chrono24.com` | `.com` USD · `.es`/`.de`/`.fr`/`.it` EUR · `.co.uk` GBP |
| `priceMin` / `priceMax` | — | Trim outliers before stats |
| `maxComps` | 60 | Comps returned (stats always use all cleaned listings) |
| `strictClean` | `true` | Filter promoted/accessory/parts/replica/duplicate listings |
| `minTitleMatch` | `"0.6"` | Share of query tokens required in the listing title. Set `"1"` to require the exact reference |
| `sellerCountries` | — | ISO-2 filter, e.g. `["ES", "DE"]` |

**Tip:** include the reference number in `query` and set `minTitleMatch: "1"` when you need reference-exact stats (e.g. `16610` vs `16610LV` price different markets).

### Use with AI agents (MCP)

Give your agent a real-time watch-market tool via Apify's MCP server:

```
https://mcp.apify.com?tools=jdepablos/chrono24-watch-analyzer
```

The output schema is designed for agents: one call returns a complete, self-describing market analysis — no pagination, no post-processing.

### Pricing

Pay per event: **$0.02 per watch analysis** (up to 60 cleaned comps included). Analyses that return no data are **never charged** — you only pay when you get numbers.

### FAQ

**Which Chrono24 domains are supported?** `chrono24.com`, `.es`, `.de`, `.fr`, `.it`, `.co.uk`. The domain sets the listing currency; inventory is largely global.

**How many listings feed each analysis?** Up to 60 (one result page, relevance-sorted) after cleaning. `marketDepth` reports the total supply matching your query.

**Why were some listings filtered out?** Check `meta.filteredOut`: promoted cards, accessory listings (a strap "for Submariner" is not a Submariner), parts/defective/replica titles, duplicates and price-on-request listings never enter the stats.

**Can I track a model over time?** Yes — schedule a daily/weekly run and diff `median`/`marketDepth`. The analysis is deterministic per snapshot.

**Is this affiliated with Chrono24?** No. Data comes from publicly visible listings.

# Actor input Schema

## `query` (type: `string`):

Brand + model (+ reference) of the watch, e.g. "Rolex Submariner 16610" or "Omega Speedmaster Professional". For batches use `items` instead.

## `items` (type: `array`):

Analyze up to 25 watches in one run: `[{"query": "Rolex Submariner 16610"}, {"query": "Tudor Black Bay 58", "domain": "chrono24.es"}]`. Each item may override any top-level option.

## `domain` (type: `string`):

Marketplace domain — determines listing currency (chrono24.com → USD, .es/.de/.fr/.it → EUR, .co.uk → GBP).

## `priceMin` (type: `integer`):

Ignore listings below this price (in the domain currency). Applied after parsing.

## `priceMax` (type: `integer`):

Ignore listings above this price (in the domain currency). Applied after parsing.

## `maxComps` (type: `integer`):

How many cleaned comparable listings to include in the output (stats always use all of them).

## `includeComps` (type: `boolean`):

Return the comparable listings alongside the analysis.

## `strictClean` (type: `boolean`):

Filter promoted cards, accessories (straps, bezels, dials sold alone), parts/defective/replica listings and duplicates before computing stats. Recommended.

## `minTitleMatch` (type: `string`):

Minimum share of query tokens that must appear in the listing title for it to count as the same model. Decimal as string, e.g. "0.6".

## `sellerCountries` (type: `array`):

Optional ISO-2 country codes — keep only listings from these seller countries, e.g. \["ES", "DE"].

## `proxy` (type: `object`):

Chrono24 rate-limits by IP — residential proxy recommended (default).

## Actor input object example

```json
{
  "query": "Rolex Submariner 16610",
  "domain": "chrono24.com",
  "maxComps": 60,
  "includeComps": true,
  "strictClean": true,
  "minTitleMatch": "0.6",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "Rolex Submariner 16610",
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("jdepablos/chrono24-watch-analyzer").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "Rolex Submariner 16610",
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("jdepablos/chrono24-watch-analyzer").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "Rolex Submariner 16610",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call jdepablos/chrono24-watch-analyzer --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jdepablos/chrono24-watch-analyzer",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Chrono24 Watch Market Analyzer — Price Distribution & Comps",
        "description": "One call = one watch model analyzed. Live market analysis from Chrono24 listings: median asking price, percentiles, market depth, seller mix + cleaned comps. Built for AI agents, dealers and collectors.",
        "version": "0.1",
        "x-build-id": "l3CAdDNTV76fq0NIj"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jdepablos~chrono24-watch-analyzer/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jdepablos-chrono24-watch-analyzer",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/jdepablos~chrono24-watch-analyzer/runs": {
            "post": {
                "operationId": "runs-sync-jdepablos-chrono24-watch-analyzer",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/jdepablos~chrono24-watch-analyzer/run-sync": {
            "post": {
                "operationId": "run-sync-jdepablos-chrono24-watch-analyzer",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "title": "Watch to analyze",
                        "type": "string",
                        "description": "Brand + model (+ reference) of the watch, e.g. \"Rolex Submariner 16610\" or \"Omega Speedmaster Professional\". For batches use `items` instead."
                    },
                    "items": {
                        "title": "Batch items",
                        "type": "array",
                        "description": "Analyze up to 25 watches in one run: `[{\"query\": \"Rolex Submariner 16610\"}, {\"query\": \"Tudor Black Bay 58\", \"domain\": \"chrono24.es\"}]`. Each item may override any top-level option."
                    },
                    "domain": {
                        "title": "Chrono24 domain",
                        "enum": [
                            "chrono24.com",
                            "chrono24.es",
                            "chrono24.de",
                            "chrono24.fr",
                            "chrono24.it",
                            "chrono24.co.uk"
                        ],
                        "type": "string",
                        "description": "Marketplace domain — determines listing currency (chrono24.com → USD, .es/.de/.fr/.it → EUR, .co.uk → GBP).",
                        "default": "chrono24.com"
                    },
                    "priceMin": {
                        "title": "Min price",
                        "type": "integer",
                        "description": "Ignore listings below this price (in the domain currency). Applied after parsing."
                    },
                    "priceMax": {
                        "title": "Max price",
                        "type": "integer",
                        "description": "Ignore listings above this price (in the domain currency). Applied after parsing."
                    },
                    "maxComps": {
                        "title": "Max comps returned",
                        "minimum": 0,
                        "maximum": 60,
                        "type": "integer",
                        "description": "How many cleaned comparable listings to include in the output (stats always use all of them).",
                        "default": 60
                    },
                    "includeComps": {
                        "title": "Include comps",
                        "type": "boolean",
                        "description": "Return the comparable listings alongside the analysis.",
                        "default": true
                    },
                    "strictClean": {
                        "title": "Strict cleaning",
                        "type": "boolean",
                        "description": "Filter promoted cards, accessories (straps, bezels, dials sold alone), parts/defective/replica listings and duplicates before computing stats. Recommended.",
                        "default": true
                    },
                    "minTitleMatch": {
                        "title": "Min title match (0-1)",
                        "type": "string",
                        "description": "Minimum share of query tokens that must appear in the listing title for it to count as the same model. Decimal as string, e.g. \"0.6\".",
                        "default": "0.6"
                    },
                    "sellerCountries": {
                        "title": "Seller countries",
                        "type": "array",
                        "description": "Optional ISO-2 country codes — keep only listings from these seller countries, e.g. [\"ES\", \"DE\"].",
                        "items": {
                            "type": "string"
                        }
                    },
                    "proxy": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Chrono24 rate-limits by IP — residential proxy recommended (default).",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
