# Chrono24 Scraper with Description & Features (`fatihtahta/chrono24-scraper`) Actor

Extract unlimited Chrono24 watch listings as clean JSON with prices, specs, seller details, media, locations, and optional enrichment. Built for market research, price tracking, inventory monitoring, BI dashboards, and AI-agent workflows.

- **URL**: https://apify.com/fatihtahta/chrono24-scraper.md
- **Developed by:** [Fatih Tahta](https://apify.com/fatihtahta) (community)
- **Categories:** E-commerce, Automation, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.70 / 1,000 watch listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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 Scraper

**Slug:** `fatihtahta/chrono24-scraper`

### Overview

Chrono24 Scraper collects structured watch listing records from Chrono24, including listing identity, product details, pricing, shipping, availability, seller context, media, location text, and enrichment status when richer detail collection is enabled. [Chrono24](https://www.chrono24.com/) is a global marketplace for new, pre-owned, and collectible watches, making its public listing data useful for pricing research, sourcing analysis, inventory monitoring, and market intelligence. The actor supports direct Chrono24 URLs and detailed marketplace filters such as brand, model, production year, condition, seller type, location, currency, language, and watch specifications. Results are delivered as structured dataset records suitable for review, export, ETL pipelines, BI dashboards, AI-agent workflows, and downstream processing. The output contract groups related attributes into predictable objects so teams can use the data without relying on page-specific formatting. The actor is designed for repeatable data acquisition workflows where users need consistent inputs, stable JSON records, and run-level artifacts rather than manual marketplace review.

### What Makes This Actor Different

- **Watch-specific search controls:** Use direct URLs or Chrono24 catalog filters for brand, model, reference number, production year, case dimensions, bracelet details, clasp details, seller type, condition, availability, currency, and language.
- **Pipeline-ready product records:** Dataset rows use a grouped JSON contract with stable top-level identity fields and nested objects for product, pricing, shipping, availability, location, media, seller, metrics, merchandising, and source-specific attributes.
- **Deduplication-friendly identifiers:** `record_id` is the recommended idempotency key, with `url` and `source_context.fingerprint` available when present for secondary matching, audit, and repeated-run comparison.
- **Optional richer detail collection:** `enrich_data` lets users request deeper listing-level fields when the workflow needs richer watch specifications, descriptions, seller context, media galleries, or detail-page availability signals.
- **Run summary artifacts:** Each run writes `RUN-SUMMARY` and `RUN-REPORT.html` as key-value-store artifacts so operators can review saved-record counts, input scope, enrichment status, field coverage, warnings, and representative records without opening every dataset row.
- **Agentic and workflow-friendly handoff:** Optional `mcpConnectors` can send a concise post-run summary through user-authorized Apify MCP connectors after dataset and summary artifacts are ready. The dataset remains the primary output.
- **Field-preserving public contract:** The schema is designed to preserve meaningful watch, seller, pricing, media, and marketplace values in documented fields or grouped objects. Optional fields can still be absent when Chrono24 does not expose them for a specific record.

### Who Should Use This Actor

- **Watch market analysts:** compare public pricing, condition, currency, location, seller type, and availability across selected Chrono24 segments.
- **Marketplace and catalog teams:** collect structured watch listing records for internal catalogs, product matching, reference-number research, and inventory review.
- **Data engineering teams:** feed stable JSON records into warehouses, search indexes, dashboards, enrichment pipelines, and monitoring workflows.
- **AI agents and workflow automations:** run scoped collections, inspect summary artifacts, and route structured records into analysis, alerting, or review steps.
- **Sourcing and merchandising teams:** track brands, models, reference numbers, seller locations, pricing bands, and listing quality signals for buying or merchandising workflows.
- **Operations and monitoring teams:** schedule recurring runs to compare saved records, spot availability changes, and review field coverage over time.

### Common Use Cases

- **Market intelligence:** monitor supply, asking prices, currencies, locations, seller types, and availability for selected watch brands or models.
- **Reference-number tracking:** collect targeted records for exact references such as Rolex, Omega, Cartier, or other catalog identifiers.
- **Competitive monitoring:** repeat the same direct URL or filter inputs to compare public listing changes across runs.
- **Catalog enrichment:** add public watch attributes, media URLs, pricing, condition, and seller context to internal product or inventory systems.
- **Price-band analysis:** segment runs by `min_price`, `max_price`, currency, brand, model, and condition for cleaner downstream comparisons.
- **Listing-quality review:** use enriched records to inspect descriptions, media, specifications, availability, and seller details when available.
- **Recurring reporting:** schedule periodic runs and use dataset exports plus run summaries for dashboards, alerts, and trend analysis.
- **Agentic research workflows:** let a workflow agent collect a scoped dataset, read the run summary, deduplicate by `record_id`, and route records to the next system.

### Real-World Questions This Data Can Answer

- Which Chrono24 listings match a specific brand, model, reference number, location, condition, or price range?
- How do asking prices vary by currency, seller type, location, condition, or watch family?
- Which records are new, removed, or changed when compared with a previous dataset export?
- Which listings have richer media, seller context, or detail-level specifications available?
- Which brands, models, or reference numbers appear most often inside a monitored segment?
- Which records need review because price, seller, media, or location fields are missing?
- Which public listing signals are suitable for dashboards, alerting, enrichment, or sourcing queues?

### Quick Start

1. Choose a collection path: paste direct Chrono24 URLs in `url`, or build a structured marketplace search with supported filters.
2. Start with a narrow validation scope, such as one direct URL or one brand/model filter set, to validate record shape and field coverage.
3. Run the actor in Apify Console.
4. Open the dataset and inspect the first records for product, pricing, seller, media, and provenance fields.
5. Review `RUN-SUMMARY` or `RUN-REPORT.html` for saved-record counts, input scope, enrichment status, and warnings.
6. Broaden the search scope, add filters, enable `enrich_data`, export results, or schedule the actor once the output matches your workflow.

### Input Parameters

The actor accepts direct Chrono24 URLs, structured watch filters, an optional record limit, optional enrichment, and optional MCP connector delivery.

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `url` | array of strings | Direct Chrono24 search pages, brand/model pages, or individual listing URLs. Use for repeatable collection from known pages. | – |
| `brand` | array of strings | Chrono24 brand IDs selected from the input form. The schema includes 530 supported brand options, such as A. Lange & Söhne, ABP Paris, Baume & Mercier, Cartier, Omega, Patek Philippe, Rolex, and TAG Heuer. | – |
| `model` | array of strings | Chrono24 model IDs selected from the input form. The schema includes 1,000 supported model options, such as 1000, Moonswatch, Submariner, Speedmaster, Santos, Tank, Datejust, and other catalog values. | – |
| `production_year` | array of strings | Production years to include. Supported options span 1900 through 2028. | – |
| `location` | array of strings | Seller or listing country filters. The schema includes 127 country options, including Albania and United States of America. | – |
| `availability` | array of strings | Availability filters. Allowed values: `InStock`, `OnOrder`, `OnRequest`. | – |
| `new_used` | array of strings | Condition family filters. Allowed values: `new`, `used`, `NODATA`. | – |
| `condition` | array of strings | Detailed condition filters. The schema includes options such as New, Unworn, Mint, Fine, Fair, Scrap, and No details. | – |
| `seller_type` | array of strings | Seller type filters. Allowed values: `C24Direct`, `PrivateSeller`, `Dealer`. | – |
| `gender` | array of strings | Chrono24 audience category. Allowed values represent Men's watch/Unisex and Women's watch. | – |
| `watch_style` | array of strings | Watch style filters. The schema includes 36 options, including business watches, automatic watches, chronographs, diving watches, dress watches, and related styles. | – |
| `watch_type` | array of strings | Watch category filters. Allowed values represent Wristwatch, Pocket watch, and Other watch/clock. | – |
| `reference_number` | array of strings | Chrono24 reference-number options. The schema includes 1,000 supported values, useful for exact variant monitoring and valuation workflows. | – |
| `currency` | string | Display currency for generated searches. Allowed values: `AED`, `AUD`, `BHD`, `BRL`, `CAD`, `CHF`, `CLP`, `CNY`, `CZK`, `DKK`, `EUR`, `GBP`, `HKD`, `HRK`, `HUF`, `IDR`, `INR`, `JPY`, `KRW`, `KWD`, `MXN`, `MYR`, `NOK`, `NZD`, `OMR`, `PHP`, `PLN`, `QAR`, `RON`, `RUB`, `SEK`, `SGD`, `THB`, `TRY`, `TWD`, `USD`, `ZAR`. | `USD` |
| `language` | string | Page language for generated Chrono24 searches. Allowed values include English, Español, Deutsch, Français, Italiano, Nederlands, Português, Türkçe, 中文, 日本語, 한국어, and additional supported locales. | `en_US` |
| `sort_by` | string | Search sort order. Allowed values: `most_relevant`, `most_popular`, `most_recent`, `lowest_price`, `highest_price`. | `most_relevant` |
| `min_price` | integer | Minimum listing price in the selected currency. Use with `currency` for comparable price-band runs. | – |
| `max_price` | integer | Maximum listing price in the selected currency. Use with `min_price` to segment price bands. | – |
| `case_diameter` | array of strings | Case diameter filters in millimeters. The schema includes 109 options, including values such as 37 mm, 42 mm, and No details. | – |
| `lug_width` | array of strings | Lug width filters in millimeters. The schema includes 62 options, including 18 mm and No details. | – |
| `case_thickness` | array of strings | Case thickness filters in millimeters. The schema includes 48 options, including 13 mm and No details. | – |
| `functions_movement` | array of strings | Movement and function filters. The schema includes 27 options, including Movement: Automatic, Movement: No details, Function: Chronograph, and Function: Annual calendar. | – |
| `dial` | array of strings | Dial style and dial color filters. The schema includes 30 options, including Arabic numerals, No details, black, blue, and related dial values. | – |
| `case` | array of strings | Case material, bezel material, crystal, and water-resistance filters. The schema includes 71 options. | – |
| `bracelet` | array of strings | Bracelet or strap material and color filters. The schema includes 46 options. | – |
| `clasp` | array of strings | Clasp material and clasp type filters. The schema includes 20 options. | – |
| `additional_attributes` | array of strings | Additional watch attributes. The schema includes 30 options, such as Central seconds, Chronometer, Display back, Limited Edition, Power Reserve Display, Skeletonized, Smartwatch, Special Edition, and World time watch. | – |
| `limit` | integer | Maximum records to save for each source URL or generated search. Leave empty to collect all available results. | – |
| `enrich_data` | boolean | Enables richer detail-page fields when available, including deeper descriptions, watch specifications, seller context, media galleries, availability, and richer pricing context. | `true` |
| `mcpConnectors` | array of MCP connector resources | Optional user-authorized Apify MCP connectors for post-run summary delivery. The actor sends a concise run summary, not the full dataset. | `[]` |

### Choosing Inputs

Use `url` when you already know the Chrono24 pages to collect. This is best for saved searches, known brand or model pages, and individual listing refresh workflows.

Use structured filters when you need a targeted dataset. Narrower filters produce cleaner records for comparison and monitoring, while broader inputs are better for discovery. Segmenting runs by brand, model, location, condition, seller type, or price band usually makes downstream analysis easier.

Use `sort_by` to align the collection with the workflow: relevance for broad discovery, most recent for monitoring new public listings, and price sorting for valuation or market research. Use `currency` consistently across scheduled runs when comparing prices over time.

Enable `enrich_data` when richer listing-level details matter more than the fastest exploratory run. Leave it off for lightweight validation, monitoring, and search-result-level workflows.

Use `mcpConnectors` only after authorizing the destination in Apify and only when you want a concise run summary delivered after the dataset and run artifacts are ready.

### Input Recipes

- **Validation run:** use one direct URL or a narrow `brand` / `model` filter set, set `currency` to `USD`, choose `sort_by` as `most_relevant`, keep `enrich_data` disabled, and review a small focused segment first.
- **Direct URL refresh:** paste one or more Chrono24 search, brand, model, or listing URLs in `url`, keep filters minimal, and repeat the same input on a schedule for comparable results.
- **Targeted reference monitoring:** combine `brand`, `reference_number`, `condition`, `seller_type`, and a price range to track a precise watch segment.
- **Price-band analysis:** run separate inputs for each `min_price` / `max_price` range while keeping `currency`, `brand`, `model`, and `condition` consistent.
- **Recent-listing review:** use `sort_by` set to `most_recent` with a focused direct URL or brand/model combination, then compare exports across repeated runs.
- **Enrichment run:** provide known URLs or tightly scoped filters, enable `enrich_data`, and review the enriched fields and run summary before sending records into a production pipeline.

### Example Inputs

**Scenario: filtered validation run**

```json
{
  "brand": ["221"],
  "model": ["2846"],
  "currency": "USD",
  "language": "en_US",
  "sort_by": "most_relevant",
  "enrich_data": false
}
````

**Scenario: direct URL refresh**

```json
{
  "url": [
    "https://www.chrono24.com/rolex/index.htm?usedOrNew=used"
  ],
  "currency": "USD",
  "language": "en_US",
  "sort_by": "most_relevant",
  "enrich_data": false
}
```

**Scenario: targeted filtered collection**

```json
{
  "brand": ["194"],
  "seller_type": ["Dealer"],
  "condition": ["101", "1302"],
  "currency": "USD",
  "min_price": 1000,
  "max_price": 10000,
  "sort_by": "lowest_price",
  "enrich_data": true
}
```

### Output

#### Output Destination

The actor writes results to an Apify dataset as JSON records. The dataset is designed for direct consumption by analytics tools, ETL pipelines, AI agents, and downstream APIs with minimal post-processing.

The current public dataset contract contains one primary record shape: a Chrono24 watch product record with `record_type` set to `product`. Run-level summaries and reports are stored separately as key-value-store artifacts and are not dataset rows.

#### Record Envelope And Stable Identifiers

The recommended idempotency key is `record_id`. Use `url` as a secondary key when matching against public listing URLs, and use `source_context.fingerprint` when present for additional deduplication and audit workflows.

For upserts, sync by `record_id` first and update selected business fields such as title, pricing, availability, seller, media, and enrichment status. Stable identifiers make records easier to merge, deduplicate, compare, and sync across repeated runs. Provenance and freshness values live in `source_context`, which can include source identity, source URL, canonical URL, detail URL, enrichment status, scrape timestamp, and fingerprint.

#### Examples

**Example: product record (`record_type = "product"`)**

```json
{
  "record_type": "product",
  "record_id": "sample-chrono24-123456",
  "url": "https://www.chrono24.com/rolex/submariner-date--id123456.htm",
  "title": "Rolex Submariner Date 126610LN",
  "source_context": {
    "source_id": "chrono24",
    "source_domain": "chrono24.com",
    "source_url": "https://www.chrono24.com/rolex/index.htm?usedOrNew=used",
    "canonical_url": "https://www.chrono24.com/rolex/submariner-date--id123456.htm",
    "detail_url": "https://www.chrono24.com/rolex/submariner-date--id123456.htm",
    "enrichment_status": "enriched",
    "scraped_at": "2026-07-06T11:11:32.891089Z",
    "fingerprint": "sample-fingerprint-123456"
  },
  "entity": {
    "title": "Rolex Submariner Date 126610LN",
    "name": "Rolex Submariner Date 126610LN",
    "description": "Sample dealer-written watch description for public documentation.",
    "url": "https://www.chrono24.com/rolex/submariner-date--id123456.htm",
    "external_ids": {
      "chrono24_listing_id": "123456",
      "sku": "126610LN",
      "reference_number": "126610LN"
    },
    "status": "Item is in stock"
  },
  "product": {
    "product_id": "123456",
    "listing_id": "123456",
    "name": "Rolex Submariner Date 126610LN",
    "brand": "Rolex",
    "model": "Submariner Date",
    "reference_number": "126610LN",
    "sku": "126610LN",
    "production_year": "2024",
    "condition": "Used",
    "scope_of_delivery": "Original box, original papers",
    "gender": "Men's watch/Unisex",
    "description": "Sample product-level description.",
    "url": "https://www.chrono24.com/rolex/submariner-date--id123456.htm",
    "specifications": {
      "case_material": "Steel",
      "case_diameter": "41 mm",
      "water_resistance": "30 ATM",
      "crystal": "Sapphire crystal",
      "bracelet_material": "Steel",
      "bracelet_color": "Silver",
      "movement": "Automatic"
    }
  },
  "pricing": {
    "price": 12950.0,
    "price_text": "$12,950",
    "currency": "USD",
    "price_valid_until": "2026-08-01"
  },
  "shipping": {
    "shipping_price_text": "+ $99 insured shipping",
    "delivery_estimate": "Available now"
  },
  "availability": {
    "stock_status": "Item is in stock",
    "delivery_estimate": "Available now"
  },
  "offer": {
    "condition": "Used",
    "stock_status": "Item is in stock",
    "delivery_estimate": "Available now",
    "listed_at": "2026-07-06"
  },
  "location": {
    "display_location": "United States"
  },
  "media": {
    "primary_image_url": "https://img.chrono24.com/images/uhren/sample-watch-Square280.jpg",
    "image_urls": [
      "https://img.chrono24.com/images/uhren/sample-watch-Square280.jpg"
    ]
  },
  "seller": {
    "name": "Sample Watch Dealer",
    "seller_type": "Dealer",
    "country": "United States",
    "rating": 4.9
  },
  "metrics": {
    "review_count": 340,
    "watch_count": 120
  },
  "merchandising": {
    "certified_included": false,
    "is_popular": true,
    "badges": ["Trusted Seller"]
  },
  "attributes": {
    "style": "Diving watch",
    "watch_type": "Wristwatch"
  }
}
```

#### Run Summary And Artifacts

Each run writes stable key-value-store artifacts:

- **`RUN-SUMMARY`:** machine-readable JSON summary with timestamps, duration, source identity, input scope, saved-record totals, input modes, enrichment counts, field coverage counts, market breakdowns, representative records, warnings, and artifact keys.
- **`RUN-REPORT.html`:** human-readable report for review, handoff, and operational checks.
- **`RUN-SUMMARY-ERROR`:** best-effort diagnostic artifact when summary preparation fails after records have been saved.

Data teams and AI agents can use these artifacts as a run receipt: verify completion, compare recurring runs, check saved-record totals, inspect enrichment status, review coverage signals, route alerts, or decide whether a run needs follow-up. These artifacts complement the dataset; they do not replace dataset records.

### Field Reference

#### Record Envelope

- **record\_type** *(string, required)*: normalized record family. Chrono24 watch listings are saved as `product`.
- **record\_id** *(string, required)*: stable listing identifier or actor-generated fallback. Recommended idempotency key.
- **url** *(string, required)*: public Chrono24 listing URL.
- **title** *(string, required)*: display title for the listing.

#### `source_context`

- **source\_context.source\_id** *(string, optional)*: source identifier for the saved record.
- **source\_context.source\_domain** *(string, optional)*: domain associated with the listing.
- **source\_context.source\_url** *(string, optional)*: search, filter, direct, or listing URL that led to the record.
- **source\_context.canonical\_url** *(string, optional)*: normalized listing URL when available.
- **source\_context.detail\_url** *(string, optional)*: detail URL used for enriched records when available.
- **source\_context.enrichment\_status** *(string, optional)*: detail collection outcome such as `lightweight`, `enriched`, `failed`, `timed_out`, or `not_available`.
- **source\_context.scraped\_at** *(string, optional)*: timestamp when the record was produced.
- **source\_context.fingerprint** *(string, optional)*: stable fingerprint for deduplication and audit workflows when available.

#### `entity`

- **entity.title** *(string, optional)*: display title for the listing.
- **entity.name** *(string, optional)*: normalized entity name, usually matching the title.
- **entity.description** *(string, optional)*: listing description or watch notes when available.
- **entity.url** *(string, optional)*: public URL for the listing entity.
- **entity.external\_ids** *(object, optional)*: source-provided identifiers such as listing ID, SKU, or reference number.
- **entity.status** *(string, optional)*: listing status or availability text when available.

#### `product`

- **product.product\_id** *(string, optional)*: product or listing identifier.
- **product.listing\_id** *(string, optional)*: Chrono24 listing identifier.
- **product.name** *(string, optional)*: normalized product or listing name.
- **product.brand** *(string, optional)*: watch brand.
- **product.model** *(string, optional)*: watch model or model family.
- **product.reference\_number** *(string, optional)*: manufacturer or Chrono24 reference number.
- **product.sku** *(string, optional)*: source-provided SKU or product code.
- **product.production\_year** *(string, optional)*: production year text.
- **product.condition** *(string, optional)*: condition text from the listing.
- **product.scope\_of\_delivery** *(string, optional)*: box, papers, and delivery-package information.
- **product.gender** *(string, optional)*: Chrono24 audience category.
- **product.description** *(string, optional)*: product-level description or watch notes.
- **product.url** *(string, optional)*: public product/listing URL repeated for product-catalog consumers.
- **product.specifications.case\_material** *(string, optional)*: case material.
- **product.specifications.case\_diameter** *(string, optional)*: case diameter as source text.
- **product.specifications.water\_resistance** *(string, optional)*: water-resistance rating.
- **product.specifications.crystal** *(string, optional)*: crystal type or material.
- **product.specifications.bracelet\_material** *(string, optional)*: bracelet or strap material.
- **product.specifications.bracelet\_color** *(string, optional)*: bracelet or strap color.
- **product.specifications.movement** *(string, optional)*: movement type or movement text.

#### `pricing`, `shipping`, `availability`, And `offer`

- **pricing.price** *(number, optional)*: parsed numeric listing price.
- **pricing.price\_text** *(string, optional)*: display price text.
- **pricing.currency** *(string, optional)*: listing currency code.
- **pricing.price\_valid\_until** *(string, optional)*: source-provided price validity date when available.
- **shipping.shipping\_price\_text** *(string, optional)*: shipping cost or shipping terms as source text.
- **shipping.delivery\_estimate** *(string, optional)*: delivery or lead-time text.
- **availability.stock\_status** *(string, optional)*: source availability text.
- **availability.delivery\_estimate** *(string, optional)*: delivery availability text.
- **offer.condition** *(string, optional)*: offer condition text.
- **offer.stock\_status** *(string, optional)*: offer availability text.
- **offer.delivery\_estimate** *(string, optional)*: offer delivery or lead-time text.
- **offer.listed\_at** *(string, optional)*: listing date or publication text when available.

#### `location`, `media`, `seller`, `metrics`, `merchandising`, And `attributes`

- **location.display\_location** *(string, optional)*: human-readable listing or seller location. The dataset schema does not expose coordinates.
- **media.primary\_image\_url** *(string, optional)*: primary image URL.
- **media.image\_urls** *(array of strings, optional)*: image gallery URLs.
- **seller.name** *(string, optional)*: seller display name.
- **seller.seller\_type** *(string, optional)*: seller category such as Dealer or Private seller.
- **seller.country** *(string, optional)*: seller country when available.
- **seller.rating** *(string or number, optional)*: seller rating when available.
- **metrics.watch\_count** *(integer, optional)*: seller or listing-related watch count when available.
- **metrics.review\_count** *(integer, optional)*: seller review count when available.
- **merchandising.certified\_included** *(boolean, optional)*: whether Chrono24 certification is included.
- **merchandising.is\_popular** *(boolean, optional)*: whether the listing is marked as popular.
- **merchandising.badges** *(array of strings, optional)*: listing or seller badges.
- **attributes** *(object, optional)*: source-specific watch attributes that do not fit a stronger shared product group.

### Data Model Notes

- **Identity fields:** use `record_id` for upserts and repeated-run matching; use `url` and `source_context.fingerprint` as secondary keys when present.
- **Provenance fields:** `source_context` helps trace each record back to the public source URL, canonical URL, detail URL, scrape time, and enrichment status when available.
- **Business attributes:** `product`, `pricing`, `availability`, `shipping`, `seller`, `media`, and `location` carry the main user-facing value for analysis and review.
- **Metrics and counts:** `metrics` values should be treated as point-in-time public signals.
- **Nested objects:** related values are grouped to make JSON-first ETL, warehouse loading, and human review cleaner.
- **Optional fields:** null-check fields that depend on listing type, seller visibility, selected inputs, enrichment, or what Chrono24 exposes for a record.
- **Repeated runs:** compare records by stable key and store Apify run ID, input configuration, and export timestamp alongside the dataset when building audit trails.

### Data Quality, Guarantees, And Handling

- **Structured records:** results are normalized into predictable JSON objects for downstream use.
- **Field preservation:** meaningful schema-supported values should be kept in stable public fields or grouped objects instead of being silently discarded; optional source values may still be absent when Chrono24 does not expose them for a specific record.
- **Best-effort extraction:** fields may vary by region, availability, account visibility, UI experiments, or source-side changes.
- **Optional fields:** null-check in downstream code and dashboards.
- **Deduplication:** use `record_id` as the primary stable key, with `url` or `source_context.fingerprint` as secondary keys when useful.
- **Freshness:** results reflect the publicly available data at run time.
- **Repeated runs:** use the recommended idempotency key when syncing data into warehouses, CRMs, search indexes, vector stores, or monitoring systems.
- **Schema awareness:** downstream systems should rely on documented fields and handle newly missing optional fields gracefully.
- **Run receipts:** use `RUN-SUMMARY` and `RUN-REPORT.html` to audit record counts, enrichment status, coverage signals, warnings, and export readiness without treating them as replacement dataset records.

### Tips For Best Results

- Start with a narrow validation scope to confirm output shape before scaling up.
- Use one brand, model, reference number, price band, or country segment per run when you need cleaner comparison.
- Leave optional filters empty when the goal is broad discovery.
- Add filters gradually to understand how each field changes scope and field coverage.
- Use the same `currency` across recurring price-monitoring runs.
- Enable `enrich_data` only when richer listing-level details are required.
- Use `record_id` for deduplication when storing results over time.
- Review `RUN-SUMMARY` and `RUN-REPORT.html` before importing results into production dashboards or pipelines.

### How To Run On Apify

1. Open the actor in Apify Console.
2. Configure the available input fields for the watch segment you want to collect.
3. Review optional filters such as brand, model, price range, condition, seller type, and enrichment.
4. Click **Start** and wait for the run to finish.
5. Open the dataset and inspect the first records.
6. Download results in JSON, CSV, Excel, or another supported format.

### Agentic And API-First Usage

Chrono24 Scraper can be used as a structured data acquisition step inside larger automated workflows. It is well suited for workflows that select a search scope, collect watch listing records, validate the output contract, summarize the run, and upsert records into downstream systems.

Agent workflow pattern:

1. Generate or select a scoped input from the supported schema.
2. Run the actor manually, on a schedule, or through Apify platform automation.
3. Wait for completion and read the dataset records.
4. Validate records against the Field Reference.
5. Read `RUN-SUMMARY` or `RUN-REPORT.html` to verify counts, enrichment status, warnings, and export readiness.
6. Upsert records into the downstream system using `record_id`.
7. Trigger analysis, enrichment, alerts, BI refreshes, vector/search indexing, or human review.

Practical notes for agentic use:

- Keep prompts and automations grounded in the documented input parameters.
- Start with small validation runs before allowing broad automated collection.
- Feed the Field Reference and a small output sample to downstream AI steps.
- Feed run summary artifacts to downstream agents so they can reason about completion, record counts, enrichment status, and follow-up actions.
- Treat optional fields as nullable instead of asking agents to infer missing values.
- Store run ID, input configuration, and dataset export metadata outside the record when building audit trails.
- For tools such as Claude, Codex, internal copilots, or workflow agents, pass the input schema, Field Reference, idempotency key, and one representative output example rather than the full README when context is limited.

### Scheduling & Automation

#### Scheduling

**Automated Data Collection**

Schedule recurring runs to keep watch listing datasets fresh for monitoring, reporting, and comparison workflows. Reuse the same input configuration when you need comparable results across time.

- Navigate to **Schedules** in Apify Console
- Create a new schedule, such as daily, weekly, or custom cron
- Configure input parameters
- Enable notifications for run completion
- Add webhooks for automated processing

#### Integration Options

- **BI dashboards:** monitor pricing, availability, seller types, brands, models, and geographic distribution over time.
- **Warehouses and data lakes:** store normalized watch listing records for historical analysis and market intelligence.
- **Webhooks:** trigger validation, notification, enrichment, or ingestion workflows after each completed run.
- **MCP connectors:** authorize a connector in Apify, select it in `mcpConnectors`, and use the delivered run summary in the destination tool.
- **Google Sheets or Airtable:** review smaller exports, triage listings, and share selected records with non-technical stakeholders.
- **Search or vector indexes:** index titles, descriptions, product attributes, and seller context for discovery and AI-assisted research.
- **Alerts and reporting:** compare recurring runs and notify teams when selected brands, price bands, or availability signals change.

### Export Formats And Downstream Use

- **JSON:** for APIs, applications, AI agents, and data pipelines that preserve nested objects.
- **CSV or Excel:** for spreadsheet workflows, stakeholder review, and lightweight analysis.
- **API access:** for automated ingestion into internal systems.
- **BI and warehouses:** for reporting, dashboards, historical analysis, and monitoring.
- **Search or vector indexes:** for discovery, semantic search, retrieval workflows, and agent context.

### Downstream Pipeline Guide

- **Idempotency:** use `record_id` for upserts; keep `url` and `source_context.fingerprint` as secondary matching signals when present.
- **Null handling:** treat optional fields as nullable, especially enriched details, seller metrics, media galleries, shipping, and availability text.
- **Type handling:** preserve numbers, booleans, arrays, and nested objects when exporting to JSON-first systems.
- **Flattening:** if exporting to CSV or Excel, flatten nested objects deliberately and keep the original JSON export for full fidelity.
- **Partitioning:** store run date, input segment, brand, model, price band, country, or workflow name alongside records for easier analysis.
- **Change detection:** compare repeated runs by `record_id` and selected business fields such as price, currency, availability, seller, location, and title.
- **Quality checks:** monitor record count, required identifiers, duplicate rate, enrichment status, and fill rates for important optional groups.
- **Human review:** route records with missing critical fields, unusual prices, changed availability, or unexpected seller/location values into a review queue.
- **Retention:** decide how long to keep raw exports versus normalized warehouse tables based on your use case.

### Performance And Coverage Expectations

Current public output performance should be treated as workload-dependent. The available current validation evidence confirms schema validity, dataset/KV artifact writing, and summary generation; it does not provide a representative measured benchmark for normal production-scale listing output under every input shape.

Estimated guidance:

- **Small runs (< 1,000 outputs):** about 3-5 minutes.
- **Medium runs (1,000-5,000 outputs):** about 5-15 minutes.
- **Large runs (5,000+ outputs):** about 15-30 minutes.

Execution time varies based on filters, result volume, Chrono24 availability, page response size, selected sort order, and how much information is returned per record. Highly filtered runs can finish faster, while broad discovery or detail-rich records may take longer. Enable `enrich_data` only when richer listing-level details are useful for the workflow.

### Limitations

- Availability depends on what Chrono24 publicly exposes at run time.
- Some optional fields may be missing on sparse listings or records without detail-level information.
- Very broad searches may take longer and can be easier to manage when split into smaller input segments.
- Region, language, account visibility, seller type, and listing availability can affect visible values.
- Target-side changes can affect field availability or naming.
- The actor provides structured public listing data, not investment advice, valuation advice, legal advice, or guaranteed market completeness.

### Troubleshooting

- **No results returned:** check direct URLs, filters, price ranges, and whether Chrono24 has public records matching the selected criteria.
- **Fewer results than expected:** broaden filters or verify that enough matching public listings exist.
- **Some fields are empty:** optional fields depend on what each listing publicly provides and whether richer detail collection is enabled.
- **Duplicate-looking records:** compare `record_id` first, then review `url` and `source_context.fingerprint` when present.
- **Run takes longer than expected:** reduce scope for validation or split broad collection into smaller segments.
- **Output changed:** compare the current output with the Field Reference and include a small sample when reporting the issue.
- **Downstream import failed:** check JSON validity, nullable fields, nested objects, and whether the destination expects flattened columns.
- **MCP summary did not arrive:** confirm that the connector is authorized in Apify and selected in `mcpConnectors`; the dataset and key-value-store artifacts remain the primary outputs.

### FAQ

**What data does this actor collect?**\
It collects public Chrono24 watch listing records, including listing identity, product details, pricing, availability, shipping, location text, media, seller context, metrics, and enrichment status when available.

**Can I filter by brand, model, reference number, price, or status?**
Yes. The input schema supports direct URLs, brand, model, production year, location, availability, new/used state, condition, seller type, watch style, watch type, reference number, price range, currency, language, and additional watch specification filters.

**Why did I receive fewer results than expected?**\
The selected criteria may have fewer visible public matches, or the source may return fewer records for that segment.

**Where can I find the run summary?**\
Open the run's key-value store and look for `RUN-SUMMARY` and `RUN-REPORT.html`.

**How should I choose my first run scope?**\
Start with one direct URL or one narrow filter set, inspect the dataset shape, then broaden the search or add more segments after confirming the output matches your use case.

**Can I schedule recurring runs?**\
Yes. Use Apify Schedules to run the same input daily, weekly, or on a custom schedule.

**How do I avoid duplicates across runs?**\
Use `record_id` as the primary unique key. Keep `url` and `source_context.fingerprint` as secondary keys when present.

**What is the best field to use as a unique key?**\
Use `record_id`.

**Can I use the output with AI agents or automated workflows?**\
Yes. Use the input schema, Field Reference, representative output example, and run summary artifacts to keep automated workflows grounded in the documented contract.

**Can I export the data to CSV, Excel, or JSON?**\
Yes. Apify datasets support common export formats, including JSON, CSV, and Excel.

**Does this actor collect private data?**\
The actor is intended for publicly available Chrono24 listing information. Users are responsible for using the data lawfully and responsibly.

**What should I include when reporting an issue?**\
Include the run ID, redacted input, expected behavior, actual behavior, a small output sample if useful, and the export or downstream destination if the issue is pipeline-related.

### Compliance & Ethics

#### Responsible Data Collection

This actor collects publicly available watch listing information from Chrono24 for legitimate business purposes, including:

- **Watch and marketplace** research and market analysis
- Public pricing, availability, and sourcing workflows
- Catalog enrichment, monitoring, and operational reporting

This section is informational and not legal advice.

#### Best Practices

- Use collected data in accordance with applicable laws, regulations, and the target site's terms.
- Respect individual privacy and personal information.
- Use data responsibly and avoid disruptive or excessive collection.
- Do not use this actor for spamming, harassment, discrimination, or other harmful purposes.
- Follow relevant data protection requirements where applicable, such as GDPR, CCPA, or sector-specific rules.
- Review your own retention, access control, and data-sharing policies before operationalizing the dataset.

### Support

For help, use the actor page or Issues section. Include the input used with sensitive values redacted, the Apify run ID, expected versus actual behavior, a small output sample when relevant, and the downstream destination or export format if the issue is pipeline-related.

# Actor input Schema

## `url` (type: `array`):

Paste one or more supported Chrono24 URLs, such as a search results page, a brand or model listing page, or an individual watch listing. Use direct URLs for precise, repeatable collection; structured filters below can also create additional search targets when filled.

## `brand` (type: `array`):

Choose one or more Chrono24 brands to build a focused marketplace search. Brand filters are useful for competitive tracking, inventory research, and repeatable exports for a known manufacturer set.

## `model` (type: `array`):

Choose one or more model families when you want a narrower watch search than brand alone. This is useful for monitoring specific lines such as Submariner, Speedmaster, Nautilus, or Tank using Chrono24 catalog filters.

## `production_year` (type: `array`):

Select one or more production years when the age of the watch matters for sourcing, valuation, or collection monitoring. Leave empty to include listings regardless of production year.

## `location` (type: `array`):

Select one or more seller locations to focus the search on particular markets. Use this for regional price comparison, import planning, or monitoring inventory available from specific countries.

## `availability` (type: `array`):

Choose whether to include in-stock watches, watches that need to be procured, or listings available on request. Leave empty when availability should not narrow the dataset.

## `new_used` (type: `array`):

Select new/unworn, used, or listings without status details. Use this to separate retail-like inventory from pre-owned marketplace listings.

## `condition` (type: `array`):

Choose condition levels such as new, very good, good, fair, or incomplete. This helps keep pricing analysis and downstream comparisons aligned to comparable listing quality.

## `seller_type` (type: `array`):

Limit results to Chrono24 Direct, private sellers, professional dealers, or any combination. This is useful when comparing dealer inventory against private-market listings.

## `gender` (type: `array`):

Select the Chrono24 audience category, such as men's/unisex or women's watches. Leave empty when the search should include all audience categories.

## `watch_style` (type: `array`):

Select one or more Chrono24 style categories such as diving watches, chronographs, dress watches, or business watches. Use this when the buying theme matters more than a single brand or model.

## `watch_type` (type: `array`):

Choose wristwatches, pocket watches, or other watch and clock categories. Leave empty for the broadest Chrono24 watch search.

## `reference_number` (type: `array`):

Choose one or more Chrono24 reference-number options when you need highly precise collection for exact variants. Reference numbers are kept as identifiers and are best for valuation, backfills, and repeatable monitoring.

## `currency` (type: `string`):

Select the currency Chrono24 should use when showing listing prices in generated searches. Use a consistent currency across scheduled runs or ETL exports when comparing prices over time.

## `language` (type: `string`):

Select the language used for generated Chrono24 search pages. Keep one language across repeat runs when you want stable text values for downstream processing.

## `sort_by` (type: `string`):

Select the Chrono24 sort order for searches created from direct URLs or structured filters. Use relevance for broad discovery, most recent for monitoring new listings, or price sorting for market research.

## `min_price` (type: `integer`):

Enter the lowest price to include in generated searches. Use this to exclude low-value listings or accessories when building cleaner exports for valuation and market analysis.

## `max_price` (type: `integer`):

Enter the highest price to include in generated searches. Use this to keep broad searches within a target budget, collection tier, or downstream import scope.

## `case_diameter` (type: `array`):

Select one or more case sizes in millimeters. This helps narrow searches to wearable size ranges, collection preferences, or comparable watch variants.

## `lug_width` (type: `array`):

Select one or more lug-width values in millimeters when strap compatibility or case proportions matter for the collection scope. Leave empty when lug width is not a requirement.

## `case_thickness` (type: `array`):

Select one or more case-thickness values in millimeters. Use this for searches where profile, fit, or variant comparison matters.

## `functions_movement` (type: `array`):

Select movement types such as automatic, manual winding, quartz, or solar, and functions such as chronograph, GMT, moon phase, date, or tourbillon. Use this for feature-based sourcing and analytics.

## `dial` (type: `array`):

Choose dial numeral styles and colors to focus the search on specific variants. This is useful for collectors, inventory matching, and downstream variant analysis.

## `case` (type: `array`):

Select case materials, bezel materials, crystal types, or water-resistance levels. Use these filters when physical specifications are important for sourcing, valuation, or product matching.

## `bracelet` (type: `array`):

Select band materials or colors to narrow the search to specific configurations. This is useful when bracelet condition, metal type, or strap style affects value or matching.

## `clasp` (type: `array`):

Choose clasp materials or clasp styles when the bracelet configuration matters for valuation, authenticity review, or inventory matching.

## `additional_attributes` (type: `array`):

Select source-specific attributes such as limited edition, chronometer, display back, power reserve display, screw-down crown, or special edition. Use these filters for high-intent sourcing and more precise downstream segmentation.

## `enrich_data` (type: `boolean`):

Enable this when you need fuller records for analysis or ETL handoff. Leave it off for faster validation runs, lightweight monitoring, or cases where search-result fields are enough.

## `limit` (type: `integer`):

Maximum records to save for each source URL or keyword search. Use a bounded value for validation, recurring monitors, and ETL batches; leave empty when the actor should collect all available results.

## `mcpConnectors` (type: `array`):

Choose user-authorized MCP connectors for optional post-run delivery, notifications, or workflow handoff. Leave empty to only save results to the Apify dataset and key-value store.

## Actor input object example

```json
{
  "url": [
    "https://www.chrono24.com/rolex/gmt-master-ii--mod4.htm"
  ],
  "currency": "USD",
  "language": "en_US",
  "sort_by": "most_relevant",
  "enrich_data": true,
  "limit": 100,
  "mcpConnectors": []
}
```

# Actor output Schema

## `results` (type: `string`):

Grouped Chrono24 watch product records saved by this run.

## `runSummaryJson` (type: `string`):

Machine-readable end-of-run summary with saved-record totals, input scope, enrichment status, coverage counts, market breakdowns, warnings, and representative records.

## `runSummaryHtml` (type: `string`):

Human-readable HTML report with key Chrono24 run totals, enrichment status, coverage counts, market breakdowns, warnings, and representative records.

# 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 = {
    "url": [
        "https://www.chrono24.com/rolex/gmt-master-ii--mod4.htm"
    ],
    "limit": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("fatihtahta/chrono24-scraper").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 = {
    "url": ["https://www.chrono24.com/rolex/gmt-master-ii--mod4.htm"],
    "limit": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("fatihtahta/chrono24-scraper").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 '{
  "url": [
    "https://www.chrono24.com/rolex/gmt-master-ii--mod4.htm"
  ],
  "limit": 100
}' |
apify call fatihtahta/chrono24-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Chrono24 Scraper with Description & Features",
        "description": "Extract unlimited Chrono24 watch listings as clean JSON with prices, specs, seller details, media, locations, and optional enrichment. Built for market research, price tracking, inventory monitoring, BI dashboards, and AI-agent workflows.",
        "version": "0.0",
        "x-build-id": "ASFFFRvcEcAF5Jpmi"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/fatihtahta~chrono24-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-fatihtahta-chrono24-scraper",
                "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/fatihtahta~chrono24-scraper/runs": {
            "post": {
                "operationId": "runs-sync-fatihtahta-chrono24-scraper",
                "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/fatihtahta~chrono24-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-fatihtahta-chrono24-scraper",
                "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": {
                    "url": {
                        "title": "Add Direct Chrono24 URLs (search pages, brand/model pages, or individual listings)",
                        "type": "array",
                        "description": "Paste one or more supported Chrono24 URLs, such as a search results page, a brand or model listing page, or an individual watch listing. Use direct URLs for precise, repeatable collection; structured filters below can also create additional search targets when filled.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "brand": {
                        "title": "Select Watch Brands to Include",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose one or more Chrono24 brands to build a focused marketplace search. Brand filters are useful for competitive tracking, inventory research, and repeatable exports for a known manufacturer set.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "a_lange_and_sohne",
                                "abp_paris",
                                "accutron",
                                "adidas",
                                "aerowatch",
                                "aigner",
                                "alain_silberstein",
                                "alexander_shorokhoff",
                                "alfred_dunhill",
                                "alfred_rochat_and_fils",
                                "alpina",
                                "altanus",
                                "andersen_geneve",
                                "andreas_strehler",
                                "angelus",
                                "angular_momentum",
                                "anonimo",
                                "apple",
                                "aquanautic",
                                "aquastar",
                                "aristo",
                                "armand_nicolet",
                                "armani",
                                "armin_strom",
                                "arnold_and_son",
                                "artya",
                                "askania",
                                "ateliers_demonaco",
                                "atelier_wen",
                                "atlantic",
                                "audemars_piguet",
                                "auguste_reymond",
                                "auricoste",
                                "autodromo",
                                "avier",
                                "awake",
                                "azimuth",
                                "azzaro",
                                "b_r_m",
                                "ball",
                                "balmain",
                                "baltic",
                                "barthelay",
                                "baume_and_mercier",
                                "beaubleu",
                                "bedat_and_co",
                                "behrens",
                                "bell_and_ross",
                                "benrus",
                                "benzinger",
                                "bertolucci",
                                "beuchat",
                                "biatec",
                                "bifora",
                                "black_out_concept",
                                "blancpain",
                                "blu",
                                "boegli",
                                "bogner_time",
                                "boldr",
                                "bombardier",
                                "bomberg",
                                "boucheron",
                                "bovet",
                                "breda",
                                "breguet",
                                "breil",
                                "breitling",
                                "bremont",
                                "brior",
                                "bruno_sohnle",
                                "bulgari",
                                "bulova",
                                "bunz",
                                "burberry",
                                "bwc_swiss",
                                "c_h_wolf",
                                "cabestan",
                                "cadet_chronostar",
                                "camel_active",
                                "candino",
                                "carl_f_bucherer",
                                "carlo_ferrara",
                                "cartier",
                                "casio",
                                "catena",
                                "catorex",
                                "cattin",
                                "century",
                                "cerruti",
                                "certina",
                                "chanel",
                                "charmex",
                                "charriol",
                                "chase_durer",
                                "chaumet",
                                "chopard",
                                "christiaan_v_d_klaauw",
                                "christophe_claret",
                                "christopher_ward",
                                "chronographe_suisse_cie",
                                "chronosport",
                                "chronoswiss",
                                "citizen",
                                "ck_calvin_klein",
                                "classic_watch_construction",
                                "claude_bernard",
                                "claude_meylan",
                                "clerc",
                                "concord",
                                "condor",
                                "cornehl",
                                "cortebert",
                                "corum",
                                "cronus",
                                "cuervo_y_sobrinos",
                                "cvstos",
                                "cwc",
                                "cyclos",
                                "cyma",
                                "cyrus",
                                "czapek",
                                "d_dornbluth_and_sohn",
                                "damasko",
                                "daniel_roth",
                                "davidoff",
                                "david_yurman",
                                "davosa",
                                "de_bethune",
                                "deep_blue",
                                "de_grisogono",
                                "delacour",
                                "delance",
                                "delaneau",
                                "delma",
                                "dennison",
                                "depancel",
                                "devon",
                                "dewitt",
                                "diesel",
                                "dietrich",
                                "dior",
                                "dkny",
                                "dodane",
                                "dolce_and_gabbana",
                                "doxa",
                                "dubey_and_schaldenbrand",
                                "dubois_1785",
                                "dubois_et_fils",
                                "dugena",
                                "ebel",
                                "eberhard_and_co",
                                "echo_neutra",
                                "edox",
                                "eichmuller",
                                "election",
                                "elgin",
                                "elysee",
                                "enicar",
                                "ennebi",
                                "epos",
                                "ernest_borel",
                                "ernst_benz",
                                "erwin_sattler",
                                "esprit",
                                "eterna",
                                "f_p_journe",
                                "faberge",
                                "farer",
                                "favre_leuba",
                                "fendi",
                                "festina",
                                "flik_flak",
                                "fludo",
                                "formex",
                                "fortis",
                                "fossil",
                                "franck_dubarry",
                                "franck_muller",
                                "franc_vila",
                                "frederic_jouvenot",
                                "frederique_constant",
                                "furlan_marri",
                                "gaga_milano",
                                "gallet",
                                "gant",
                                "garde",
                                "garmin",
                                "georges_v",
                                "gerald_charles",
                                "gerald_genta",
                                "germano_and_walter",
                                "gevril",
                                "gigandet",
                                "girard_perregaux",
                                "giuliano_mazzuoli",
                                "glashutte_original",
                                "glycine",
                                "golana",
                                "graf",
                                "graham",
                                "grand_seiko",
                                "greubel_forsey",
                                "gronefeld",
                                "grovana",
                                "gruen",
                                "gubelin",
                                "gub_glashutte",
                                "gucci",
                                "guess",
                                "guy_laroche",
                                "h_moser_and_cie",
                                "habring2",
                                "hacher",
                                "haemmer",
                                "hamilton",
                                "hanhart",
                                "harry_winston",
                                "harwood",
                                "haurex",
                                "hautlence",
                                "hd3",
                                "hebdomas",
                                "hegid",
                                "helvetia",
                                "hermes",
                                "heuer",
                                "hirsch",
                                "huber",
                                "hublot",
                                "hugo_boss",
                                "hyt",
                                "ice_watch",
                                "ikepod",
                                "illinois",
                                "ingersoll",
                                "invicta",
                                "iron_annie",
                                "issey_miyake",
                                "iwc",
                                "j_chevalier",
                                "jacob_and_co",
                                "jacob_jensen",
                                "jacques_bianchi",
                                "jacques_etoile",
                                "jacques_lemans",
                                "jaeger_lecoultre",
                                "jaermann_and_stubi",
                                "jaquet_droz",
                                "jb_gioacchino",
                                "jean_deve",
                                "jean_lassale",
                                "jean_marcel",
                                "jean_perret",
                                "jeanrichard",
                                "joop",
                                "jorg_hysek",
                                "jorg_schauer",
                                "jules_jurgensen",
                                "junghans",
                                "junkers",
                                "justex",
                                "juvenia",
                                "kelek",
                                "khs",
                                "kienzle",
                                "kleber_uhrenatelier",
                                "kobold",
                                "konstantin_chaykin",
                                "korloff",
                                "krieger",
                                "kronsegler",
                                "kurono_tokyo",
                                "kurt_schaffo",
                                "l_leroy",
                                "lepee",
                                "laco",
                                "lacoste",
                                "lancaster",
                                "lanco",
                                "lang_and_heyne",
                                "laurent_ferrier",
                                "lebeau_courally",
                                "leinfelder",
                                "lemania",
                                "leonidas",
                                "linde_werdelin",
                                "lip",
                                "liv_watches",
                                "locman",
                                "longines",
                                "longio",
                                "lorenz",
                                "lorier",
                                "lorus",
                                "louis_erard",
                                "louis_moinet",
                                "louis_vuitton",
                                "louis_xvi",
                                "lucien_rochat",
                                "ludovic_ballouard",
                                "luminox",
                                "lum_tec",
                                "m_a_d_editions",
                                "m_and_m_swiss_watch",
                                "maen",
                                "magellan",
                                "marcello_c",
                                "margi",
                                "martin_braun",
                                "marvin",
                                "maserati",
                                "mathey_tissot",
                                "mauboussin",
                                "maurice_de_mauriac",
                                "maurice_lacroix",
                                "mb_and_f",
                                "meccaniche_veloci",
                                "meistersinger",
                                "mercure",
                                "mercury",
                                "meyers",
                                "michael_kors",
                                "michele",
                                "michel_herbelin",
                                "michel_jordi",
                                "mido",
                                "milleret",
                                "milus",
                                "minerva",
                                "ming",
                                "momentum",
                                "momo_design",
                                "mondaine",
                                "mondia",
                                "montblanc",
                                "montega",
                                "morellato",
                                "moritz_grossmann",
                                "movado",
                                "muhle_glashutte",
                                "n_b_yaeger",
                                "n_o_a",
                                "nautica",
                                "nauticfish",
                                "nethuns",
                                "nike",
                                "nina_ricci",
                                "nivada",
                                "nivrel",
                                "nixon",
                                "nomos",
                                "norqain",
                                "nouvelle_horlogerie_calabrese_nhc",
                                "odm",
                                "officina_del_tempo",
                                "ollech_and_wajs",
                                "omega",
                                "orator",
                                "orbita",
                                "orfina",
                                "orient",
                                "oris",
                                "otumm",
                                "out_of_order",
                                "panerai",
                                "parmigiani_fleurier",
                                "patek_philippe",
                                "paul_picot",
                                "pequignet",
                                "perrelet",
                                "perseo",
                                "philip_stein",
                                "philip_watch",
                                "piaget",
                                "pierre_balmain",
                                "pierre_cardin",
                                "pierre_deroche",
                                "pierre_kunz",
                                "poiray",
                                "police",
                                "poljot",
                                "poljot_international",
                                "porsche_design",
                                "prim",
                                "pro_hunter",
                                "pryngeps",
                                "pulsar",
                                "puma",
                                "quinting",
                                "rado",
                                "raidillon",
                                "rainer_brand",
                                "raketa",
                                "ralf_tech",
                                "ralph_lauren",
                                "raymond_weil",
                                "rebellion",
                                "record",
                                "rec_watches",
                                "ressence",
                                "revue_thommen",
                                "rgm",
                                "richard_mille",
                                "roamer",
                                "roberge",
                                "roger_dubuis",
                                "rolex",
                                "romain_jerome",
                                "rotary",
                                "rsw",
                                "ryser_kentfield",
                                "s_oliver",
                                "s_t_dupont",
                                "salvatore_ferragamo",
                                "sandoz",
                                "sarcar",
                                "sarpaneva",
                                "scalfaro",
                                "schauble_and_sohne",
                                "schaumburg",
                                "schwarz_etienne",
                                "sea_gull",
                                "sector",
                                "seiko",
                                "serica",
                                "sevenfriday",
                                "shellman",
                                "shinola",
                                "sicura",
                                "sinn",
                                "sjoo_sandstrom",
                                "skagen",
                                "slava",
                                "snyper",
                                "solvil",
                                "sothis",
                                "spaceone",
                                "speake_marin",
                                "spinnaker",
                                "squale",
                                "starkiin",
                                "steelcraft",
                                "steinhart",
                                "stowa",
                                "strom",
                                "studio_underd0g",
                                "stuhrling",
                                "swatch",
                                "swiss_military",
                                "tag_heuer",
                                "tavannes",
                                "tb_buti",
                                "technomarine",
                                "technos",
                                "tecnotempo",
                                "temption",
                                "tempvs_compvtare",
                                "tendence",
                                "terra_cielo_mare",
                                "theorein",
                                "the_royal_diamonds",
                                "thomas_ninchritz",
                                "thorr",
                                "tiffany",
                                "timberland_watches",
                                "timex",
                                "tissot",
                                "titus",
                                "tokyo_flash",
                                "tommy_hilfiger",
                                "tonino_lamborghini",
                                "traser",
                                "tudor",
                                "tutima",
                                "tw_steel",
                                "ublast",
                                "u_boat",
                                "ulysse_nardin",
                                "unikatuhren",
                                "unimatic",
                                "union_glashutte",
                                "universal_geneve",
                                "urban_jurgensen",
                                "urwerk",
                                "uts_munchen",
                                "vacheron_constantin",
                                "valbray",
                                "valentino",
                                "van_cleef_and_arpels",
                                "van_der_bauwede",
                                "venezianico",
                                "ventura",
                                "versace",
                                "vianney_halter",
                                "viceroy",
                                "victorinox_swiss_army",
                                "villemont",
                                "vincent_calabrese",
                                "visconti",
                                "vixa",
                                "vogard",
                                "vollmer",
                                "vostok",
                                "vostok_europe",
                                "voutilainen",
                                "vulcain",
                                "wakmann",
                                "waltham",
                                "welder",
                                "wempe",
                                "wenger",
                                "werenbach",
                                "west_end_watch_co",
                                "wittnauer",
                                "wyler",
                                "wyler_vetta",
                                "xemex",
                                "yema",
                                "yves_saint_laurent",
                                "zannetti_id_728",
                                "zannetti_id_264",
                                "zeitwinkel",
                                "zelos",
                                "zenith",
                                "zeno_watch_basel",
                                "zentra",
                                "zeppelin",
                                "zodiac",
                                "zrc"
                            ],
                            "enumTitles": [
                                "A. Lange & Söhne",
                                "ABP Paris",
                                "Accutron",
                                "Adidas",
                                "Aerowatch",
                                "Aigner",
                                "Alain Silberstein",
                                "Alexander Shorokhoff",
                                "Alfred Dunhill",
                                "Alfred Rochat & Fils",
                                "Alpina",
                                "Altanus",
                                "Andersen Genève",
                                "Andreas Strehler",
                                "Angelus",
                                "Angular Momentum",
                                "Anonimo",
                                "Apple",
                                "Aquanautic",
                                "Aquastar",
                                "Aristo",
                                "Armand Nicolet",
                                "Armani",
                                "Armin Strom",
                                "Arnold & Son",
                                "Artya",
                                "Askania",
                                "Ateliers deMonaco",
                                "Atelier Wen",
                                "Atlantic",
                                "Audemars Piguet",
                                "Auguste Reymond",
                                "Auricoste",
                                "Autodromo",
                                "Avier",
                                "AWAKE",
                                "Azimuth",
                                "Azzaro",
                                "B.R.M",
                                "Ball",
                                "Balmain",
                                "Baltic",
                                "Barthelay",
                                "Baume & Mercier",
                                "Beaubleu",
                                "Bedat & Co",
                                "Behrens",
                                "Bell & Ross",
                                "Benrus",
                                "Benzinger",
                                "Bertolucci",
                                "Beuchat",
                                "Biatec",
                                "Bifora",
                                "Black-Out Concept",
                                "Blancpain",
                                "blu",
                                "Boegli",
                                "Bogner Time",
                                "Boldr",
                                "Bombardier",
                                "Bomberg",
                                "Boucheron",
                                "Bovet",
                                "Breda",
                                "Breguet",
                                "Breil",
                                "Breitling",
                                "Bremont",
                                "Brior",
                                "Bruno Söhnle",
                                "Bulgari",
                                "Bulova",
                                "Bunz",
                                "Burberry",
                                "BWC-Swiss",
                                "C.H. Wolf",
                                "Cabestan",
                                "Cadet Chronostar",
                                "Camel Active",
                                "Candino",
                                "Carl F. Bucherer",
                                "Carlo Ferrara",
                                "Cartier",
                                "Casio",
                                "Catena",
                                "Catorex",
                                "Cattin",
                                "Century",
                                "Cerruti",
                                "Certina",
                                "Chanel",
                                "Charmex",
                                "Charriol",
                                "Chase-Durer",
                                "Chaumet",
                                "Chopard",
                                "Christiaan v.d. Klaauw",
                                "Christophe Claret",
                                "Christopher Ward",
                                "Chronographe Suisse Cie",
                                "Chronosport",
                                "Chronoswiss",
                                "Citizen",
                                "ck Calvin Klein",
                                "Classic Watch Construction",
                                "Claude Bernard",
                                "Claude Meylan",
                                "Clerc",
                                "Concord",
                                "Condor",
                                "Cornehl",
                                "Cortébert",
                                "Corum",
                                "Cronus",
                                "Cuervo y Sobrinos",
                                "Cvstos",
                                "CWC",
                                "Cyclos",
                                "Cyma",
                                "Cyrus",
                                "Czapek",
                                "D.Dornblüth & Sohn",
                                "Damasko",
                                "Daniel Roth",
                                "Davidoff",
                                "David Yurman",
                                "Davosa",
                                "De Bethune",
                                "Deep Blue",
                                "De Grisogono",
                                "DeLaCour",
                                "Delance",
                                "DeLaneau",
                                "Delma",
                                "Dennison",
                                "Depancel",
                                "Devon",
                                "Dewitt",
                                "Diesel",
                                "Dietrich",
                                "Dior",
                                "DKNY",
                                "Dodane",
                                "Dolce & Gabbana",
                                "Doxa",
                                "Dubey & Schaldenbrand",
                                "DuBois 1785",
                                "DuBois et fils",
                                "Dugena",
                                "Ebel",
                                "Eberhard & Co.",
                                "Echo/Neutra",
                                "Edox",
                                "Eichmüller",
                                "Election",
                                "Elgin",
                                "Elysee",
                                "Enicar",
                                "Ennebi",
                                "Epos",
                                "Ernest Borel",
                                "Ernst Benz",
                                "Erwin Sattler",
                                "Esprit",
                                "Eterna",
                                "F.P.Journe",
                                "Fabergé",
                                "Farer",
                                "Favre-Leuba",
                                "Fendi",
                                "Festina",
                                "Flik Flak",
                                "Fludo",
                                "Formex",
                                "Fortis",
                                "Fossil",
                                "Franck Dubarry",
                                "Franck Muller",
                                "Franc Vila",
                                "Frédéric Jouvenot",
                                "Frederique Constant",
                                "Furlan Marri",
                                "Gaga Milano",
                                "Gallet",
                                "Gant",
                                "Gardé",
                                "Garmin",
                                "Georges V",
                                "Gerald Charles",
                                "Gérald Genta",
                                "Germano & Walter",
                                "Gevril",
                                "Gigandet",
                                "Girard Perregaux",
                                "Giuliano Mazzuoli",
                                "Glashütte Original",
                                "Glycine",
                                "Golana",
                                "Graf",
                                "Graham",
                                "Grand Seiko",
                                "Greubel Forsey",
                                "Grönefeld",
                                "Grovana",
                                "Gruen",
                                "Gübelin",
                                "GUB Glashütte",
                                "Gucci",
                                "Guess",
                                "Guy Laroche",
                                "H.Moser & Cie.",
                                "Habring²",
                                "Hacher",
                                "Haemmer",
                                "Hamilton",
                                "Hanhart",
                                "Harry Winston",
                                "Harwood",
                                "Haurex",
                                "Hautlence",
                                "HD3",
                                "Hebdomas",
                                "Hegid",
                                "Helvetia",
                                "Hermès",
                                "Heuer",
                                "Hirsch",
                                "Huber",
                                "Hublot",
                                "Hugo Boss",
                                "HYT",
                                "Ice Watch",
                                "Ikepod",
                                "Illinois",
                                "Ingersoll",
                                "Invicta",
                                "Iron Annie",
                                "Issey Miyake",
                                "IWC",
                                "J. Chevalier",
                                "Jacob & Co.",
                                "Jacob Jensen",
                                "Jacques Bianchi",
                                "Jacques Etoile",
                                "Jacques Lemans",
                                "Jaeger-LeCoultre",
                                "Jaermann & Stübi",
                                "Jaquet-Droz",
                                "JB Gioacchino",
                                "Jean d'Eve",
                                "Jean Lassale",
                                "Jean Marcel",
                                "Jean Perret",
                                "JeanRichard",
                                "Joop",
                                "Jorg Hysek",
                                "Jörg Schauer",
                                "Jules Jürgensen",
                                "Junghans",
                                "Junkers",
                                "Justex",
                                "Juvenia",
                                "Kelek",
                                "KHS",
                                "Kienzle",
                                "Kleber Uhrenatelier",
                                "Kobold",
                                "Konstantin Chaykin",
                                "Korloff",
                                "Krieger",
                                "Kronsegler",
                                "Kurono Tokyo",
                                "Kurt Schaffo",
                                "L.Leroy",
                                "L'Epée",
                                "Laco",
                                "Lacoste",
                                "Lancaster",
                                "Lanco",
                                "Lang & Heyne",
                                "Laurent Ferrier",
                                "Lebeau-Courally",
                                "Leinfelder",
                                "Lemania",
                                "Leonidas",
                                "Linde Werdelin",
                                "Lip",
                                "Liv Watches",
                                "Locman",
                                "Longines",
                                "Longio",
                                "Lorenz",
                                "Lorier",
                                "Lorus",
                                "Louis Erard",
                                "Louis Moinet",
                                "Louis Vuitton",
                                "Louis XVI",
                                "Lucien Rochat",
                                "Ludovic Ballouard",
                                "Luminox",
                                "Lüm-Tec",
                                "M.A.D. Editions",
                                "M&M Swiss Watch",
                                "Maen",
                                "Magellan",
                                "Marcello C.",
                                "Margi",
                                "Martin Braun",
                                "Marvin",
                                "Maserati",
                                "Mathey-Tissot",
                                "Mauboussin",
                                "Maurice de Mauriac",
                                "Maurice Lacroix",
                                "Mb&f",
                                "Meccaniche Veloci",
                                "Meistersinger",
                                "Mercure",
                                "Mercury",
                                "Meyers",
                                "Michael Kors",
                                "Michele",
                                "Michel Herbelin",
                                "Michel Jordi",
                                "Mido",
                                "Milleret",
                                "Milus",
                                "Minerva",
                                "Ming",
                                "Momentum",
                                "Momo Design",
                                "Mondaine",
                                "Mondia",
                                "Montblanc",
                                "Montega",
                                "Morellato",
                                "Moritz Grossmann",
                                "Movado",
                                "Mühle Glashütte",
                                "N.B. Yäeger",
                                "N.O.A",
                                "Nautica",
                                "Nauticfish",
                                "Nethuns",
                                "Nike",
                                "Nina Ricci",
                                "Nivada",
                                "Nivrel",
                                "Nixon",
                                "NOMOS",
                                "Norqain",
                                "Nouvelle Horlogerie Calabrese (NHC)",
                                "ODM",
                                "Officina del Tempo",
                                "Ollech & Wajs",
                                "Omega",
                                "Orator",
                                "Orbita",
                                "Orfina",
                                "Orient",
                                "Oris",
                                "Otumm",
                                "Out of Order",
                                "Panerai",
                                "Parmigiani Fleurier",
                                "Patek Philippe",
                                "Paul Picot",
                                "Pequignet",
                                "Perrelet",
                                "Perseo",
                                "Philip Stein",
                                "Philip Watch",
                                "Piaget",
                                "Pierre Balmain",
                                "Pierre Cardin",
                                "Pierre DeRoche",
                                "Pierre Kunz",
                                "Poiray",
                                "Police",
                                "Poljot",
                                "Poljot International",
                                "Porsche Design",
                                "Prim",
                                "Pro-Hunter",
                                "Pryngeps",
                                "Pulsar",
                                "Puma",
                                "Quinting",
                                "Rado",
                                "Raidillon",
                                "Rainer Brand",
                                "Raketa",
                                "Ralf Tech",
                                "Ralph Lauren",
                                "Raymond Weil",
                                "Rebellion",
                                "Record",
                                "REC Watches",
                                "Ressence",
                                "Revue Thommen",
                                "RGM",
                                "Richard Mille",
                                "Roamer",
                                "Roberge",
                                "Roger Dubuis",
                                "Rolex",
                                "Romain Jerome",
                                "Rotary",
                                "RSW",
                                "Ryser Kentfield",
                                "S.Oliver",
                                "S.T. Dupont",
                                "Salvatore Ferragamo",
                                "Sandoz",
                                "Sarcar",
                                "Sarpaneva",
                                "Scalfaro",
                                "Schäuble & Söhne",
                                "Schaumburg",
                                "Schwarz Etienne",
                                "Sea-Gull",
                                "Sector",
                                "Seiko",
                                "Serica",
                                "Sevenfriday",
                                "Shellman",
                                "Shinola",
                                "Sicura",
                                "Sinn",
                                "Sjöö Sandström",
                                "Skagen",
                                "Slava",
                                "Snyper",
                                "Solvil",
                                "Sothis",
                                "SpaceOne",
                                "Speake-Marin",
                                "Spinnaker",
                                "Squale",
                                "Starkiin",
                                "Steelcraft",
                                "Steinhart",
                                "Stowa",
                                "Strom",
                                "Studio Underd0g",
                                "Stuhrling",
                                "Swatch",
                                "Swiss Military",
                                "TAG Heuer",
                                "Tavannes",
                                "TB Buti",
                                "Technomarine",
                                "Technos",
                                "Tecnotempo",
                                "Temption",
                                "Tempvs Compvtare",
                                "Tendence",
                                "Terra Cielo Mare",
                                "Theorein",
                                "The Royal Diamonds",
                                "Thomas Ninchritz",
                                "Thorr",
                                "Tiffany",
                                "Timberland Watches",
                                "Timex",
                                "Tissot",
                                "Titus",
                                "Tokyo Flash",
                                "Tommy Hilfiger",
                                "Tonino Lamborghini",
                                "Traser",
                                "Tudor",
                                "Tutima",
                                "TW Steel",
                                "Ublast",
                                "U-Boat",
                                "Ulysse Nardin",
                                "Unikatuhren",
                                "Unimatic",
                                "Union Glashütte",
                                "Universal Genève",
                                "Urban Jürgensen",
                                "Urwerk",
                                "UTS-München",
                                "Vacheron Constantin",
                                "Valbray",
                                "Valentino",
                                "Van Cleef & Arpels",
                                "Van Der Bauwede",
                                "Venezianico",
                                "Ventura",
                                "Versace",
                                "Vianney Halter",
                                "Viceroy",
                                "Victorinox Swiss Army",
                                "Villemont",
                                "Vincent Calabrese",
                                "Visconti",
                                "Vixa",
                                "Vogard",
                                "Vollmer",
                                "Vostok",
                                "Vostok Europe",
                                "Voutilainen",
                                "Vulcain",
                                "Wakmann",
                                "Waltham",
                                "Welder",
                                "Wempe",
                                "Wenger",
                                "Werenbach",
                                "West End Watch Co.",
                                "Wittnauer",
                                "Wyler",
                                "Wyler Vetta",
                                "Xemex",
                                "Yema",
                                "Yves Saint Laurent",
                                "Zannetti (ID 728)",
                                "Zannetti (ID 264)",
                                "Zeitwinkel",
                                "Zelos",
                                "Zenith",
                                "Zeno-Watch Basel",
                                "ZentRa",
                                "Zeppelin",
                                "Zodiac",
                                "ZRC"
                            ]
                        }
                    },
                    "model": {
                        "title": "Select Chrono24 Models to Include",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose one or more model families when you want a narrower watch search than brand alone. This is useful for monitoring specific lines such as Submariner, Speedmaster, Nautilus, or Tank using Chrono24 catalog filters.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "1000",
                                "103",
                                "104",
                                "1500",
                                "1815",
                                "1858",
                                "1908",
                                "1911",
                                "1919",
                                "1926",
                                "1942",
                                "1966",
                                "1972_id_820",
                                "1972_id_2877",
                                "2000",
                                "21_chronoscaph",
                                "21_must_de_cartier",
                                "222",
                                "29er",
                                "29er_big",
                                "4810",
                                "5",
                                "556",
                                "5_sports",
                                "6000",
                                "903",
                                "academia",
                                "academy",
                                "accutron",
                                "adamavi",
                                "admiral",
                                "admirals_cup",
                                "admirals_cup_ac_one",
                                "admirals_cup_challenger",
                                "admirals_cup_competition",
                                "admirals_cup_legend",
                                "aerospace",
                                "agonium",
                                "ahoi_neomatik",
                                "aiglon",
                                "aikon",
                                "air_command",
                                "air_king",
                                "airman",
                                "airspeed",
                                "alhambra",
                                "alpine_eagle",
                                "alpiner",
                                "alpinist",
                                "altiplano",
                                "american_1921",
                                "american_classic_psr",
                                "amvox",
                                "annual_calendar",
                                "aquanaut",
                                "aquaracer",
                                "aquaracer_300m",
                                "aquaracer_500m",
                                "aquaracer_lady",
                                "aquatimer",
                                "aquatimer_automatic_2000",
                                "aquis",
                                "aquis_small_second",
                                "arceau",
                                "argonautic",
                                "artelier",
                                "artelier_complication",
                                "assioma",
                                "astrale",
                                "astron",
                                "astron_gps_solar",
                                "atacama_field",
                                "atlas",
                                "atmos",
                                "augsburg",
                                "autavia",
                                "avenger",
                                "avenger_blackbird",
                                "avenger_hurricane",
                                "avenger_ii",
                                "avenger_ii_seawolf",
                                "avenger_seawolf",
                                "avenger_skyland",
                                "avenue",
                                "aviator_8",
                                "avigation",
                                "b_zero1",
                                "baby_g",
                                "baignoire",
                                "ballade_powermatic_80_cosc",
                                "ballon_blanc",
                                "ballon_bleu",
                                "bambino",
                                "baroncelli",
                                "baroncelli_ii",
                                "belisar",
                                "bell_matic",
                                "belluna",
                                "beluga",
                                "bentley_6_75",
                                "bentley_flying_b",
                                "bentley_gt",
                                "bentley_motors",
                                "benu",
                                "big_bang",
                                "big_bang_aero_bang",
                                "big_bang_ferrari",
                                "big_bang_integrated",
                                "big_bang_jeans",
                                "big_bang_king",
                                "big_bang_meca_10",
                                "big_bang_sang_bleu",
                                "big_bang_tutti_frutti",
                                "big_bang_unico",
                                "big_crown",
                                "big_crown_pointer_date",
                                "big_crown_propilot",
                                "big_ingenieur",
                                "big_pilot",
                                "big_pilot_top_gun",
                                "black_bay",
                                "black_bay_54",
                                "black_bay_68",
                                "black_bay_dark",
                                "black_bay_fifty_eight",
                                "black_bay_pro",
                                "blackbird",
                                "boheme",
                                "bold",
                                "bolt_68",
                                "boy_friend",
                                "br_01",
                                "br_03",
                                "br_05",
                                "brasilia",
                                "bridges",
                                "brightz",
                                "broadway",
                                "br_s",
                                "br_v1",
                                "br_v2",
                                "br_x1",
                                "bubble",
                                "bulgari",
                                "bumper",
                                "cabaret",
                                "calatrava_id_781",
                                "calatrava_id_3566",
                                "calibre_de_cartier",
                                "calibre_de_cartier_diver",
                                "callistino",
                                "callisto",
                                "cape_cod",
                                "capeland",
                                "captain",
                                "captain_cook_high_tech",
                                "captive_de_cartier",
                                "caribe",
                                "carrera",
                                "carrera_calibre_16",
                                "carrera_calibre_17",
                                "carrera_calibre_1887",
                                "carrera_calibre_36",
                                "carrera_calibre_5",
                                "carrera_calibre_6",
                                "carrera_calibre_7",
                                "carrera_calibre_heuer_01",
                                "carrera_heuer_02t",
                                "carrera_lady",
                                "carrera_porsche_chronograph_special_edition",
                                "carson",
                                "casablanca",
                                "cats_eye",
                                "celestial",
                                "cellini",
                                "cellini_danaos",
                                "cellini_prince",
                                "cellini_time",
                                "centrix",
                                "ceramica",
                                "challenge",
                                "champion_v",
                                "chariot",
                                "charms",
                                "chemin_de_tourelles",
                                "chimera",
                                "christal",
                                "chrono_4",
                                "chrono_cockpit",
                                "chronofighter",
                                "chronofighter_oversize",
                                "chronograph_id_623",
                                "chronograph_id_823",
                                "chronograph_id_799",
                                "chrono_hawk",
                                "chronomaster_sport",
                                "chronomat",
                                "chronomat_colt",
                                "chronomat_evolution",
                                "chrono_matic",
                                "chronometre_a_resonance",
                                "chronorally",
                                "chronospace",
                                "chronotimer",
                                "cintree_curvex",
                                "clair_de_rose",
                                "class_1",
                                "classic_id_715",
                                "classic_id_3517",
                                "classic_id_2114",
                                "classic_id_1891",
                                "classic_id_792",
                                "classic_id_3664",
                                "classic_id_3564",
                                "classic_id_671",
                                "classic_id_766",
                                "classic_id_1850",
                                "classic_id_1777",
                                "classic_dream",
                                "classic_fusion",
                                "classic_fusion_aerofusion",
                                "classic_fusion_racing_grey",
                                "classic_fusion_ultra_thin",
                                "classico_id_1958",
                                "classico_id_2436",
                                "classics",
                                "classics_art_deco",
                                "classics_carree",
                                "classics_index",
                                "classima",
                                "classique",
                                "class_one",
                                "cle_de_cartier",
                                "clifton",
                                "clipper",
                                "club",
                                "club_campus",
                                "club_neomatik",
                                "cobra",
                                "cockpit",
                                "code_11_59",
                                "coin_watch",
                                "colisee",
                                "color_dreams",
                                "colt",
                                "colt_oceane",
                                "colvmbvs",
                                "combat_sub",
                                "commander",
                                "compax",
                                "complications",
                                "connected",
                                "conquest",
                                "conquest_classic",
                                "conquest_heritage",
                                "conquistador",
                                "conquistador_cortez",
                                "conquistador_gpg",
                                "constellation",
                                "constellation_double_eagle",
                                "constellation_quadra",
                                "cougar",
                                "coupole",
                                "couturier",
                                "crash",
                                "crazy_hours",
                                "credor",
                                "cricket",
                                "crosswind_chronograph",
                                "cruise",
                                "crystal",
                                "c_type",
                                "cubitus",
                                "dancer",
                                "dashboard",
                                "datejust",
                                "datejust_ii",
                                "datejust_oysterquartz",
                                "datejust_turn_o_graph",
                                "datograph",
                                "da_vinci",
                                "day_date",
                                "day_date_ii",
                                "day_date_oysterquartz",
                                "daytona",
                                "deco",
                                "defy",
                                "defy_el_primero",
                                "defy_skyline",
                                "delices_de_cartier",
                                "de_ville",
                                "de_ville_co_axial",
                                "de_ville_hour_vision",
                                "de_ville_ladymatic",
                                "de_ville_prestige",
                                "de_ville_tresor",
                                "diabolo",
                                "diagono",
                                "diamaster",
                                "diamond",
                                "diastar",
                                "discovery",
                                "dive",
                                "diver_id_2297",
                                "diver_id_2360",
                                "divers",
                                "divers_sixty_five",
                                "dolce",
                                "dolcevita",
                                "double_mystery",
                                "drive_de_cartier",
                                "ds",
                                "ds_1",
                                "ds_2",
                                "ds_8",
                                "ds_action",
                                "ds_podium",
                                "dual_time",
                                "duograph",
                                "duometre",
                                "dynamic_chronograph",
                                "easy_diver",
                                "eco_drive_one",
                                "edifice",
                                "edward_piguet",
                                "egerie",
                                "elegance_collection",
                                "elegant_id_2365",
                                "elegant_id_2536",
                                "elegante",
                                "eliros",
                                "elite",
                                "elite_ultra_thin",
                                "ellipse",
                                "el_primero",
                                "el_primero_36000_vph",
                                "el_primero_chronomaster",
                                "el_primero_espada",
                                "el_primero_stratos_flyback",
                                "el_toro_black_toro",
                                "emergency",
                                "emperador",
                                "endeavour",
                                "endurance_pro",
                                "engineer_hydrocarbon",
                                "engineer_ii",
                                "engineer_iii",
                                "equestrian",
                                "ergon",
                                "evidenza",
                                "evolution_9_collection",
                                "excalibur",
                                "exceed",
                                "excellence",
                                "executive",
                                "executive_skeleton_tourbillon",
                                "explorer",
                                "explorer_ii",
                                "extra_fort",
                                "fastrider",
                                "fastrider_black_shield",
                                "ferrari_id_2144",
                                "ferrari_id_1088",
                                "fiaba",
                                "fifty_fathoms",
                                "fifty_fathoms_bathyscaphe",
                                "fiftysix",
                                "firshire",
                                "five_time_zone",
                                "flagship",
                                "flagship_heritage",
                                "flat_six",
                                "flieger",
                                "flightmaster",
                                "florence",
                                "for_bentley",
                                "form",
                                "form_a",
                                "formula_1",
                                "formula_1_calibre_16",
                                "formula_1_calibre_5",
                                "formula_1_solargraph",
                                "forza",
                                "freak",
                                "freelancer",
                                "galactic",
                                "galante",
                                "g_chrono",
                                "gefica",
                                "geneve",
                                "gentleman_id_1861",
                                "gentleman_id_2280",
                                "geophysic_universal_time",
                                "g_frame",
                                "glamour",
                                "globemaster",
                                "gmt_perpetual",
                                "gmt_master",
                                "gmt_master_ii",
                                "golden_bridge",
                                "golden_ellipse",
                                "gondolo",
                                "gouverneur",
                                "gp_7000",
                                "grand_carrera",
                                "grand_classic",
                                "grand_complications",
                                "grande_reverso",
                                "grande_reverso_976",
                                "grande_reverso_duo",
                                "grande_reverso_lady_ultra_thin",
                                "grande_reverso_lady_ultra_thin_duetto_duo",
                                "grande_reverso_ultra_thin",
                                "grande_seconde",
                                "grande_seconde_sw",
                                "grand_lange_1",
                                "grandmaster_chime",
                                "grand_prix_de_monaco_historique",
                                "grantour",
                                "gs",
                                "g_shock",
                                "gst",
                                "g_timeless",
                                "hampton",
                                "happy_diamonds",
                                "happy_sport",
                                "harmony",
                                "heritage_id_1764",
                                "heritage_id_1866",
                                "heritage_id_927",
                                "heritage_id_2431",
                                "heritage",
                                "heritage_advisor",
                                "heritage_chronometrie",
                                "heritage_collection",
                                "heritage_spirit",
                                "heure_h",
                                "historiador",
                                "hommage",
                                "huitieme",
                                "hydroconquest",
                                "hydronaut",
                                "hydronaut_ii",
                                "hyperchrome",
                                "hyperchrome_captain_cook",
                                "i_n_o_x",
                                "imperiale",
                                "ingenieur",
                                "ingenieur_amg",
                                "integral",
                                "intra_matic",
                                "island",
                                "j12",
                                "jazzmaster",
                                "jazzmaster_maestro",
                                "jazzmaster_open_heart",
                                "jazzmaster_performer",
                                "jazzmaster_seaview",
                                "jazzmaster_thinline",
                                "jazzmaster_viewmatic",
                                "jules_audemars",
                                "kalpa",
                                "kamasu",
                                "kelly",
                                "khaki_aviation",
                                "khaki_field",
                                "khaki_field_king",
                                "khaki_field_murph",
                                "khaki_navy",
                                "khaki_navy_belowzero",
                                "khaki_navy_frogman",
                                "khaki_navy_scuba",
                                "khaki_pilot",
                                "khaki_pilot_pioneer",
                                "khaki_x_wind",
                                "kinetic",
                                "king",
                                "kingmatic",
                                "king_power",
                                "kirium",
                                "kontiki",
                                "l_u_c",
                                "la_d_de_dior",
                                "ladies_automatic",
                                "la_dona_de_cartier",
                                "lady_8",
                                "lady_datejust",
                                "lady_diver",
                                "lady_serenade",
                                "la_grande_classique",
                                "la_monegasque",
                                "land_dweller",
                                "lange_1",
                                "langematik",
                                "langematik_perpetual",
                                "la_strada",
                                "laureato",
                                "le_brassus",
                                "legend_diver",
                                "le_locle",
                                "leman",
                                "leman_fly_back",
                                "leman_reveil_gmt",
                                "leman_ultra_slim",
                                "les_ateliers_d_art",
                                "les_classiques",
                                "les_grandes_classiques",
                                "l_evolution",
                                "limelight",
                                "lindbergh_hour_angle",
                                "linea",
                                "link",
                                "link_calibre_16",
                                "link_calibre_5",
                                "little_lange_1",
                                "long_island",
                                "lord_matic",
                                "lucea",
                                "ludwig",
                                "ludwig_neomatik",
                                "lukia",
                                "luminor",
                                "luminor_1950",
                                "luminor_base",
                                "luminor_chrono",
                                "luminor_due",
                                "luminor_due_luna",
                                "luminor_luna_rossa",
                                "luminor_marina",
                                "luminor_power_reserve",
                                "luminor_submersible",
                                "lunar_pilot",
                                "lyre",
                                "m2",
                                "mademoiselle",
                                "maestro",
                                "mako",
                                "malte",
                                "manero",
                                "manufacture",
                                "manufacture_classic",
                                "manufacture_slimline",
                                "manufacture_worldtimer",
                                "marine_id_1794",
                                "marine_id_1720",
                                "marine_chronometer_manufacture",
                                "marinemaster_id_3518",
                                "marinemaster_id_2094",
                                "mariner",
                                "marine_star",
                                "marine_torpilleur",
                                "master",
                                "master_banker",
                                "master_calendar",
                                "master_chronograph",
                                "master_collection",
                                "master_compressor",
                                "master_compressor_chronograph",
                                "master_compressor_diving_navy_seals",
                                "master_compressor_extreme_world",
                                "master_compressor_geographic",
                                "master_control",
                                "master_eight_days",
                                "master_geographic",
                                "master_grande_tradition",
                                "master_grande_ultra_thin",
                                "master_grand_tourbillon",
                                "master_hometime",
                                "master_memovox",
                                "master_minute_repeater",
                                "masterpiece",
                                "masterpiece_phases_de_lune",
                                "master_square",
                                "master_ultra_thin",
                                "master_ultra_thin_reserve_de_marche",
                                "matic",
                                "maverick",
                                "max_bill",
                                "max_bill_chronoscope",
                                "maxi_marine_diver",
                                "meister",
                                "meister_chronoscope",
                                "meister_pilot",
                                "memovox",
                                "metiers_dart",
                                "metro",
                                "metro_neomatik",
                                "m_force",
                                "michelangelo",
                                "midnight",
                                "milgauss",
                                "mille_miglia",
                                "millenary",
                                "millenary_4101",
                                "minute_repeater",
                                "miros",
                                "monaco",
                                "monaco_calibre_11",
                                "monaco_calibre_12",
                                "monarch",
                                "monster",
                                "montbrillant",
                                "montbrillant_datora",
                                "montecarlo",
                                "montecristo",
                                "monza",
                                "moon_dna",
                                "moonswatch",
                                "moorea",
                                "mp_collection",
                                "much_more",
                                "multifort",
                                "museum_id_924",
                                "museum_id_1697",
                                "n_03",
                                "nautilus",
                                "navitimer",
                                "navitimer_01",
                                "navitimer_1_b01_chronograph",
                                "navitimer_8",
                                "navitimer_cosmonaute",
                                "navitimer_heritage",
                                "navitimer_world",
                                "neo_classic",
                                "neptune",
                                "newport",
                                "nicolas_rieussec",
                                "noramis",
                                "ocean",
                                "ocean_star",
                                "oceanus",
                                "octa",
                                "octo",
                                "octo_finissimo",
                                "odysseus",
                                "old_navitimer",
                                "oposition",
                                "original",
                                "original_navy_seal",
                                "orion",
                                "orion_neomatik",
                                "overseas",
                                "oyster",
                                "oysterdate_big_block",
                                "oysterdate_precision",
                                "oyster_perpetual",
                                "oyster_precision",
                                "oyster_prince",
                                "pan_europ",
                                "pangaea",
                                "panograph",
                                "panoinverse",
                                "panoinverse_xl",
                                "panolunar_tourbillon",
                                "panomatic",
                                "panomaticinverse",
                                "panomatic_luna",
                                "panomaticlunar",
                                "panoreserve",
                                "panthere",
                                "parsifal",
                                "pasha",
                                "pasha_c",
                                "pasha_seatimer",
                                "patravi",
                                "patrimony",
                                "pavonina",
                                "pearlmaster",
                                "pelagos",
                                "pelagos_ultra",
                                "perpetual_calendar",
                                "pershing",
                                "petite_heure_minute",
                                "phidias",
                                "pierre_arpels",
                                "pilot",
                                "pilot_chronograph_top_gun",
                                "pilot_chronograph_top_gun_miramar",
                                "pilot_mark",
                                "pilot_spitfire_chronograph",
                                "pilot_spitfire_utc",
                                "pilot_timezoner",
                                "pilot_type_20",
                                "pilot_type_20_extra_special",
                                "pioneer",
                                "pocket_watch_id_769",
                                "pocket_watch_id_772",
                                "pocket_watch_id_795",
                                "pocket_watch_id_3570",
                                "pogue",
                                "polaris",
                                "polerouter",
                                "polo",
                                "polo_fortyfive",
                                "polo_s",
                                "pontos",
                                "pontos_s",
                                "pontos_s_diver",
                                "porsche_design",
                                "portofino",
                                "port_royal",
                                "portuguese",
                                "portuguese_minute_repeater",
                                "portuguese_yacht_club",
                                "possession",
                                "pr_100",
                                "prc_100",
                                "prc_200",
                                "precision_id_646",
                                "precision_id_2005",
                                "precisionist",
                                "premier",
                                "premiere",
                                "presage",
                                "presence",
                                "primaluna",
                                "prince",
                                "prince_date",
                                "prince_date_day",
                                "prince_oysterdate",
                                "project_z",
                                "promaster",
                                "promaster_land",
                                "promaster_marine",
                                "promaster_sky",
                                "promesse",
                                "prominente",
                                "propilot_x",
                                "prospex",
                                "protocole",
                                "pro_trek",
                                "prs_516",
                                "prx",
                                "prx_powermatic_80",
                                "quai_de_lile",
                                "quantieme_perpetual_calendar",
                                "quickster",
                                "radiomir",
                                "radiomir_1940",
                                "radiomir_black_seal",
                                "railroad",
                                "ranger",
                                "record",
                                "reflet",
                                "regulateur",
                                "reine_de_naples",
                                "rendez_vous",
                                "retrograde",
                                "rettangolo",
                                "reverso",
                                "reverso_classic_medium_duetto",
                                "reverso_classic_small",
                                "reverso_classic_small_duetto",
                                "reverso_classique",
                                "reverso_duetto",
                                "reverso_duetto_classique",
                                "reverso_duetto_duo",
                                "reverso_duoface",
                                "reverso_grande_taille",
                                "reverso_lady",
                                "reverso_squadra",
                                "reverso_squadra_hometime",
                                "reverso_squadra_lady_duetto",
                                "richard_lange",
                                "richeville",
                                "riviera",
                                "rm_010",
                                "rm_011",
                                "rm_016",
                                "rm_028",
                                "rm_029",
                                "rm_030",
                                "rm_035",
                                "rm_037",
                                "rm_055",
                                "rm_061",
                                "rm_07",
                                "rm_67",
                                "roadmaster",
                                "roadster",
                                "romvlvs",
                                "ronde_croisiere_de_cartier",
                                "ronde_de_cartier",
                                "ronde_louis_cartier",
                                "ronde_solo_de_cartier",
                                "rotonde_de_cartier",
                                "royal",
                                "royal_eagle",
                                "royal_oak",
                                "royal_oak_concept",
                                "royal_oak_double_balance_wheel_openworked",
                                "royal_oak_jumbo",
                                "royal_oak_mini",
                                "royal_oak_offshore",
                                "royal_oak_offshore_diver",
                                "royal_pop",
                                "runabout",
                                "s_a_r_rescue_timer",
                                "saint_imier",
                                "san_marco",
                                "santos",
                                "santos_100",
                                "santos_demoiselle",
                                "santos_dumont",
                                "santos_galbee",
                                "saratoga",
                                "saxonia",
                                "saxon_one",
                                "scafograf_300",
                                "scuba",
                                "scuba_fifty_fathoms",
                                "sea_dweller",
                                "sea_dweller_4000",
                                "sea_dweller_deepsea",
                                "sea_hawk",
                                "seamaster",
                                "seamaster_120_m",
                                "seamaster_300",
                                "seamaster_aqua_terra",
                                "seamaster_aqua_terra_worldtimer",
                                "seamaster_bullhead",
                                "seamaster_chronograph",
                                "seamaster_cosmic",
                                "seamaster_deville",
                                "seamaster_diver_300_m",
                                "seamaster_planet_ocean",
                                "seamaster_planet_ocean_worldtimer",
                                "seamaster_ploprof",
                                "seamaster_polaris",
                                "seamaster_railmaster",
                                "seamaster_ultra_deep_6000m",
                                "seaq",
                                "seastar",
                                "seastar_1000",
                                "seastar_2000",
                                "seastrong",
                                "sea_wolf",
                                "seikomatic",
                                "sel",
                                "selection",
                                "senator",
                                "senator_chronograph_xl",
                                "senator_chronometer",
                                "senator_chronometer_regulator",
                                "senator_cosmopolite",
                                "senator_excellence",
                                "senator_hand_date",
                                "senator_observer",
                                "series_800",
                                "serpenti",
                                "seventies",
                                "sherpa",
                                "silverstone",
                                "sintra",
                                "sixties",
                                "sky_dweller",
                                "slimline",
                                "solar",
                                "solotempo",
                                "sonata",
                                "souveraine",
                                "speedmaster",
                                "speedmaster_57",
                                "speedmaster_broad_arrow",
                                "speedmaster_chronoscope",
                                "speedmaster_mark_ii",
                                "speedmaster_mark_iii",
                                "speedmaster_mark_iv",
                                "speedmaster_professional_moonwatch",
                                "speedmaster_racing",
                                "speedmaster_reduced",
                                "speedmaster_super_racing",
                                "spirit_id_1774",
                                "spirit_id_3530",
                                "spirit_of_big_bang",
                                "spirit_of_liberty",
                                "sport_id_1731",
                                "sport_id_2374",
                                "sport_id_2246",
                                "sport_collection",
                                "sporto",
                                "sportura",
                                "sportwave",
                                "spyder",
                                "square_bang",
                                "st_moritz",
                                "star_id_1880",
                                "star_id_1871",
                                "star_id_1897",
                                "star_classique",
                                "startimer_pilot",
                                "star_wheel",
                                "stealth",
                                "stellina",
                                "stiletto",
                                "st_tropez",
                                "style",
                                "stylist",
                                "sub",
                                "submariner",
                                "submariner_no_date",
                                "submariner_date",
                                "submersible",
                                "submersible_bmg_tech",
                                "summit",
                                "sun_and_moon",
                                "super_avenger",
                                "super_avenger_ii",
                                "super_avi",
                                "superfast",
                                "superior",
                                "super_kontiki",
                                "supermarine",
                                "superocean",
                                "superocean_chronograph_ii",
                                "superocean_heritage",
                                "superocean_heritage_ii",
                                "superocean_ii",
                                "superocean_steelfish",
                                "swordfish",
                                "symphonette",
                                "tangente",
                                "tangente_neomatik",
                                "tango",
                                "tank",
                                "tank_americaine",
                                "tank_anglaise",
                                "tank_divan",
                                "tank_francaise",
                                "tank_louis_cartier",
                                "tank_mc",
                                "tank_solo",
                                "tank_vermeil",
                                "tazio_nuvolari",
                                "t_classic",
                                "ternos",
                                "ternos_professional",
                                "tetra",
                                "teutonia_ii",
                                "timemaster",
                                "timewalker",
                                "titanic_dna",
                                "t_lady",
                                "toccata",
                                "toledo",
                                "tonda",
                                "tonneau",
                                "top_time",
                                "toric",
                                "tortue",
                                "touch",
                                "t_race",
                                "tradition_id_2203",
                                "tradition_id_2603",
                                "tradition_id_2240",
                                "tradition_id_1721",
                                "traditionnelle",
                                "trainmaster",
                                "transocean",
                                "transocean_chronograph",
                                "transocean_chronograph_unitime",
                                "traveller",
                                "travel_time",
                                "traversetolo",
                                "tri_compax",
                                "trinity",
                                "true",
                                "true_thinline",
                                "t_sport",
                                "turbine",
                                "twenty_4",
                                "type_ii",
                                "type_xx_xxi_xxii",
                                "u50",
                                "v6_44",
                                "valiant",
                                "vanguard",
                                "velvet",
                                "vendome",
                                "ventura",
                                "viii",
                                "villeret",
                                "villeret_ultra_slim",
                                "vintage_id_759",
                                "vintage_id_1884",
                                "vintage_1945",
                                "vintage_rally",
                                "viro",
                                "wave",
                                "white_shadow",
                                "williams_f1",
                                "windrider",
                                "women",
                                "world_time",
                                "ww_tc",
                                "yacht_club",
                                "yachtman",
                                "yacht_master",
                                "yacht_master_ii",
                                "zeitwerk"
                            ],
                            "enumTitles": [
                                "1000",
                                "103",
                                "104",
                                "1500",
                                "1815",
                                "1858",
                                "1908",
                                "1911",
                                "1919",
                                "1926",
                                "1942",
                                "1966",
                                "1972 (ID 820)",
                                "1972 (ID 2877)",
                                "2000",
                                "21 Chronoscaph",
                                "21 Must de Cartier",
                                "222",
                                "29er",
                                "29er Big",
                                "4810",
                                "5",
                                "556",
                                "5 Sports",
                                "6000",
                                "903",
                                "Academia",
                                "Academy",
                                "Accutron",
                                "Adamavi",
                                "Admiral",
                                "Admiral's Cup",
                                "Admiral's Cup AC-One",
                                "Admiral's Cup Challenger",
                                "Admiral's Cup Competition",
                                "Admiral's Cup Legend",
                                "Aerospace",
                                "Agonium",
                                "Ahoi Neomatik",
                                "Aiglon",
                                "AIKON",
                                "Air Command",
                                "Air King",
                                "Airman",
                                "Airspeed",
                                "Alhambra",
                                "Alpine Eagle",
                                "Alpiner",
                                "Alpinist",
                                "Altiplano",
                                "American 1921",
                                "American Classic PSR",
                                "AMVOX",
                                "Annual Calendar",
                                "Aquanaut",
                                "Aquaracer",
                                "Aquaracer 300M",
                                "Aquaracer 500M",
                                "Aquaracer Lady",
                                "Aquatimer",
                                "Aquatimer Automatic 2000",
                                "Aquis",
                                "Aquis Small Second",
                                "Arceau",
                                "Argonautic",
                                "Artelier",
                                "Artelier Complication",
                                "Assioma",
                                "Astrale",
                                "Astron",
                                "Astron GPS Solar",
                                "Atacama Field",
                                "Atlas",
                                "Atmos",
                                "Augsburg",
                                "Autavia",
                                "Avenger",
                                "Avenger Blackbird",
                                "Avenger Hurricane",
                                "Avenger II",
                                "Avenger II Seawolf",
                                "Avenger Seawolf",
                                "Avenger Skyland",
                                "Avenue",
                                "Aviator 8",
                                "Avigation",
                                "B.Zero1",
                                "Baby-G",
                                "Baignoire",
                                "Ballade Powermatic 80 COSC",
                                "Ballon Blanc",
                                "Ballon Bleu",
                                "Bambino",
                                "Baroncelli",
                                "Baroncelli II",
                                "Belisar",
                                "Bell Matic",
                                "Belluna",
                                "Beluga",
                                "Bentley 6.75",
                                "Bentley Flying B",
                                "Bentley GT",
                                "Bentley Motors",
                                "BENU",
                                "Big Bang",
                                "Big Bang Aero Bang",
                                "Big Bang Ferrari",
                                "Big Bang Integrated",
                                "Big Bang Jeans",
                                "Big Bang King",
                                "Big Bang Meca-10",
                                "Big Bang Sang Bleu",
                                "Big Bang Tutti Frutti",
                                "Big Bang Unico",
                                "Big Crown",
                                "Big Crown Pointer Date",
                                "Big Crown ProPilot",
                                "Big Ingenieur",
                                "Big Pilot",
                                "Big Pilot Top Gun",
                                "Black Bay",
                                "Black Bay 54",
                                "Black Bay 68",
                                "Black Bay Dark",
                                "Black Bay Fifty-Eight",
                                "Black Bay Pro",
                                "Blackbird",
                                "Bohème",
                                "Bold",
                                "Bolt-68",
                                "Boy-Friend",
                                "BR 01",
                                "BR 03",
                                "BR 05",
                                "Brasilia",
                                "Bridges",
                                "Brightz",
                                "Broadway",
                                "BR S",
                                "BR V1",
                                "BR V2",
                                "BR-X1",
                                "Bubble",
                                "Bulgari",
                                "Bumper",
                                "Cabaret",
                                "Calatrava (ID 781)",
                                "Calatrava (ID 3566)",
                                "Calibre de Cartier",
                                "Calibre de Cartier Diver",
                                "Callistino",
                                "Callisto",
                                "Cape Cod",
                                "Capeland",
                                "Captain",
                                "Captain Cook High-Tech",
                                "Captive de Cartier",
                                "Caribe",
                                "Carrera",
                                "Carrera Calibre 16",
                                "Carrera Calibre 17",
                                "Carrera Calibre 1887",
                                "Carrera Calibre 36",
                                "Carrera Calibre 5",
                                "Carrera Calibre 6",
                                "Carrera Calibre 7",
                                "Carrera Calibre HEUER 01",
                                "Carrera Heuer-02T",
                                "Carrera Lady",
                                "Carrera Porsche Chronograph Special Edition",
                                "Carson",
                                "Casablanca",
                                "Cat's Eye",
                                "Celestial",
                                "Cellini",
                                "Cellini Danaos",
                                "Cellini Prince",
                                "Cellini Time",
                                "Centrix",
                                "Ceramica",
                                "Challenge",
                                "Champion V",
                                "Chariot",
                                "Charms",
                                "Chemin de Tourelles",
                                "Chimera",
                                "Christal",
                                "Chrono 4",
                                "Chrono Cockpit",
                                "Chronofighter",
                                "Chronofighter Oversize",
                                "Chronograph (ID 623)",
                                "Chronograph (ID 823)",
                                "Chronograph (ID 799)",
                                "Chrono Hawk",
                                "Chronomaster Sport",
                                "Chronomat",
                                "Chronomat Colt",
                                "Chronomat Evolution",
                                "Chrono-Matic",
                                "Chronometre à Resonance",
                                "Chronorally",
                                "Chronospace",
                                "Chronotimer",
                                "Cintrée Curvex",
                                "Clair de Rose",
                                "Class-1",
                                "Classic (ID 715)",
                                "Classic (ID 3517)",
                                "Classic (ID 2114)",
                                "Classic (ID 1891)",
                                "Classic (ID 792)",
                                "Classic (ID 3664)",
                                "Classic (ID 3564)",
                                "Classic (ID 671)",
                                "Classic (ID 766)",
                                "Classic (ID 1850)",
                                "Classic (ID 1777)",
                                "Classic Dream",
                                "Classic Fusion",
                                "Classic Fusion Aerofusion",
                                "Classic Fusion Racing Grey",
                                "Classic Fusion Ultra-Thin",
                                "Classico (ID 1958)",
                                "Classico (ID 2436)",
                                "Classics",
                                "Classics Art Deco",
                                "Classics Carree",
                                "Classics Index",
                                "Classima",
                                "Classique",
                                "Class One",
                                "Clé de Cartier",
                                "Clifton",
                                "Clipper",
                                "Club",
                                "Club Campus",
                                "Club Neomatik",
                                "Cobra",
                                "Cockpit",
                                "Code 11.59",
                                "Coin Watch",
                                "Colisee",
                                "Color Dreams",
                                "Colt",
                                "Colt Oceane",
                                "Colvmbvs",
                                "Combat SUB",
                                "Commander",
                                "Compax",
                                "Complications",
                                "Connected",
                                "Conquest",
                                "Conquest Classic",
                                "Conquest Heritage",
                                "Conquistador",
                                "Conquistador Cortez",
                                "Conquistador GPG",
                                "Constellation",
                                "Constellation Double Eagle",
                                "Constellation Quadra",
                                "Cougar",
                                "Coupole",
                                "Couturier",
                                "Crash",
                                "Crazy Hours",
                                "Credor",
                                "Cricket",
                                "Crosswind Chronograph",
                                "Cruise",
                                "Crystal",
                                "C-Type",
                                "Cubitus",
                                "Dancer",
                                "Dashboard",
                                "Datejust",
                                "Datejust II",
                                "Datejust Oysterquartz",
                                "Datejust Turn-O-Graph",
                                "Datograph",
                                "Da Vinci",
                                "Day-Date",
                                "Day-Date II",
                                "Day-Date Oysterquartz",
                                "Daytona",
                                "Deco",
                                "Defy",
                                "Defy El Primero",
                                "Defy Skyline",
                                "Délices de Cartier",
                                "De Ville",
                                "De Ville Co-Axial",
                                "De Ville Hour Vision",
                                "De Ville Ladymatic",
                                "De Ville Prestige",
                                "De Ville Trésor",
                                "Diabolo",
                                "Diagono",
                                "DiaMaster",
                                "Diamond",
                                "Diastar",
                                "Discovery",
                                "Dive",
                                "Diver (ID 2297)",
                                "Diver (ID 2360)",
                                "Divers",
                                "Divers Sixty Five",
                                "Dolce",
                                "DolceVita",
                                "Double Mystery",
                                "Drive de Cartier",
                                "DS",
                                "DS-1",
                                "DS-2",
                                "DS-8",
                                "DS Action",
                                "DS Podium",
                                "Dual Time",
                                "Duograph",
                                "Duomètre",
                                "Dynamic Chronograph",
                                "Easy Diver",
                                "Eco-Drive One",
                                "Edifice",
                                "Edward Piguet",
                                "Égérie",
                                "Elegance Collection",
                                "Elegant (ID 2365)",
                                "Elegant (ID 2536)",
                                "Élégante",
                                "Eliros",
                                "Elite",
                                "Elite Ultra Thin",
                                "Ellipse",
                                "El Primero",
                                "El Primero 36'000 VpH",
                                "El Primero Chronomaster",
                                "El Primero Espada",
                                "El Primero Stratos Flyback",
                                "El Toro / Black Toro",
                                "Emergency",
                                "Emperador",
                                "Endeavour",
                                "Endurance Pro",
                                "Engineer Hydrocarbon",
                                "Engineer II",
                                "Engineer III",
                                "Equestrian",
                                "Ergon",
                                "Evidenza",
                                "Evolution 9 Collection",
                                "Excalibur",
                                "Exceed",
                                "Excellence",
                                "Executive",
                                "Executive Skeleton Tourbillon",
                                "Explorer",
                                "Explorer II",
                                "Extra-Fort",
                                "Fastrider",
                                "Fastrider Black Shield",
                                "Ferrari (ID 2144)",
                                "Ferrari (ID 1088)",
                                "Fiaba",
                                "Fifty Fathoms",
                                "Fifty Fathoms Bathyscaphe",
                                "Fiftysix",
                                "Firshire",
                                "Five Time Zone",
                                "Flagship",
                                "Flagship Heritage",
                                "Flat Six",
                                "Flieger",
                                "Flightmaster",
                                "Florence",
                                "for Bentley",
                                "FORM",
                                "FORM A",
                                "Formula 1",
                                "Formula 1 Calibre 16",
                                "Formula 1 Calibre 5",
                                "Formula 1 Solargraph",
                                "Forza",
                                "Freak",
                                "Freelancer",
                                "Galactic",
                                "Galante",
                                "G-Chrono",
                                "Gefica",
                                "Genève",
                                "Gentleman (ID 1861)",
                                "Gentleman (ID 2280)",
                                "Geophysic Universal Time",
                                "G-Frame",
                                "Glamour",
                                "Globemaster",
                                "GMT +/- Perpetual",
                                "GMT-Master",
                                "GMT-Master II",
                                "Golden Bridge",
                                "Golden Ellipse",
                                "Gondolo",
                                "Gouverneur",
                                "GP 7000",
                                "Grand Carrera",
                                "Grand Classic",
                                "Grand Complications",
                                "Grande Reverso",
                                "Grande Reverso 976",
                                "Grande Reverso Duo",
                                "Grande Reverso Lady Ultra Thin",
                                "Grande Reverso Lady Ultra Thin Duetto Duo",
                                "Grande Reverso Ultra Thin",
                                "Grande Seconde",
                                "Grande Seconde SW",
                                "Grand Lange 1",
                                "Grandmaster Chime",
                                "Grand Prix de Monaco Historique",
                                "Grantour",
                                "GS",
                                "G-Shock",
                                "GST",
                                "G-Timeless",
                                "Hampton",
                                "Happy Diamonds",
                                "Happy Sport",
                                "Harmony",
                                "Heritage (ID 1764)",
                                "Heritage (ID 1866)",
                                "Heritage (ID 927)",
                                "Heritage (ID 2431)",
                                "Héritage",
                                "Heritage Advisor",
                                "Heritage Chronométrie",
                                "Heritage Collection",
                                "Heritage Spirit",
                                "Heure H",
                                "Historiador",
                                "Hommage",
                                "Huitième",
                                "HydroConquest",
                                "Hydronaut",
                                "Hydronaut II",
                                "HyperChrome",
                                "HyperChrome Captain Cook",
                                "I.N.O.X.",
                                "Imperiale",
                                "Ingenieur",
                                "Ingenieur AMG",
                                "Integral",
                                "Intra-Matic",
                                "Island",
                                "J12",
                                "Jazzmaster",
                                "Jazzmaster Maestro",
                                "Jazzmaster Open Heart",
                                "Jazzmaster Performer",
                                "Jazzmaster Seaview",
                                "Jazzmaster Thinline",
                                "Jazzmaster Viewmatic",
                                "Jules Audemars",
                                "Kalpa",
                                "Kamasu",
                                "Kelly",
                                "Khaki Aviation",
                                "Khaki Field",
                                "Khaki Field King",
                                "Khaki Field Murph",
                                "Khaki Navy",
                                "Khaki Navy BeLOWZERO",
                                "Khaki Navy Frogman",
                                "Khaki Navy Scuba",
                                "Khaki Pilot",
                                "Khaki Pilot Pioneer",
                                "Khaki X-Wind",
                                "Kinetic",
                                "King",
                                "Kingmatic",
                                "King Power",
                                "Kirium",
                                "Kontiki",
                                "L.U.C",
                                "La D De Dior",
                                "Ladies Automatic",
                                "La Dona de Cartier",
                                "Lady 8",
                                "Lady-Datejust",
                                "Lady Diver",
                                "Lady Serenade",
                                "La Grande Classique",
                                "La Monégasque",
                                "Land-Dweller",
                                "Lange 1",
                                "Langematik",
                                "Langematik Perpetual",
                                "La Strada",
                                "Laureato",
                                "Le Brassus",
                                "Legend Diver",
                                "Le Locle",
                                "Léman",
                                "Léman Fly-Back",
                                "Léman Réveil GMT",
                                "Léman Ultra Slim",
                                "Les Ateliers D' Art",
                                "Les Classiques",
                                "Les Grandes Classiques",
                                "L-Evolution",
                                "Limelight",
                                "Lindbergh Hour Angle",
                                "Linea",
                                "Link",
                                "Link Calibre 16",
                                "Link Calibre 5",
                                "Little Lange 1",
                                "Long Island",
                                "Lord Matic",
                                "Lucea",
                                "Ludwig",
                                "Ludwig Neomatik",
                                "Lukia",
                                "Luminor",
                                "Luminor 1950",
                                "Luminor Base",
                                "Luminor Chrono",
                                "Luminor Due",
                                "Luminor Due Luna",
                                "Luminor Luna Rossa",
                                "Luminor Marina",
                                "Luminor Power Reserve",
                                "Luminor Submersible",
                                "Lunar Pilot",
                                "Lyre",
                                "M2",
                                "Mademoiselle",
                                "Maestro",
                                "Mako",
                                "Malte",
                                "Manero",
                                "Manufacture",
                                "Manufacture Classic",
                                "Manufacture Slimline",
                                "Manufacture Worldtimer",
                                "Marine (ID 1794)",
                                "Marine (ID 1720)",
                                "Marine Chronometer Manufacture",
                                "Marinemaster (ID 3518)",
                                "Marinemaster (ID 2094)",
                                "Mariner",
                                "Marine Star",
                                "Marine Torpilleur",
                                "Master",
                                "Master Banker",
                                "Master Calendar",
                                "Master Chronograph",
                                "Master Collection",
                                "Master Compressor",
                                "Master Compressor Chronograph",
                                "Master Compressor Diving Navy SEALs",
                                "Master Compressor Extreme World",
                                "Master Compressor Geographic",
                                "Master Control",
                                "Master Eight Days",
                                "Master Geographic",
                                "Master Grande Tradition",
                                "Master Grande Ultra Thin",
                                "Master Grand Tourbillon",
                                "Master Hometime",
                                "Master Memovox",
                                "Master Minute Repeater",
                                "Masterpiece",
                                "Masterpiece Phases de Lune",
                                "Master Square",
                                "Master Ultra Thin",
                                "Master Ultra Thin Réserve de Marche",
                                "Matic",
                                "Maverick",
                                "max bill",
                                "max bill Chronoscope",
                                "Maxi Marine Diver",
                                "Meister",
                                "Meister Chronoscope",
                                "Meister Pilot",
                                "Memovox",
                                "Métiers d'Art",
                                "Metro",
                                "Metro Neomatik",
                                "M-Force",
                                "Michelangelo",
                                "Midnight",
                                "Milgauss",
                                "Mille Miglia",
                                "Millenary",
                                "Millenary 4101",
                                "Minute Repeater",
                                "Miros",
                                "Monaco",
                                "Monaco Calibre 11",
                                "Monaco Calibre 12",
                                "Monarch",
                                "Monster",
                                "Montbrillant",
                                "Montbrillant Datora",
                                "Montecarlo",
                                "Montecristo",
                                "Monza",
                                "Moon-DNA",
                                "Moonswatch",
                                "Moorea",
                                "MP Collection",
                                "Much More",
                                "Multifort",
                                "Museum (ID 924)",
                                "Museum (ID 1697)",
                                "N° 03",
                                "Nautilus",
                                "Navitimer",
                                "Navitimer 01",
                                "Navitimer 1 B01 Chronograph",
                                "Navitimer 8",
                                "Navitimer Cosmonaute",
                                "Navitimer Heritage",
                                "Navitimer World",
                                "Neo Classic",
                                "Neptune",
                                "Newport",
                                "Nicolas Rieussec",
                                "Noramis",
                                "Ocean",
                                "Ocean Star",
                                "Oceanus",
                                "Octa",
                                "Octo",
                                "Octo Finissimo",
                                "Odysseus",
                                "Old Navitimer",
                                "Oposition",
                                "Original",
                                "Original Navy Seal",
                                "Orion",
                                "Orion Neomatik",
                                "Overseas",
                                "Oyster",
                                "Oysterdate Big Block",
                                "Oysterdate Precision",
                                "Oyster Perpetual",
                                "Oyster Precision",
                                "Oyster Prince",
                                "Pan Europ",
                                "Pangaea",
                                "PanoGraph",
                                "PanoInverse",
                                "PanoInverse XL",
                                "PanoLunar Tourbillon",
                                "PanoMatic",
                                "PanoMaticInverse",
                                "PanoMatic Luna",
                                "PanoMaticLunar",
                                "PanoReserve",
                                "Panthère",
                                "Parsifal",
                                "Pasha",
                                "Pasha C",
                                "Pasha Seatimer",
                                "Patravi",
                                "Patrimony",
                                "Pavonina",
                                "Pearlmaster",
                                "Pelagos",
                                "Pelagos Ultra",
                                "Perpetual Calendar",
                                "Pershing",
                                "Petite Heure Minute",
                                "Phidias",
                                "Pierre Arpels",
                                "Pilot",
                                "Pilot Chronograph Top Gun",
                                "Pilot Chronograph Top Gun Miramar",
                                "Pilot Mark",
                                "Pilot Spitfire Chronograph",
                                "Pilot Spitfire UTC",
                                "Pilot Timezoner",
                                "Pilot Type 20",
                                "Pilot Type 20 Extra Special",
                                "Pioneer",
                                "Pocket Watch (ID 769)",
                                "Pocket Watch (ID 772)",
                                "Pocket Watch (ID 795)",
                                "Pocket Watch (ID 3570)",
                                "Pogue",
                                "Polaris",
                                "Polerouter",
                                "Polo",
                                "Polo FortyFive",
                                "Polo S",
                                "Pontos",
                                "Pontos S",
                                "Pontos S Diver",
                                "Porsche Design",
                                "Portofino",
                                "Port Royal",
                                "Portuguese",
                                "Portuguese Minute Repeater",
                                "Portuguese Yacht Club",
                                "Possession",
                                "PR 100",
                                "PRC 100",
                                "PRC 200",
                                "Precision (ID 646)",
                                "Precision (ID 2005)",
                                "Precisionist",
                                "Premier",
                                "Première",
                                "Presage",
                                "Présence",
                                "PrimaLuna",
                                "Prince",
                                "Prince Date",
                                "Prince Date Day",
                                "Prince Oysterdate",
                                "Project Z",
                                "Promaster",
                                "Promaster Land",
                                "Promaster Marine",
                                "Promaster Sky",
                                "Promesse",
                                "Prominente",
                                "ProPilot X",
                                "Prospex",
                                "Protocole",
                                "Pro Trek",
                                "PRS 516",
                                "PRX",
                                "PRX Powermatic 80",
                                "Quai de l'Ile",
                                "Quantieme Perpetual Calendar",
                                "Quickster",
                                "Radiomir",
                                "Radiomir 1940",
                                "Radiomir Black Seal",
                                "Railroad",
                                "Ranger",
                                "Record",
                                "Reflet",
                                "Régulateur",
                                "Reine de Naples",
                                "Rendez-Vous",
                                "Retrograde",
                                "Rettangolo",
                                "Reverso",
                                "Reverso Classic Medium Duetto",
                                "Reverso Classic Small",
                                "Reverso Classic Small Duetto",
                                "Reverso Classique",
                                "Reverso Duetto",
                                "Reverso Duetto Classique",
                                "Reverso Duetto Duo",
                                "Reverso Duoface",
                                "Reverso Grande Taille",
                                "Reverso Lady",
                                "Reverso Squadra",
                                "Reverso Squadra Hometime",
                                "Reverso Squadra Lady Duetto",
                                "Richard Lange",
                                "Richeville",
                                "Riviera",
                                "RM 010",
                                "RM 011",
                                "RM 016",
                                "RM 028",
                                "RM 029",
                                "RM 030",
                                "RM 035",
                                "RM 037",
                                "RM 055",
                                "RM 061",
                                "RM 07",
                                "RM 67",
                                "Roadmaster",
                                "Roadster",
                                "Romvlvs",
                                "Ronde Croisière de Cartier",
                                "Ronde de Cartier",
                                "Ronde Louis Cartier",
                                "Ronde Solo de Cartier",
                                "Rotonde de Cartier",
                                "Royal",
                                "Royal Eagle",
                                "Royal Oak",
                                "Royal Oak Concept",
                                "Royal Oak Double Balance Wheel Openworked",
                                "Royal Oak Jumbo",
                                "Royal Oak Mini",
                                "Royal Oak Offshore",
                                "Royal Oak Offshore Diver",
                                "Royal Pop",
                                "Runabout",
                                "S.A.R. Rescue-Timer",
                                "Saint-Imier",
                                "San Marco",
                                "Santos",
                                "Santos 100",
                                "Santos Demoiselle",
                                "Santos Dumont",
                                "Santos Galbée",
                                "Saratoga",
                                "Saxonia",
                                "Saxon One",
                                "Scafograf 300",
                                "Scuba",
                                "Scuba Fifty Fathoms",
                                "Sea-Dweller",
                                "Sea-Dweller 4000",
                                "Sea-Dweller Deepsea",
                                "Sea Hawk",
                                "Seamaster",
                                "Seamaster 120 M",
                                "Seamaster 300",
                                "Seamaster Aqua Terra",
                                "Seamaster Aqua Terra Worldtimer",
                                "Seamaster Bullhead",
                                "Seamaster Chronograph",
                                "Seamaster Cosmic",
                                "Seamaster DeVille",
                                "Seamaster Diver 300 M",
                                "Seamaster Planet Ocean",
                                "Seamaster Planet Ocean Worldtimer",
                                "Seamaster PloProf",
                                "Seamaster Polaris",
                                "Seamaster Railmaster",
                                "Seamaster Ultra Deep 6000M",
                                "SeaQ",
                                "Seastar",
                                "Seastar 1000",
                                "Seastar 2000",
                                "Seastrong",
                                "Sea Wolf",
                                "Seikomatic",
                                "SEL",
                                "Selection",
                                "Senator",
                                "Senator Chronograph XL",
                                "Senator Chronometer",
                                "Senator Chronometer Regulator",
                                "Senator Cosmopolite",
                                "Senator Excellence",
                                "Senator Hand Date",
                                "Senator Observer",
                                "Series 800",
                                "Serpenti",
                                "Seventies",
                                "Sherpa",
                                "Silverstone",
                                "Sintra",
                                "Sixties",
                                "Sky-Dweller",
                                "Slimline",
                                "Solar",
                                "Solotempo",
                                "Sonata",
                                "Souveraine",
                                "Speedmaster",
                                "Speedmaster '57",
                                "Speedmaster Broad Arrow",
                                "Speedmaster Chronoscope",
                                "Speedmaster Mark II",
                                "Speedmaster Mark III",
                                "Speedmaster Mark IV",
                                "Speedmaster Professional Moonwatch",
                                "Speedmaster Racing",
                                "Speedmaster Reduced",
                                "Speedmaster Super Racing",
                                "Spirit (ID 1774)",
                                "Spirit (ID 3530)",
                                "Spirit of Big Bang",
                                "Spirit of Liberty",
                                "Sport (ID 1731)",
                                "Sport (ID 2374)",
                                "Sport (ID 2246)",
                                "Sport Collection",
                                "Sporto",
                                "Sportura",
                                "Sportwave",
                                "Spyder",
                                "Square Bang",
                                "St. Moritz",
                                "Star (ID 1880)",
                                "Star (ID 1871)",
                                "Star (ID 1897)",
                                "Star Classique",
                                "Startimer Pilot",
                                "Star Wheel",
                                "Stealth",
                                "Stellina",
                                "Stiletto",
                                "St-Tropez",
                                "Style",
                                "Stylist",
                                "Sub",
                                "Submariner",
                                "Submariner (No Date)",
                                "Submariner Date",
                                "Submersible",
                                "Submersible BMG-Tech",
                                "Summit",
                                "Sun and Moon",
                                "Super Avenger",
                                "Super Avenger II",
                                "Super AVI",
                                "Superfast",
                                "Superior",
                                "Super Kontiki",
                                "Supermarine",
                                "Superocean",
                                "Superocean Chronograph II",
                                "Superocean Heritage",
                                "Superocean Heritage II",
                                "Superocean II",
                                "Superocean Steelfish",
                                "Swordfish",
                                "Symphonette",
                                "Tangente",
                                "Tangente Neomatik",
                                "Tango",
                                "Tank",
                                "Tank Américaine",
                                "Tank Anglaise",
                                "Tank Divan",
                                "Tank Française",
                                "Tank Louis Cartier",
                                "Tank MC",
                                "Tank Solo",
                                "Tank Vermeil",
                                "Tazio Nuvolari",
                                "T-Classic",
                                "Ternos",
                                "Ternos Professional",
                                "Tetra",
                                "Teutonia II",
                                "Timemaster",
                                "Timewalker",
                                "Titanic-DNA",
                                "T-Lady",
                                "Toccata",
                                "Toledo",
                                "Tonda",
                                "Tonneau",
                                "Top Time",
                                "Toric",
                                "Tortue",
                                "Touch",
                                "T-Race",
                                "Tradition (ID 2203)",
                                "Tradition (ID 2603)",
                                "Tradition (ID 2240)",
                                "Tradition (ID 1721)",
                                "Traditionnelle",
                                "Trainmaster",
                                "Transocean",
                                "Transocean Chronograph",
                                "Transocean Chronograph Unitime",
                                "Traveller",
                                "Travel Time",
                                "Traversetolo",
                                "Tri-Compax",
                                "Trinity",
                                "True",
                                "True Thinline",
                                "T-Sport",
                                "Turbine",
                                "Twenty~4",
                                "Type II",
                                "Type XX - XXI - XXII",
                                "U50",
                                "V6-44",
                                "Valiant",
                                "Vanguard",
                                "Velvet",
                                "Vendome",
                                "Ventura",
                                "VIII",
                                "Villeret",
                                "Villeret Ultra-Slim",
                                "Vintage (ID 759)",
                                "Vintage (ID 1884)",
                                "Vintage 1945",
                                "Vintage Rally",
                                "Viro",
                                "Wave",
                                "White Shadow",
                                "Williams F1",
                                "Windrider",
                                "Women",
                                "World Time",
                                "WW.TC",
                                "Yacht Club",
                                "Yachtman",
                                "Yacht-Master",
                                "Yacht-Master II",
                                "Zeitwerk"
                            ]
                        }
                    },
                    "production_year": {
                        "title": "Filter by Production Year",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select one or more production years when the age of the watch matters for sourcing, valuation, or collection monitoring. Leave empty to include listings regardless of production year.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "2029",
                                "2028",
                                "2027",
                                "2026",
                                "2025",
                                "2024",
                                "2023",
                                "2022",
                                "2021",
                                "2020",
                                "2019",
                                "2018",
                                "2017",
                                "2016",
                                "2015",
                                "2014",
                                "2013",
                                "2012",
                                "2011",
                                "2010",
                                "2009",
                                "2008",
                                "2007",
                                "2006",
                                "2005",
                                "2004",
                                "2003",
                                "2002",
                                "2001",
                                "2000",
                                "1999",
                                "1998",
                                "1997",
                                "1996",
                                "1995",
                                "1994",
                                "1993",
                                "1992",
                                "1991",
                                "1990",
                                "1989",
                                "1988",
                                "1987",
                                "1986",
                                "1985",
                                "1984",
                                "1983",
                                "1982",
                                "1981",
                                "1980",
                                "1979",
                                "1978",
                                "1977",
                                "1976",
                                "1975",
                                "1974",
                                "1973",
                                "1972",
                                "1971",
                                "1970",
                                "1969",
                                "1968",
                                "1967",
                                "1966",
                                "1965",
                                "1964",
                                "1963",
                                "1962",
                                "1961",
                                "1960",
                                "1959",
                                "1958",
                                "1957",
                                "1956",
                                "1955",
                                "1954",
                                "1953",
                                "1952",
                                "1951",
                                "1950",
                                "1949",
                                "1948",
                                "1947",
                                "1946",
                                "1945",
                                "1944",
                                "1943",
                                "1942",
                                "1941",
                                "1940",
                                "1939",
                                "1938",
                                "1937",
                                "1936",
                                "1935",
                                "1934",
                                "1933",
                                "1932",
                                "1931",
                                "1930",
                                "1929",
                                "1928",
                                "1927",
                                "1926",
                                "1925",
                                "1924",
                                "1923",
                                "1922",
                                "1921",
                                "1920",
                                "1919",
                                "1918",
                                "1917",
                                "1916",
                                "1915",
                                "1914",
                                "1913",
                                "1912",
                                "1911",
                                "1910",
                                "1909",
                                "1908",
                                "1907",
                                "1906",
                                "1905",
                                "1904",
                                "1903",
                                "1902",
                                "1901",
                                "1900",
                                "1899",
                                "1898",
                                "1896",
                                "1894",
                                "1890",
                                "1888",
                                "1883",
                                "1878",
                                "1870",
                                "1867",
                                "1825",
                                "1700",
                                "1559",
                                "1532",
                                "0"
                            ],
                            "enumTitles": [
                                "2029",
                                "2028",
                                "2027",
                                "2026",
                                "2025",
                                "2024",
                                "2023",
                                "2022",
                                "2021",
                                "2020",
                                "2019",
                                "2018",
                                "2017",
                                "2016",
                                "2015",
                                "2014",
                                "2013",
                                "2012",
                                "2011",
                                "2010",
                                "2009",
                                "2008",
                                "2007",
                                "2006",
                                "2005",
                                "2004",
                                "2003",
                                "2002",
                                "2001",
                                "2000",
                                "1999",
                                "1998",
                                "1997",
                                "1996",
                                "1995",
                                "1994",
                                "1993",
                                "1992",
                                "1991",
                                "1990",
                                "1989",
                                "1988",
                                "1987",
                                "1986",
                                "1985",
                                "1984",
                                "1983",
                                "1982",
                                "1981",
                                "1980",
                                "1979",
                                "1978",
                                "1977",
                                "1976",
                                "1975",
                                "1974",
                                "1973",
                                "1972",
                                "1971",
                                "1970",
                                "1969",
                                "1968",
                                "1967",
                                "1966",
                                "1965",
                                "1964",
                                "1963",
                                "1962",
                                "1961",
                                "1960",
                                "1959",
                                "1958",
                                "1957",
                                "1956",
                                "1955",
                                "1954",
                                "1953",
                                "1952",
                                "1951",
                                "1950",
                                "1949",
                                "1948",
                                "1947",
                                "1946",
                                "1945",
                                "1944",
                                "1943",
                                "1942",
                                "1941",
                                "1940",
                                "1939",
                                "1938",
                                "1937",
                                "1936",
                                "1935",
                                "1934",
                                "1933",
                                "1932",
                                "1931",
                                "1930",
                                "1929",
                                "1928",
                                "1927",
                                "1926",
                                "1925",
                                "1924",
                                "1923",
                                "1922",
                                "1921",
                                "1920",
                                "1919",
                                "1918",
                                "1917",
                                "1916",
                                "1915",
                                "1914",
                                "1913",
                                "1912",
                                "1911",
                                "1910",
                                "1909",
                                "1908",
                                "1907",
                                "1906",
                                "1905",
                                "1904",
                                "1903",
                                "1902",
                                "1901",
                                "1900",
                                "1899",
                                "1898",
                                "1896",
                                "1894",
                                "1890",
                                "1888",
                                "1883",
                                "1878",
                                "1870",
                                "1867",
                                "1825",
                                "1700",
                                "1559",
                                "1532",
                                "0"
                            ]
                        }
                    },
                    "location": {
                        "title": "Filter by Seller Country or Market",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select one or more seller locations to focus the search on particular markets. Use this for regional price comparison, import planning, or monitoring inventory available from specific countries.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "albania",
                                "algeria",
                                "andorra",
                                "argentina",
                                "armenia",
                                "australia",
                                "austria",
                                "azerbaijan",
                                "bahamas",
                                "bahrain",
                                "bangladesh",
                                "barbados",
                                "belgium",
                                "bermuda",
                                "bolivia",
                                "bosnia_and_herzegovina",
                                "brazil",
                                "british_virgin_islands",
                                "bulgaria",
                                "cambodia",
                                "cameroon",
                                "canada",
                                "chile",
                                "china",
                                "colombia",
                                "costa_rica",
                                "croatia",
                                "cyprus",
                                "czech_republic",
                                "denmark",
                                "dominican_republic",
                                "ecuador",
                                "egypt",
                                "estonia",
                                "fiji",
                                "finland",
                                "france",
                                "georgia",
                                "germany",
                                "gibraltar",
                                "greece",
                                "greenland",
                                "guadeloupe",
                                "guam",
                                "guatemala",
                                "hong_kong",
                                "hungary",
                                "iceland",
                                "india",
                                "indonesia",
                                "iran",
                                "iraq",
                                "ireland",
                                "israel",
                                "italy",
                                "jamaica",
                                "japan",
                                "jordan",
                                "kazakhstan",
                                "kenya",
                                "kuwait",
                                "laos",
                                "latvia",
                                "lebanon",
                                "libya",
                                "liechtenstein",
                                "lithuania",
                                "luxembourg",
                                "macao",
                                "malaysia",
                                "malta",
                                "martinique",
                                "mauritius",
                                "mexico",
                                "moldova",
                                "monaco",
                                "mongolia",
                                "montenegro",
                                "morocco",
                                "namibia",
                                "nepal",
                                "netherlands",
                                "new_caledonia",
                                "new_zealand",
                                "nigeria",
                                "north_macedonia",
                                "norway",
                                "oman",
                                "pakistan",
                                "panama",
                                "paraguay",
                                "peru",
                                "philippines",
                                "poland",
                                "portugal",
                                "puerto_rico",
                                "qatar",
                                "republic_of_the_congo",
                                "reunion",
                                "romania",
                                "san_marino",
                                "saudi_arabia",
                                "serbia",
                                "singapore",
                                "slovakia",
                                "slovenia",
                                "south_africa",
                                "south_korea",
                                "spain",
                                "sri_lanka",
                                "sweden",
                                "switzerland",
                                "taiwan",
                                "tanzania",
                                "thailand",
                                "trinidad_and_tobago",
                                "tunisia",
                                "turkey",
                                "u_s_virgin_islands",
                                "uae",
                                "ukraine",
                                "united_kingdom",
                                "united_states_of_america",
                                "uruguay",
                                "uzbekistan",
                                "venezuela",
                                "vietnam"
                            ],
                            "enumTitles": [
                                "Albania",
                                "Algeria",
                                "Andorra",
                                "Argentina",
                                "Armenia",
                                "Australia",
                                "Austria",
                                "Azerbaijan",
                                "Bahamas",
                                "Bahrain",
                                "Bangladesh",
                                "Barbados",
                                "Belgium",
                                "Bermuda",
                                "Bolivia",
                                "Bosnia and Herzegovina",
                                "Brazil",
                                "British Virgin Islands",
                                "Bulgaria",
                                "Cambodia",
                                "Cameroon",
                                "Canada",
                                "Chile",
                                "China",
                                "Colombia",
                                "Costa Rica",
                                "Croatia",
                                "Cyprus",
                                "Czech Republic",
                                "Denmark",
                                "Dominican Republic",
                                "Ecuador",
                                "Egypt",
                                "Estonia",
                                "Fiji",
                                "Finland",
                                "France",
                                "Georgia",
                                "Germany",
                                "Gibraltar",
                                "Greece",
                                "Greenland",
                                "Guadeloupe",
                                "Guam",
                                "Guatemala",
                                "Hong Kong",
                                "Hungary",
                                "Iceland",
                                "India",
                                "Indonesia",
                                "Iran",
                                "Iraq",
                                "Ireland",
                                "Israel",
                                "Italy",
                                "Jamaica",
                                "Japan",
                                "Jordan",
                                "Kazakhstan",
                                "Kenya",
                                "Kuwait",
                                "Laos",
                                "Latvia",
                                "Lebanon",
                                "Libya",
                                "Liechtenstein",
                                "Lithuania",
                                "Luxembourg",
                                "Macao",
                                "Malaysia",
                                "Malta",
                                "Martinique",
                                "Mauritius",
                                "Mexico",
                                "Moldova",
                                "Monaco",
                                "Mongolia",
                                "Montenegro",
                                "Morocco",
                                "Namibia",
                                "Nepal",
                                "Netherlands",
                                "New Caledonia",
                                "New Zealand",
                                "Nigeria",
                                "North Macedonia",
                                "Norway",
                                "Oman",
                                "Pakistan",
                                "Panama",
                                "Paraguay",
                                "Peru",
                                "Philippines",
                                "Poland",
                                "Portugal",
                                "Puerto Rico",
                                "Qatar",
                                "Republic of the Congo",
                                "Réunion",
                                "Romania",
                                "San Marino",
                                "Saudi Arabia",
                                "Serbia",
                                "Singapore",
                                "Slovakia",
                                "Slovenia",
                                "South Africa",
                                "South Korea",
                                "Spain",
                                "Sri Lanka",
                                "Sweden",
                                "Switzerland",
                                "Taiwan",
                                "Tanzania",
                                "Thailand",
                                "Trinidad and Tobago",
                                "Tunisia",
                                "Turkey",
                                "U.S. Virgin Islands",
                                "UAE",
                                "Ukraine",
                                "United Kingdom",
                                "United States of America",
                                "Uruguay",
                                "Uzbekistan",
                                "Venezuela",
                                "Vietnam"
                            ]
                        }
                    },
                    "availability": {
                        "title": "Filter by Listing Availability",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose whether to include in-stock watches, watches that need to be procured, or listings available on request. Leave empty when availability should not narrow the dataset.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "item_is_in_stock",
                                "item_needs_to_be_procured",
                                "item_available_on_request"
                            ],
                            "enumTitles": [
                                "Item is in stock",
                                "Item needs to be procured",
                                "Item available on request"
                            ]
                        }
                    },
                    "new_used": {
                        "title": "Filter by New or Used Status",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select new/unworn, used, or listings without status details. Use this to separate retail-like inventory from pre-owned marketplace listings.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "new_unworn",
                                "used",
                                "no_details"
                            ],
                            "enumTitles": [
                                "New/Unworn",
                                "Used",
                                "No details"
                            ]
                        }
                    },
                    "condition": {
                        "title": "Filter by Watch Condition",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose condition levels such as new, very good, good, fair, or incomplete. This helps keep pricing analysis and downstream comparisons aligned to comparable listing quality.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "new",
                                "like_new_and_unworn",
                                "very_good",
                                "good",
                                "fair",
                                "incomplete",
                                "no_details"
                            ],
                            "enumTitles": [
                                "New",
                                "Like new & unworn",
                                "Very good",
                                "Good",
                                "Fair",
                                "Incomplete",
                                "No details"
                            ]
                        }
                    },
                    "seller_type": {
                        "title": "Choose Seller Types to Include",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Limit results to Chrono24 Direct, private sellers, professional dealers, or any combination. This is useful when comparing dealer inventory against private-market listings.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "chrono24_direct",
                                "private_sellers",
                                "professional_dealer"
                            ],
                            "enumTitles": [
                                "Chrono24 Direct",
                                "Private sellers",
                                "Professional dealer"
                            ]
                        }
                    },
                    "gender": {
                        "title": "Filter by Public Watch Audience Category",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select the Chrono24 audience category, such as men's/unisex or women's watches. Leave empty when the search should include all audience categories.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "mens_watch_unisex",
                                "womens_watch"
                            ],
                            "enumTitles": [
                                "Men's watch/Unisex",
                                "Women's watch"
                            ]
                        }
                    },
                    "watch_style": {
                        "title": "Filter by Watch Style",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select one or more Chrono24 style categories such as diving watches, chronographs, dress watches, or business watches. Use this when the buying theme matters more than a single brand or model.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "automatic_watches",
                                "business_watches",
                                "calendar_watches",
                                "chronographs",
                                "chronometer",
                                "diving_watches",
                                "dress_watches",
                                "flyback_chronographs",
                                "large_xxl_watches",
                                "left_handed_watches",
                                "limited_edition_watches",
                                "manually_wound_watches",
                                "mechanical_watches",
                                "military_watches",
                                "minute_repeater",
                                "moon_phase_watches",
                                "perpetual_calendar_watches",
                                "pilots_watches",
                                "quartz_watches",
                                "racing_watches",
                                "rectangular_watches",
                                "sailing_watches",
                                "sapphire_glass_watches",
                                "skeleton_watches",
                                "smartwatches",
                                "solar_watches",
                                "sports_watches",
                                "swiss_watches",
                                "tachymeter_watches",
                                "thin_watches",
                                "tonneau_watches",
                                "tourbillon_watches",
                                "vintage_watches",
                                "watches_with_a_geneva_seal",
                                "watches_with_a_see_through_case_back",
                                "world_time_watches"
                            ],
                            "enumTitles": [
                                "Automatic watches",
                                "Business watches",
                                "Calendar watches",
                                "Chronographs",
                                "Chronometer",
                                "Diving watches",
                                "Dress watches",
                                "Flyback chronographs",
                                "Large / XXL watches",
                                "Left-handed watches",
                                "Limited edition watches",
                                "Manually-wound watches",
                                "Mechanical watches",
                                "Military watches",
                                "Minute repeater",
                                "Moon phase watches",
                                "Perpetual calendar watches",
                                "Pilot's watches",
                                "Quartz watches",
                                "Racing watches",
                                "Rectangular watches",
                                "Sailing watches",
                                "Sapphire glass watches",
                                "Skeleton watches",
                                "Smartwatches",
                                "Solar watches",
                                "Sports watches",
                                "Swiss watches",
                                "Tachymeter watches",
                                "Thin watches",
                                "Tonneau watches",
                                "Tourbillon watches",
                                "Vintage watches",
                                "Watches with a Geneva Seal",
                                "Watches with a see-through case back",
                                "World time watches"
                            ]
                        }
                    },
                    "watch_type": {
                        "title": "Filter by Watch Type",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose wristwatches, pocket watches, or other watch and clock categories. Leave empty for the broadest Chrono24 watch search.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "wristwatch",
                                "pocket_watch",
                                "other_watch_clock"
                            ],
                            "enumTitles": [
                                "Wristwatch",
                                "Pocket watch",
                                "Other watch/clock"
                            ]
                        }
                    },
                    "reference_number": {
                        "title": "Select Specific Reference Numbers",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose one or more Chrono24 reference-number options when you need highly precise collection for exact variants. Reference numbers are kept as identifiers and are best for valuation, backfills, and repeatable monitoring.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "01_0240_410",
                                "03_2040_4061_69_c496",
                                "03_2240_4069_21_c774",
                                "03_3100_3600_21_c822",
                                "03_3100_3600_21_m3100",
                                "03_3100_3600_69_c823",
                                "03_3100_3600_69_m3100",
                                "03_3114_3600_51_m3100",
                                "03_3119_3600_56_m3100",
                                "03_3120_3600_76_m3100",
                                "03_3200_3600_22_c908",
                                "03_3200_3600_69_c902",
                                "03_3200_3600_69_m3200",
                                "03_3300_3604_21_m3300",
                                "03_3400_3610_38_c911",
                                "03_3400_3610_38_m3200",
                                "03_3400_3610_39_m3200",
                                "03_4000_3652_21_i001",
                                "03_9500_3600_01_i001",
                                "03_9500_3600_51_i001",
                                "03_9500_3600_78_i001",
                                "03_9500_3600_79_i001",
                                "03_a384_400_21_c815",
                                "03_a384_400_21_m384",
                                "03_a384_400_385_c855",
                                "03_a384_400_385_m385",
                                "10_9000_9004_96_r921",
                                "10_9100_9004_22_i200",
                                "105_003",
                                "105_012",
                                "11_2430_4069_21_c773",
                                "116500",
                                "116500ln",
                                "116503",
                                "116505",
                                "116506",
                                "116508",
                                "116509",
                                "116515",
                                "116515ln",
                                "116518",
                                "116518ln",
                                "116519",
                                "116519ln",
                                "116520",
                                "116523",
                                "116528",
                                "116568br",
                                "116576tbr",
                                "116578saco",
                                "116588saco",
                                "116588tbr",
                                "116589_br",
                                "116589rbr",
                                "116595rbow",
                                "116598_rbow",
                                "116598_saco",
                                "116599",
                                "116599_rbow",
                                "116680",
                                "116681",
                                "116688",
                                "116689",
                                "126334",
                                "126500ln",
                                "126503",
                                "126505",
                                "126506",
                                "126508",
                                "126509",
                                "126515ln",
                                "126518ln",
                                "126519ln_0006",
                                "126525ln",
                                "126528ln",
                                "126529ln",
                                "126535tbr",
                                "126538tbr",
                                "126539tbr",
                                "126555tbr",
                                "126576tbr",
                                "126579rbr",
                                "126589rbr",
                                "126595rbow",
                                "126595tbr",
                                "126598rbow",
                                "126598tbr",
                                "130_23_41_22_06_001",
                                "130_33_41_22_02_001",
                                "130_33_41_22_06_001",
                                "130_53_41_22_03_001",
                                "145_0022",
                                "145_007",
                                "145_008",
                                "145_009",
                                "145_010",
                                "145_012",
                                "145_012_67_sp",
                                "145_013",
                                "145_014",
                                "145_020",
                                "145_022",
                                "145_026",
                                "145_029",
                                "145_036",
                                "146_012",
                                "16518",
                                "16519",
                                "16520",
                                "16523",
                                "16528",
                                "175_0032",
                                "1750043",
                                "176_0012",
                                "176_002",
                                "176_007",
                                "176_009",
                                "18_3100_3600_69_c920",
                                "18_9000_9004_71_r585",
                                "1806",
                                "2002",
                                "20300",
                                "20550n",
                                "210_20_44_51_01_001",
                                "210_20_44_51_03_001",
                                "210_22_44_51_01_001",
                                "210_22_44_51_03_001",
                                "210_30_44_51_01_001",
                                "210_30_44_51_03_001",
                                "210_30_44_51_03_002",
                                "210_30_44_51_06_001",
                                "210_32_44_51_01_001",
                                "210_60_44_51_03_001",
                                "210_62_44_51_01_001",
                                "2113",
                                "212_30_42_50_01_001",
                                "212_30_44_50_01_001",
                                "212_30_44_50_01_002",
                                "212_30_44_50_03_001",
                                "212_30_44_52_01_001",
                                "212_30_44_52_03_001",
                                "212_92_44_50_99_001",
                                "213_30_42_40_01_001",
                                "215_20_46_51_03_001",
                                "215_23_46_51_03_001",
                                "215_30_46_51_01_001",
                                "215_30_46_51_01_002",
                                "215_30_46_51_03_001",
                                "215_30_46_51_99_001",
                                "215_32_46_51_01_001",
                                "215_32_46_51_01_004",
                                "215_32_46_51_06_001",
                                "215_33_46_51_01_001",
                                "215_33_46_51_03_001",
                                "215_92_46_51_01_001",
                                "215_92_46_51_01_003",
                                "215_92_46_51_99_001",
                                "2210_50_00",
                                "2210_51_00",
                                "222_18_46_50_01_001",
                                "2225_80_00",
                                "2298_80_00",
                                "231_10_43_52_06_001",
                                "231_10_44_50_04_001",
                                "231_10_44_50_06_001",
                                "232_30_46_51_01_001",
                                "232_30_46_51_01_002",
                                "232_30_46_51_01_003",
                                "232_90_46_51_03_001",
                                "2412",
                                "2508",
                                "2513_30_00",
                                "25807kn",
                                "25827kn",
                                "2594_52_00",
                                "25988000",
                                "2599_80_00",
                                "2618",
                                "2740",
                                "2995",
                                "304_23_44_52_06_001",
                                "304_23_44_52_13_001",
                                "304_30_43_52_01_001",
                                "304_30_43_52_06_001",
                                "304_30_44_52_01_001",
                                "304_33_44_52_01_001",
                                "304_33_44_52_03_001",
                                "304_63_44_52_01_001",
                                "304_93_44_52_03_001",
                                "304_93_44_52_03_002",
                                "310_20_42_50_01_001",
                                "310_20_42_50_02_001",
                                "310_20_42_50_99_001",
                                "310_23_42_50_02_001",
                                "310_23_42_50_99_001",
                                "310_30_40_50_06_001",
                                "310_30_42_50_01_001",
                                "310_30_42_50_01_002",
                                "310_30_42_50_04_001",
                                "310_32_40_50_06_001",
                                "310_32_40_50_06_002",
                                "310_32_42_50_01_001",
                                "310_32_42_50_01_002",
                                "310_32_42_50_02_001",
                                "310_32_42_50_04_001",
                                "310_32_42_50_04_002",
                                "310_60_42_50_01_001",
                                "310_60_42_50_02_001",
                                "310_60_42_50_10_001",
                                "310_60_42_50_99_002",
                                "310_62_42_50_99_001",
                                "310_63_42_50_01_001",
                                "310_63_42_50_02_001",
                                "310_63_42_50_10_001",
                                "310_92_44_50_01_001",
                                "310_92_44_50_06_001",
                                "310_92_44_50_06_002",
                                "310_92_44_51_01_001",
                                "310_92_44_51_01_002",
                                "310_92_44_51_01_003",
                                "310_92_44_51_01_004",
                                "310_92_44_51_01_005",
                                "31030425001004",
                                "31060425001002",
                                "311_10_39_30_01_001",
                                "311_12_42_30_01_001",
                                "311_30_40_30_01_001",
                                "311_30_42_30_01_001",
                                "311_30_42_30_01_002",
                                "311_30_42_30_01_003",
                                "311_30_42_30_01_004",
                                "311_30_42_30_01_005",
                                "311_30_42_30_01_006",
                                "311_30_42_30_03_001",
                                "311_30_42_30_99_001",
                                "311_30_42_30_99_002",
                                "311_30_44_32_01_001",
                                "311_30_44_51_01_002",
                                "311_32_40_30_01_001",
                                "311_32_40_30_02_001",
                                "311_32_42_30_01_001",
                                "311_32_42_30_04_001",
                                "311_33_40_30_02_001",
                                "311_33_42_30_01_001",
                                "311_33_42_30_01_002",
                                "311_63_44_51_06_001",
                                "311_63_44_51_99_001",
                                "311_90_44_51_03_001",
                                "311_92_44_30_01_001",
                                "311_92_44_30_01_002",
                                "311_92_44_51_01_003",
                                "311_92_44_51_01_004",
                                "311_92_44_51_01_005",
                                "311_92_44_51_01_006",
                                "311_92_44_51_01_007",
                                "311_93_42_30_99_001",
                                "311_93_44_51_03_001",
                                "311_93_44_51_04_002",
                                "311_93_44_51_99_001",
                                "311_93_44_51_99_002",
                                "32_9000_9004_78_r582",
                                "321_10_42_50_01_001",
                                "321_10_42_50_04_001",
                                "321_10_44_50_01_001",
                                "321_10_44_50_02_001",
                                "321_30_44_50_01_001",
                                "321_33_44_52_01_001",
                                "321_93_42_50_13_001",
                                "3210_51_00",
                                "32105000",
                                "3211_31_00",
                                "32110425002001",
                                "32113000",
                                "3212_80_00",
                                "32130445201001",
                                "3220_50_00",
                                "3221_30_00",
                                "32228000",
                                "323_10_40_40_02_001",
                                "323_30_40_40_06_001",
                                "324_23_38_50_02_001",
                                "324_23_38_50_02_002",
                                "324_28_38_40_06_001",
                                "324_28_38_50_02_001",
                                "324_28_38_50_02_002",
                                "324_30_38_40_04_001",
                                "324_30_38_40_06_001",
                                "324_30_38_50_01_001",
                                "324_30_38_50_02_001",
                                "324_30_38_50_03_001",
                                "324_30_38_50_03_002",
                                "324_30_38_50_06_001",
                                "324_30_38_50_55_001",
                                "324_32_38_50_02_001",
                                "324_33_38_40_04_001",
                                "324_38_38_50_03_001",
                                "324_38_38_50_06_001",
                                "324_38_38_50_55_001",
                                "324_68_38_50_02_003",
                                "326_30_40_50_01_001",
                                "326_30_40_50_01_002",
                                "326_30_40_50_02_001",
                                "326_30_40_50_03_001",
                                "326_30_40_50_04_001",
                                "326_30_40_50_06_001",
                                "326_32_40_50_01_001",
                                "326135",
                                "326235",
                                "326238",
                                "326933",
                                "326934",
                                "326935",
                                "326938",
                                "327_10_43_50_01_001",
                                "327_10_43_50_06_001",
                                "329_23_44_51_06_001",
                                "329_30_43_51_02_001",
                                "329_30_43_51_02_002",
                                "329_30_43_51_03_001",
                                "329_30_44_51_01_001",
                                "329_30_44_51_01_002",
                                "329_30_44_51_01_003",
                                "329_30_44_51_04_001",
                                "329_30_44_51_06_001",
                                "329_32_43_51_02_001",
                                "329_32_43_51_03_001",
                                "329_32_44_51_01_001",
                                "329_32_44_51_06_001",
                                "329_33_43_51_02_001",
                                "329_33_44_51_01_001",
                                "329_33_44_51_04_001",
                                "329_53_44_51_03_001",
                                "329_92_43_51_10_001",
                                "331_10_42_51_01_001",
                                "331_10_42_51_01_002",
                                "331_10_42_51_03_001",
                                "331_12_42_51_01_001",
                                "331_12_42_51_03_001",
                                "331_20_42_51_02_001",
                                "331_22_42_51_01_001",
                                "332_10_41_51_01_001",
                                "332_10_41_51_01_002",
                                "332_10_41_51_03_001",
                                "332_10_41_51_10_001",
                                "332_10_41_51_11_001",
                                "332_12_41_51_01_001",
                                "332_12_41_51_03_001",
                                "332_12_41_51_10_001",
                                "332_12_41_51_11_001",
                                "3362",
                                "336238",
                                "336239",
                                "336933",
                                "336934",
                                "336935",
                                "336938",
                                "3506_31_00",
                                "3506_61_00",
                                "3507_51_00",
                                "3510_50",
                                "3510_50_00",
                                "3510_61_00",
                                "351012351",
                                "3511_50_00",
                                "3511_80_00",
                                "3513_30",
                                "3513_30_00",
                                "3513_50",
                                "35135000",
                                "3518_50_00",
                                "3519_50_00",
                                "3520_50_00",
                                "3520_53_00",
                                "3521_30_00",
                                "3521_80_00",
                                "3523_30_00",
                                "3523_80_00",
                                "3529_50_00",
                                "3539_50_00",
                                "35405000",
                                "3551_20_00",
                                "3559_3200",
                                "3570_50_00",
                                "3572_50_00",
                                "3573_50_00",
                                "3575_20_00",
                                "3576_50_00",
                                "3577_50_00",
                                "3578_51_00",
                                "35905000",
                                "3592_50_00",
                                "35945000",
                                "3714",
                                "376_0822",
                                "378_0801",
                                "42000",
                                "431_10_42_51_02_001",
                                "431_13_42_51_01_001",
                                "431_13_42_51_03_001",
                                "48413132",
                                "49_4000_3652_21_i001",
                                "49_9000_9004_78_r582",
                                "51_3100_3600_69_m3100",
                                "522_10_43_50_01_001",
                                "522_20_42_30_01_001",
                                "522_20_42_30_06_001",
                                "522_30_38_50_04_001",
                                "522_30_38_50_04_002",
                                "522_30_42_30_03_001",
                                "522_30_42_30_04_001",
                                "522_30_43_51_02_001",
                                "5240_5000",
                                "6138_0011",
                                "6138_0030",
                                "6138_0040",
                                "6139_6002",
                                "6139_6012",
                                "6238",
                                "6239",
                                "6240",
                                "6241",
                                "6262",
                                "6263",
                                "6265",
                                "70330b",
                                "70330n",
                                "769",
                                "79160",
                                "79170",
                                "79180",
                                "79260",
                                "79260p",
                                "79270",
                                "79280",
                                "79280_p",
                                "79350",
                                "79360b",
                                "79360n",
                                "79360n_0002",
                                "79360n_0019",
                                "79363n",
                                "79377kn",
                                "806",
                                "808",
                                "809",
                                "810",
                                "81950",
                                "94200",
                                "94300",
                                "95_3100_3600_39_m3100",
                                "95_9000_9004_78_m9000",
                                "95_9000_9004_78_r582",
                                "95_9002_9004_78_r584",
                                "95_9100_9004_01_i001",
                                "96_2260_4061_21_r575",
                                "97_9001_9004_80_r922",
                                "97_9100_9004_02_i001",
                                "97_t384_4061_21_c822",
                                "a13022",
                                "a13035_1",
                                "a13050_1",
                                "a13313121b1a1",
                                "a13313121b1s1",
                                "a13313121l1s1",
                                "a13313161c1a1",
                                "a13313161c1s1",
                                "a13317",
                                "a13317101b1a1",
                                "a13317101b1x1",
                                "a13317101c1a1",
                                "a13320",
                                "a13322",
                                "a13324",
                                "a13330",
                                "a13340",
                                "a13341",
                                "a13350",
                                "a13352",
                                "a13355",
                                "a13356",
                                "a13357",
                                "a13358",
                                "a13362",
                                "a13370",
                                "a1337011_b907",
                                "a13371",
                                "a13380",
                                "a13381",
                                "a13388",
                                "a20048",
                                "a21330",
                                "a23311121c1x1",
                                "a23322",
                                "a23340",
                                "a233801a1c1a1",
                                "a233801a1c1x1",
                                "a233802a1l1a1",
                                "a233802a1l1x1",
                                "a233803a1b1a1",
                                "a233803a1b1x1",
                                "a24315101b1a1",
                                "a24315101b1x1",
                                "a24315101c1a1",
                                "a24315101c1x1",
                                "a24322",
                                "a2432212_b726",
                                "a25310241k1x1",
                                "a25362",
                                "a25363",
                                "a27362",
                                "a384",
                                "a386",
                                "a41330",
                                "a41360",
                                "a42362",
                                "a44355",
                                "a44359",
                                "a44362",
                                "ab0110",
                                "ab0115",
                                "ab0117131b1a1",
                                "ab0118",
                                "ab0118221g1p1",
                                "ab0118a11l1x1",
                                "ab0118a61c1a1",
                                "ab0118a71g1p1",
                                "ab01192a1l1a1",
                                "ab0120",
                                "ab0121",
                                "ab0127211b1x1",
                                "ab0134",
                                "ab0134101b1a1",
                                "ab0134101c1a1",
                                "ab0134101c1s1",
                                "ab0134101g1a1",
                                "ab0134101k1a1",
                                "ab0134101l1a1",
                                "ab0134101l2a1",
                                "ab0134101l2s1",
                                "ab01343a1l1a1",
                                "ab0136161c1a1",
                                "ab0136161c1s1",
                                "ab0136251b1a1",
                                "ab0136251b1a2",
                                "ab0136251b1s1",
                                "ab0136251b2s1",
                                "ab0136251l1s1",
                                "ab0137211b1a1",
                                "ab0137211b1p1",
                                "ab0137211c1a1",
                                "ab0137211c1p1",
                                "ab0137241l1a1",
                                "ab0137241l1p1",
                                "ab0138",
                                "ab0138211b1a1",
                                "ab0138211b1p1",
                                "ab0138241c1a1",
                                "ab0138241c1p1",
                                "ab0138241g1a1",
                                "ab0138241g1p1",
                                "ab0138241k1a1",
                                "ab0138241k1p1",
                                "ab0138241l1a1",
                                "ab0138241l1p1",
                                "ab0139211b1a1",
                                "ab0139211b1p1",
                                "ab0139211g1a1",
                                "ab0139211g1p1",
                                "ab0139211l1a1",
                                "ab0139211l1p1",
                                "ab0139241c1a1",
                                "ab0139241c1p1",
                                "ab0139241c2a1",
                                "ab0139241c2p1",
                                "ab0139631c1p1",
                                "ab0145171c1a1",
                                "ab0145171c1p2",
                                "ab0145211g1a1",
                                "ab0145211g1p1",
                                "ab0145221b1a1",
                                "ab0145331k1a1",
                                "ab0145331k1p2",
                                "ab0145371l1p1",
                                "ab0146101c1x1",
                                "ab0146101l1a1",
                                "ab0146101l1x1",
                                "ab0147101a1a1",
                                "ab0147101a1x1",
                                "ab0147101b1a1",
                                "ab0147101b1x1",
                                "ab0147101c1a1",
                                "ab0147101c1x1",
                                "ab0147101l1a1",
                                "ab0147101l1x1",
                                "ab0156161c1a1",
                                "ab0156361l1s1",
                                "ab0162121b1a1",
                                "ab0162121b1s1",
                                "ab0162121c1a1",
                                "ab0162121c1s1",
                                "ab0162121g1s1",
                                "ab01761a1k1a1",
                                "ab01761a1k1x1",
                                "ab01762a1l1a1",
                                "ab01762a1l1x1",
                                "ab01763a1c1a1",
                                "ab01763a1c1x1",
                                "ab01764a1c1a1",
                                "ab01764a1c1x1",
                                "ab01765a1b1a1",
                                "ab01765a1b1x1",
                                "ab01766a1a1a1",
                                "ab01766a1a1x1",
                                "ab01767a1c1x1",
                                "ab01768a1a1x1",
                                "ab01771a1b1x1",
                                "ab01771a1l1x1",
                                "ab01772a1g1x1",
                                "ab04451a1c1a1",
                                "ab04451a1c1x1",
                                "ab04452a1l1a1",
                                "ab04452a1l1x1",
                                "ab04453a1b1a1",
                                "ab04453a1b1x1",
                                "ab0920131b1x1",
                                "ab0930371g1p1",
                                "ab0930d31l1p1",
                                "ab1510171c1p1",
                                "ab2510201k1p1",
                                "b13047",
                                "b13048",
                                "b13050",
                                "b13050_1",
                                "b13352",
                                "b13355",
                                "b13356",
                                "c13356",
                                "caf2110",
                                "car2a1w_ba0703",
                                "car2a1z",
                                "car2a1z_ft6044",
                                "car5a8y_fc6377",
                                "caw2111_fc6183",
                                "caw211p_fc6356",
                                "caw211r_fc6401",
                                "caw218f_fc6356",
                                "caz2010_ba0876",
                                "caz2012_ba0876",
                                "caz2012_ba0970",
                                "caz201g_ba0876",
                                "cbe2110_ba0687",
                                "cbe2110_fc8226",
                                "cbe511a_fc8279",
                                "cbe511c_fc8280",
                                "cbg2a1z_ba0658",
                                "cbk2110_ba0715",
                                "cbk2112_ba0715",
                                "cbl2111_ba0644",
                                "cbl2111_fc6453",
                                "cbl2113_ba0644",
                                "cbl2113_fc6177",
                                "cbl2115_fc6494",
                                "cbl2180_fc6497",
                                "cbl2182_ft6235",
                                "cbl2183_ft6236",
                                "cbl2184_ft6236",
                                "cbl2188_ft6261",
                                "cbl218b_ft6236",
                                "cbn2010_ba0642",
                                "cbn2011_ba0642",
                                "cbn2012_fc6483",
                                "cbn2013_fc6483",
                                "cbn201c_fc6542",
                                "cbn201d_fc6543",
                                "cbn201n_fc6620",
                                "cbn2a10_ba0643",
                                "cbn2a1a_ba0643",
                                "cbn2a1a_fc6537",
                                "cbn2a1aa_ba0643",
                                "cbn2a1aa_ft6228",
                                "cbn2a1b_ba0643",
                                "cbn2a1f_ba0643",
                                "cbn2a1f_fc6492",
                                "cbn2a1m_fc6526",
                                "cbn2a1n_ba0643",
                                "cbn2a1n_ft6238",
                                "cbn2a5a_fc6481",
                                "cbs2011_fc6529",
                                "cbs2113ba0053",
                                "cbs2114ba0053",
                                "cbs2115ba0053",
                                "cbs2210_ba0048",
                                "cbs2210_fc6534",
                                "cbs2211_fc6545",
                                "cbs2212_ba0048",
                                "cbs2212_fc6535",
                                "cbs2213_fn6002",
                                "cbs2214_fc6567",
                                "cbs2216_ba0041",
                                "cbs2216_ba0048",
                                "cbs2219_fc6607",
                                "cbu2080_ft6272",
                                "cbu2081_ft6274",
                                "cbu2082_ft6275",
                                "cbu2084_ft6297",
                                "cbz2080_bf0009",
                                "cbz2080_ft8091",
                                "cbz2082_ft8096",
                                "cbz2084_ft8097",
                                "cbz2085_ft8093",
                                "cbz2086_ft8098",
                                "cv2010",
                                "cv2013",
                                "cv2014",
                                "cv2a10",
                                "cv2a10_ba0796",
                                "cv2a1r_ba0799",
                                "cv2a1v_ba0738",
                                "cw2111",
                                "cw2113",
                                "d13050_1",
                                "e13360",
                                "eb0134101m1e1",
                                "eb0134101m1s1",
                                "eb0136251m1e1",
                                "eb0136251m1s1",
                                "eb0148101b1e1",
                                "eb0148101c1e1",
                                "eb0148101c1x1",
                                "ib0134101g1a1",
                                "iw354702",
                                "iw3702",
                                "iw3706",
                                "iw3712",
                                "iw3714",
                                "iw371401",
                                "iw371404",
                                "iw371417",
                                "iw371432",
                                "iw371438",
                                "iw371445",
                                "iw371446",
                                "iw371447",
                                "iw371480",
                                "iw371482",
                                "iw371491",
                                "iw371601",
                                "iw371604",
                                "iw371605",
                                "iw371606",
                                "iw371609",
                                "iw371610",
                                "iw371611",
                                "iw371614",
                                "iw371615",
                                "iw371616",
                                "iw371617",
                                "iw371620",
                                "iw371624",
                                "iw371625",
                                "iw371629",
                                "iw371701",
                                "iw371702",
                                "iw371704",
                                "iw371705",
                                "iw371918",
                                "iw371928",
                                "iw3750",
                                "iw376204",
                                "iw376501",
                                "iw376705",
                                "iw376706",
                                "iw376711",
                                "iw376801",
                                "iw376803",
                                "iw376804",
                                "iw376805",
                                "iw376806",
                                "iw377701",
                                "iw377704",
                                "iw377706",
                                "iw377709",
                                "iw377710",
                                "iw377713",
                                "iw377714",
                                "iw377717",
                                "iw377719",
                                "iw377729",
                                "iw377903",
                                "iw378001",
                                "iw378002",
                                "iw378003",
                                "iw378004",
                                "iw378005",
                                "iw378006",
                                "iw378009",
                                "iw378203",
                                "iw378302",
                                "iw378303",
                                "iw378401",
                                "iw378505",
                                "iw378511",
                                "iw378901",
                                "iw379502",
                                "iw379503",
                                "iw379507",
                                "iw379901",
                                "iw380801",
                                "iw380802",
                                "iw386501",
                                "iw386503",
                                "iw387802",
                                "iw387803",
                                "iw387804",
                                "iw387806",
                                "iw387901",
                                "iw387902",
                                "iw387903",
                                "iw387905",
                                "iw388002",
                                "iw388101",
                                "iw388102",
                                "iw388103",
                                "iw388104",
                                "iw388106",
                                "iw388108",
                                "iw388109",
                                "iw388110",
                                "iw388111",
                                "iw388113",
                                "iw388116",
                                "iw388117",
                                "iw388304",
                                "iw388305",
                                "iw388306",
                                "iw388309",
                                "iw389001",
                                "iw389101",
                                "iw389105",
                                "iw389106",
                                "iw389107",
                                "iw389108",
                                "iw389109",
                                "iw389401",
                                "iw389402",
                                "iw389404",
                                "iw390206",
                                "iw390210",
                                "iw390211",
                                "iw390212",
                                "iw390213",
                                "iw390303",
                                "iw390402",
                                "iw390403",
                                "iw390404",
                                "iw390406",
                                "iw390502",
                                "iw390503",
                                "iw390701",
                                "iw390702",
                                "iw390704",
                                "iw391007",
                                "iw391008",
                                "iw391009",
                                "iw391010",
                                "iw391019",
                                "iw391021",
                                "iw391022",
                                "iw391024",
                                "iw391025",
                                "iw391027",
                                "iw391029",
                                "iw391030",
                                "iw391031",
                                "iw391035",
                                "iw391036",
                                "iw391037",
                                "iw391404",
                                "iw391405",
                                "iw391406",
                                "iw391407",
                                "iw391408",
                                "iw391503",
                                "iw392103",
                                "iw393402",
                                "iw395001",
                                "iw501707",
                                "iw502702",
                                "iw503502",
                                "iw503504",
                                "l2_629_4_78_3",
                                "l2_673_4_61_2",
                                "l2_673_4_71_2",
                                "l2_673_4_78_3",
                                "l2_673_4_78_6",
                                "l2_678_4_11_0",
                                "l2_759_4_78_3",
                                "l2_773_4_78_3",
                                "l2_773_4_78_6",
                                "l2_773_4_92_0",
                                "l2_816_4_53_2",
                                "l2_830_4_93_0",
                                "l26734926",
                                "l27734926",
                                "l28161932",
                                "l28274730",
                                "l3_721_4_53_6",
                                "l3_820_4_53_0",
                                "l3_820_4_53_6",
                                "l3_820_4_73_6",
                                "l3_820_4_93_0",
                                "l3_820_4_93_6",
                                "l3_821_1_53_2",
                                "l3_821_1_53_6",
                                "l3_821_4_53_2",
                                "l3_821_4_93_6",
                                "l3_821_5_53_2",
                                "l3_821_5_59_2",
                                "l3_829_1_53_2",
                                "l3_835_4_02_6",
                                "l3_835_4_02_9",
                                "l3_835_4_32_6",
                                "l3_835_4_52_6",
                                "l3_835_4_72_6",
                                "l3_835_4_98_9",
                                "l38214536",
                                "l38214932",
                                "l38354329",
                                "l38354986",
                                "m133132a1c1w1",
                                "m25807kn_0001",
                                "m79360b_0002",
                                "m79360n",
                                "m79360n_0001",
                                "m79360n_0002",
                                "m79360n_0013",
                                "m79360n_0014",
                                "m79360n_0019",
                                "m79360n_0024",
                                "m79363n_0001",
                                "m79363n_0002",
                                "m79363n_0007",
                                "m79377kn_0001",
                                "pb0134101c1s1",
                                "pb0134101c1s2",
                                "pb0136251c1s1",
                                "r233801a1b1x1",
                                "rb0134101b1s1",
                                "rb0136e31q1s1",
                                "rb0137241g1p1",
                                "rb0137241g1r1",
                                "rb0138211b1p1",
                                "rb0138211b1r1",
                                "rb0139211g1p1",
                                "rb0139631g1p1",
                                "rb01761a1q1x1",
                                "rb04451a1b1x1",
                                "rb1510251b1p1",
                                "rb2510371g1p1",
                                "sb0146101b1x1",
                                "sb0146101l1x1",
                                "sb0147101b1x1",
                                "sb0147101i1x1",
                                "sb0147101i1x2",
                                "sb0148101b1x1",
                                "sb04451a1b1x1",
                                "sbec019",
                                "st_145_022_69",
                                "tb0134101m1x1",
                                "u13313121b1a1",
                                "u13313121b1s1",
                                "ub0134101b1u1",
                                "ub0134101c1u1",
                                "ub0134131l1s1",
                                "ub0134131l1u1",
                                "ub0136251b1s1",
                                "ub0136251b1u1",
                                "ub0136251l1s1",
                                "ub0136251l1u1",
                                "v13317101b1x1",
                                "v13375101c1x1",
                                "w20090x8",
                                "w20091x7",
                                "w2020004",
                                "w2sa0008",
                                "w31048m7",
                                "w62019x6",
                                "w62020x6",
                                "w6920002",
                                "w6920003",
                                "w6920052",
                                "w6920063",
                                "wspa0018",
                                "wspa0027",
                                "wsro0002",
                                "wssa0017",
                                "y233801a1b1a1",
                                "y233801a1b1x1",
                                "yb04451a1b1a1",
                                "yb04451a1b1x1"
                            ],
                            "enumTitles": [
                                "01.0240.410",
                                "03.2040.4061/69.C496",
                                "03.2240.4069/21.C774",
                                "03.3100.3600/21.C822",
                                "03.3100.3600/21.M3100",
                                "03.3100.3600/69.C823",
                                "03.3100.3600/69.M3100",
                                "03.3114.3600/51.M3100",
                                "03.3119.3600/56.M3100",
                                "03.3120.3600/76.M3100",
                                "03.3200.3600/22.C908",
                                "03.3200.3600/69.C902",
                                "03.3200.3600/69.M3200",
                                "03.3300.3604/21.M3300",
                                "03.3400.3610/38.C911",
                                "03.3400.3610/38.M3200",
                                "03.3400.3610/39.M3200",
                                "03.4000.3652/21.I001",
                                "03.9500.3600/01.I001",
                                "03.9500.3600/51.I001",
                                "03.9500.3600/78.I001",
                                "03.9500.3600/79.I001",
                                "03.A384.400/21.C815",
                                "03.A384.400/21.M384",
                                "03.A384.400/385.C855",
                                "03.A384.400/385.M385",
                                "10.9000.9004/96.R921",
                                "10.9100.9004/22.I200",
                                "105.003",
                                "105.012",
                                "11.2430.4069/21.C773",
                                "116500",
                                "116500LN",
                                "116503",
                                "116505",
                                "116506",
                                "116508",
                                "116509",
                                "116515",
                                "116515ln",
                                "116518",
                                "116518LN",
                                "116519",
                                "116519LN",
                                "116520",
                                "116523",
                                "116528",
                                "116568BR",
                                "116576TBR",
                                "116578SACO",
                                "116588SACO",
                                "116588TBR",
                                "116589 BR",
                                "116589RBR",
                                "116595RBOW",
                                "116598 RBOW",
                                "116598 SACO",
                                "116599",
                                "116599 RBOW",
                                "116680",
                                "116681",
                                "116688",
                                "116689",
                                "126334",
                                "126500ln",
                                "126503",
                                "126505",
                                "126506",
                                "126508",
                                "126509",
                                "126515LN",
                                "126518ln",
                                "126519LN-0006",
                                "126525LN",
                                "126528LN",
                                "126529LN",
                                "126535TBR",
                                "126538TBR",
                                "126539TBR",
                                "126555TBR",
                                "126576TBR",
                                "126579RBR",
                                "126589RBR",
                                "126595RBOW",
                                "126595TBR",
                                "126598RBOW",
                                "126598TBR",
                                "130.23.41.22.06.001",
                                "130.33.41.22.02.001",
                                "130.33.41.22.06.001",
                                "130.53.41.22.03.001",
                                "145.0022",
                                "145.007",
                                "145.008",
                                "145.009",
                                "145.010",
                                "145.012",
                                "145.012 - 67 SP",
                                "145.013",
                                "145.014",
                                "145.020",
                                "145.022",
                                "145.026",
                                "145.029",
                                "145.036",
                                "146.012",
                                "16518",
                                "16519",
                                "16520",
                                "16523",
                                "16528",
                                "175.0032",
                                "1750043",
                                "176.0012",
                                "176.002",
                                "176.007",
                                "176.009",
                                "18.3100.3600/69.C920",
                                "18.9000.9004/71.R585",
                                "1806",
                                "2002",
                                "20300",
                                "20550N",
                                "210.20.44.51.01.001",
                                "210.20.44.51.03.001",
                                "210.22.44.51.01.001",
                                "210.22.44.51.03.001",
                                "210.30.44.51.01.001",
                                "210.30.44.51.03.001",
                                "210.30.44.51.03.002",
                                "210.30.44.51.06.001",
                                "210.32.44.51.01.001",
                                "210.60.44.51.03.001",
                                "210.62.44.51.01.001",
                                "2113",
                                "212.30.42.50.01.001",
                                "212.30.44.50.01.001",
                                "212.30.44.50.01.002",
                                "212.30.44.50.03.001",
                                "212.30.44.52.01.001",
                                "212.30.44.52.03.001",
                                "212.92.44.50.99.001",
                                "213.30.42.40.01.001",
                                "215.20.46.51.03.001",
                                "215.23.46.51.03.001",
                                "215.30.46.51.01.001",
                                "215.30.46.51.01.002",
                                "215.30.46.51.03.001",
                                "215.30.46.51.99.001",
                                "215.32.46.51.01.001",
                                "215.32.46.51.01.004",
                                "215.32.46.51.06.001",
                                "215.33.46.51.01.001",
                                "215.33.46.51.03.001",
                                "215.92.46.51.01.001",
                                "215.92.46.51.01.003",
                                "215.92.46.51.99.001",
                                "2210.50.00",
                                "2210.51.00",
                                "222.18.46.50.01.001",
                                "2225.80.00",
                                "2298.80.00",
                                "231.10.43.52.06.001",
                                "231.10.44.50.04.001",
                                "231.10.44.50.06.001",
                                "232.30.46.51.01.001",
                                "232.30.46.51.01.002",
                                "232.30.46.51.01.003",
                                "232.90.46.51.03.001",
                                "2412",
                                "2508",
                                "2513.30.00",
                                "25807KN",
                                "25827KN",
                                "2594.52.00",
                                "25988000",
                                "2599.80.00",
                                "2618",
                                "2740",
                                "2995",
                                "304.23.44.52.06.001",
                                "304.23.44.52.13.001",
                                "304.30.43.52.01.001",
                                "304.30.43.52.06.001",
                                "304.30.44.52.01.001",
                                "304.33.44.52.01.001",
                                "304.33.44.52.03.001",
                                "304.63.44.52.01.001",
                                "304.93.44.52.03.001",
                                "304.93.44.52.03.002",
                                "310.20.42.50.01.001",
                                "310.20.42.50.02.001",
                                "310.20.42.50.99.001",
                                "310.23.42.50.02.001",
                                "310.23.42.50.99.001",
                                "310.30.40.50.06.001",
                                "310.30.42.50.01.001",
                                "310.30.42.50.01.002",
                                "310.30.42.50.04.001",
                                "310.32.40.50.06.001",
                                "310.32.40.50.06.002",
                                "310.32.42.50.01.001",
                                "310.32.42.50.01.002",
                                "310.32.42.50.02.001",
                                "310.32.42.50.04.001",
                                "310.32.42.50.04.002",
                                "310.60.42.50.01.001",
                                "310.60.42.50.02.001",
                                "310.60.42.50.10.001",
                                "310.60.42.50.99.002",
                                "310.62.42.50.99.001",
                                "310.63.42.50.01.001",
                                "310.63.42.50.02.001",
                                "310.63.42.50.10.001",
                                "310.92.44.50.01.001",
                                "310.92.44.50.06.001",
                                "310.92.44.50.06.002",
                                "310.92.44.51.01.001",
                                "310.92.44.51.01.002",
                                "310.92.44.51.01.003",
                                "310.92.44.51.01.004",
                                "310.92.44.51.01.005",
                                "31030425001004",
                                "31060425001002",
                                "311.10.39.30.01.001",
                                "311.12.42.30.01.001",
                                "311.30.40.30.01.001",
                                "311.30.42.30.01.001",
                                "311.30.42.30.01.002",
                                "311.30.42.30.01.003",
                                "311.30.42.30.01.004",
                                "311.30.42.30.01.005",
                                "311.30.42.30.01.006",
                                "311.30.42.30.03.001",
                                "311.30.42.30.99.001",
                                "311.30.42.30.99.002",
                                "311.30.44.32.01.001",
                                "311.30.44.51.01.002",
                                "311.32.40.30.01.001",
                                "311.32.40.30.02.001",
                                "311.32.42.30.01.001",
                                "311.32.42.30.04.001",
                                "311.33.40.30.02.001",
                                "311.33.42.30.01.001",
                                "311.33.42.30.01.002",
                                "311.63.44.51.06.001",
                                "311.63.44.51.99.001",
                                "311.90.44.51.03.001",
                                "311.92.44.30.01.001",
                                "311.92.44.30.01.002",
                                "311.92.44.51.01.003",
                                "311.92.44.51.01.004",
                                "311.92.44.51.01.005",
                                "311.92.44.51.01.006",
                                "311.92.44.51.01.007",
                                "311.93.42.30.99.001",
                                "311.93.44.51.03.001",
                                "311.93.44.51.04.002",
                                "311.93.44.51.99.001",
                                "311.93.44.51.99.002",
                                "32.9000.9004/78.R582",
                                "321.10.42.50.01.001",
                                "321.10.42.50.04.001",
                                "321.10.44.50.01.001",
                                "321.10.44.50.02.001",
                                "321.30.44.50.01.001",
                                "321.33.44.52.01.001",
                                "321.93.42.50.13.001",
                                "3210.51.00",
                                "32105000",
                                "3211.31.00",
                                "32110425002001",
                                "32113000",
                                "3212.80.00",
                                "32130445201001",
                                "3220.50.00",
                                "3221.30.00",
                                "32228000",
                                "323.10.40.40.02.001",
                                "323.30.40.40.06.001",
                                "324.23.38.50.02.001",
                                "324.23.38.50.02.002",
                                "324.28.38.40.06.001",
                                "324.28.38.50.02.001",
                                "324.28.38.50.02.002",
                                "324.30.38.40.04.001",
                                "324.30.38.40.06.001",
                                "324.30.38.50.01.001",
                                "324.30.38.50.02.001",
                                "324.30.38.50.03.001",
                                "324.30.38.50.03.002",
                                "324.30.38.50.06.001",
                                "324.30.38.50.55.001",
                                "324.32.38.50.02.001",
                                "324.33.38.40.04.001",
                                "324.38.38.50.03.001",
                                "324.38.38.50.06.001",
                                "324.38.38.50.55.001",
                                "324.68.38.50.02.003",
                                "326.30.40.50.01.001",
                                "326.30.40.50.01.002",
                                "326.30.40.50.02.001",
                                "326.30.40.50.03.001",
                                "326.30.40.50.04.001",
                                "326.30.40.50.06.001",
                                "326.32.40.50.01.001",
                                "326135",
                                "326235",
                                "326238",
                                "326933",
                                "326934",
                                "326935",
                                "326938",
                                "327.10.43.50.01.001",
                                "327.10.43.50.06.001",
                                "329.23.44.51.06.001",
                                "329.30.43.51.02.001",
                                "329.30.43.51.02.002",
                                "329.30.43.51.03.001",
                                "329.30.44.51.01.001",
                                "329.30.44.51.01.002",
                                "329.30.44.51.01.003",
                                "329.30.44.51.04.001",
                                "329.30.44.51.06.001",
                                "329.32.43.51.02.001",
                                "329.32.43.51.03.001",
                                "329.32.44.51.01.001",
                                "329.32.44.51.06.001",
                                "329.33.43.51.02.001",
                                "329.33.44.51.01.001",
                                "329.33.44.51.04.001",
                                "329.53.44.51.03.001",
                                "329.92.43.51.10.001",
                                "331.10.42.51.01.001",
                                "331.10.42.51.01.002",
                                "331.10.42.51.03.001",
                                "331.12.42.51.01.001",
                                "331.12.42.51.03.001",
                                "331.20.42.51.02.001",
                                "331.22.42.51.01.001",
                                "332.10.41.51.01.001",
                                "332.10.41.51.01.002",
                                "332.10.41.51.03.001",
                                "332.10.41.51.10.001",
                                "332.10.41.51.11.001",
                                "332.12.41.51.01.001",
                                "332.12.41.51.03.001",
                                "332.12.41.51.10.001",
                                "332.12.41.51.11.001",
                                "3362",
                                "336238",
                                "336239",
                                "336933",
                                "336934",
                                "336935",
                                "336938",
                                "3506.31.00",
                                "3506.61.00",
                                "3507.51.00",
                                "3510.50",
                                "3510.50.00",
                                "3510.61.00",
                                "351012351",
                                "3511.50.00",
                                "3511.80.00",
                                "3513.30",
                                "3513.30.00",
                                "3513.50",
                                "35135000",
                                "3518.50.00",
                                "3519.50.00",
                                "3520.50.00",
                                "3520.53.00",
                                "3521.30.00",
                                "3521.80.00",
                                "3523.30.00",
                                "3523.80.00",
                                "3529.50.00",
                                "3539.50.00",
                                "35405000",
                                "3551.20.00",
                                "3559.3200",
                                "3570.50.00",
                                "3572.50.00",
                                "3573.50.00",
                                "3575.20.00",
                                "3576.50.00",
                                "3577.50.00",
                                "3578.51.00",
                                "35905000",
                                "3592.50.00",
                                "35945000",
                                "3714",
                                "376.0822",
                                "378.0801",
                                "42000",
                                "431.10.42.51.02.001",
                                "431.13.42.51.01.001",
                                "431.13.42.51.03.001",
                                "48413132",
                                "49.4000.3652/21.I001",
                                "49.9000.9004/78.R582",
                                "51.3100.3600/69.M3100",
                                "522.10.43.50.01.001",
                                "522.20.42.30.01.001",
                                "522.20.42.30.06.001",
                                "522.30.38.50.04.001",
                                "522.30.38.50.04.002",
                                "522.30.42.30.03.001",
                                "522.30.42.30.04.001",
                                "522.30.43.51.02.001",
                                "5240.5000",
                                "6138-0011",
                                "6138-0030",
                                "6138-0040",
                                "6139-6002",
                                "6139-6012",
                                "6238",
                                "6239",
                                "6240",
                                "6241",
                                "6262",
                                "6263",
                                "6265",
                                "70330B",
                                "70330N",
                                "769",
                                "79160",
                                "79170",
                                "79180",
                                "79260",
                                "79260P",
                                "79270",
                                "79280",
                                "79280 P",
                                "79350",
                                "79360B",
                                "79360N",
                                "79360N-0002",
                                "79360n-0019",
                                "79363N",
                                "79377KN",
                                "806",
                                "808",
                                "809",
                                "810",
                                "81950",
                                "94200",
                                "94300",
                                "95.3100.3600/39.M3100",
                                "95.9000.9004/78.M9000",
                                "95.9000.9004/78.R582",
                                "95.9002.9004/78.R584",
                                "95.9100.9004/01.I001",
                                "96.2260.4061/21.R575",
                                "97.9001.9004/80.R922",
                                "97.9100.9004/02.I001",
                                "97.T384.4061/21.C822",
                                "A13022",
                                "A13035.1",
                                "A13050.1",
                                "A13313121B1A1",
                                "A13313121B1S1",
                                "A13313121L1S1",
                                "A13313161C1A1",
                                "A13313161C1S1",
                                "A13317",
                                "A13317101B1A1",
                                "A13317101B1X1",
                                "A13317101C1A1",
                                "A13320",
                                "A13322",
                                "A13324",
                                "A13330",
                                "A13340",
                                "A13341",
                                "A13350",
                                "A13352",
                                "A13355",
                                "A13356",
                                "A13357",
                                "A13358",
                                "A13362",
                                "A13370",
                                "A1337011/B907",
                                "A13371",
                                "A13380",
                                "A13381",
                                "A13388",
                                "A20048",
                                "A21330",
                                "A23311121C1X1",
                                "A23322",
                                "A23340",
                                "A233801A1C1A1",
                                "A233801A1C1X1",
                                "A233802A1L1A1",
                                "A233802A1L1X1",
                                "A233803A1B1A1",
                                "A233803A1B1X1",
                                "A24315101B1A1",
                                "A24315101B1X1",
                                "A24315101C1A1",
                                "A24315101C1X1",
                                "A24322",
                                "A2432212/B726",
                                "A25310241K1X1",
                                "A25362",
                                "A25363",
                                "A27362",
                                "A384",
                                "A386",
                                "A41330",
                                "A41360",
                                "A42362",
                                "A44355",
                                "A44359",
                                "A44362",
                                "AB0110",
                                "AB0115",
                                "AB0117131B1A1",
                                "AB0118",
                                "AB0118221G1P1",
                                "AB0118A11L1X1",
                                "AB0118A61C1A1",
                                "AB0118A71G1P1",
                                "AB01192A1L1A1",
                                "AB0120",
                                "AB0121",
                                "AB0127211B1X1",
                                "AB0134",
                                "AB0134101B1A1",
                                "AB0134101C1A1",
                                "AB0134101C1S1",
                                "AB0134101G1A1",
                                "AB0134101K1A1",
                                "AB0134101L1A1",
                                "AB0134101L2A1",
                                "AB0134101L2S1",
                                "AB01343A1L1A1",
                                "AB0136161C1A1",
                                "AB0136161C1S1",
                                "AB0136251B1A1",
                                "AB0136251B1A2",
                                "AB0136251B1S1",
                                "AB0136251B2S1",
                                "AB0136251L1S1",
                                "AB0137211B1A1",
                                "AB0137211B1P1",
                                "AB0137211C1A1",
                                "AB0137211C1P1",
                                "AB0137241L1A1",
                                "AB0137241L1P1",
                                "AB0138",
                                "AB0138211B1A1",
                                "AB0138211B1P1",
                                "AB0138241C1A1",
                                "AB0138241C1P1",
                                "AB0138241G1A1",
                                "AB0138241G1P1",
                                "AB0138241K1A1",
                                "AB0138241K1P1",
                                "AB0138241L1A1",
                                "AB0138241L1P1",
                                "AB0139211B1A1",
                                "AB0139211B1P1",
                                "AB0139211G1A1",
                                "AB0139211G1P1",
                                "AB0139211L1A1",
                                "AB0139211L1P1",
                                "AB0139241C1A1",
                                "AB0139241C1P1",
                                "AB0139241C2A1",
                                "AB0139241C2P1",
                                "AB0139631C1P1",
                                "AB0145171C1A1",
                                "AB0145171C1P2",
                                "AB0145211G1A1",
                                "AB0145211G1P1",
                                "AB0145221B1A1",
                                "AB0145331K1A1",
                                "AB0145331K1P2",
                                "AB0145371L1P1",
                                "AB0146101C1X1",
                                "AB0146101L1A1",
                                "AB0146101L1X1",
                                "AB0147101A1A1",
                                "AB0147101A1X1",
                                "AB0147101B1A1",
                                "AB0147101B1X1",
                                "AB0147101C1A1",
                                "AB0147101C1X1",
                                "AB0147101L1A1",
                                "AB0147101L1X1",
                                "AB0156161C1A1",
                                "AB0156361L1S1",
                                "AB0162121B1A1",
                                "AB0162121B1S1",
                                "AB0162121C1A1",
                                "AB0162121C1S1",
                                "AB0162121G1S1",
                                "AB01761A1K1A1",
                                "AB01761A1K1X1",
                                "AB01762A1L1A1",
                                "AB01762A1L1X1",
                                "AB01763A1C1A1",
                                "AB01763A1C1X1",
                                "AB01764A1C1A1",
                                "AB01764A1C1X1",
                                "AB01765A1B1A1",
                                "AB01765A1B1X1",
                                "AB01766A1A1A1",
                                "AB01766A1A1X1",
                                "AB01767A1C1X1",
                                "AB01768A1A1X1",
                                "AB01771A1B1X1",
                                "AB01771A1L1X1",
                                "AB01772A1G1X1",
                                "AB04451A1C1A1",
                                "AB04451A1C1X1",
                                "AB04452A1L1A1",
                                "AB04452A1L1X1",
                                "AB04453A1B1A1",
                                "AB04453A1B1X1",
                                "AB0920131B1X1",
                                "AB0930371G1P1",
                                "AB0930D31L1P1",
                                "AB1510171C1P1",
                                "AB2510201K1P1",
                                "B13047",
                                "B13048",
                                "B13050",
                                "B13050.1",
                                "B13352",
                                "B13355",
                                "B13356",
                                "C13356",
                                "CAF2110",
                                "CAR2A1W.BA0703",
                                "CAR2A1Z",
                                "CAR2A1Z.FT6044",
                                "CAR5A8Y.FC6377",
                                "CAW2111.FC6183",
                                "CAW211P.FC6356",
                                "CAW211R.FC6401",
                                "CAW218F.FC6356",
                                "CAZ2010.BA0876",
                                "CAZ2012.BA0876",
                                "CAZ2012.BA0970",
                                "CAZ201G.BA0876",
                                "CBE2110.BA0687",
                                "CBE2110.FC8226",
                                "CBE511A.FC8279",
                                "CBE511C.FC8280",
                                "CBG2A1Z.BA0658",
                                "CBK2110.BA0715",
                                "CBK2112.BA0715",
                                "CBL2111.BA0644",
                                "CBL2111.FC6453",
                                "CBL2113.BA0644",
                                "CBL2113.FC6177",
                                "CBL2115.FC6494",
                                "CBL2180.FC6497",
                                "CBL2182.FT6235",
                                "CBL2183.FT6236",
                                "CBL2184.FT6236",
                                "CBL2188.FT6261",
                                "CBL218B.FT6236",
                                "CBN2010.BA0642",
                                "CBN2011.BA0642",
                                "CBN2012.FC6483",
                                "CBN2013.FC6483",
                                "CBN201C.FC6542",
                                "CBN201D.FC6543",
                                "CBN201N.FC6620",
                                "CBN2A10.BA0643",
                                "CBN2A1A.BA0643",
                                "CBN2A1A.FC6537",
                                "CBN2A1AA.BA0643",
                                "CBN2A1AA.FT6228",
                                "CBN2A1B.BA0643",
                                "CBN2A1F.BA0643",
                                "CBN2A1F.FC6492",
                                "CBN2A1M.FC6526",
                                "CBN2A1N.BA0643",
                                "CBN2A1N.FT6238",
                                "CBN2A5A.FC6481",
                                "CBS2011.FC6529",
                                "cbs2113ba0053",
                                "cbs2114ba0053",
                                "cbs2115ba0053",
                                "CBS2210.BA0048",
                                "CBS2210.FC6534",
                                "CBS2211.FC6545",
                                "CBS2212.BA0048",
                                "CBS2212.FC6535",
                                "CBS2213.FN6002",
                                "CBS2214.FC6567",
                                "CBS2216.BA0041",
                                "CBS2216.BA0048",
                                "CBS2219.FC6607",
                                "CBU2080.FT6272",
                                "CBU2081.FT6274",
                                "CBU2082.FT6275",
                                "CBU2084.FT6297",
                                "CBZ2080.BF0009",
                                "CBZ2080.FT8091",
                                "CBZ2082.FT8096",
                                "CBZ2084.FT8097",
                                "CBZ2085.FT8093",
                                "CBZ2086.FT8098",
                                "CV2010",
                                "CV2013",
                                "CV2014",
                                "CV2A10",
                                "CV2A10.BA0796",
                                "CV2A1R.BA0799",
                                "CV2A1V.BA0738",
                                "CW2111",
                                "CW2113",
                                "D13050.1",
                                "E13360",
                                "EB0134101M1E1",
                                "EB0134101M1S1",
                                "EB0136251M1E1",
                                "EB0136251M1S1",
                                "EB0148101B1E1",
                                "EB0148101C1E1",
                                "EB0148101C1X1",
                                "IB0134101G1A1",
                                "IW354702",
                                "IW3702",
                                "IW3706",
                                "IW3712",
                                "IW3714",
                                "IW371401",
                                "IW371404",
                                "IW371417",
                                "IW371432",
                                "IW371438",
                                "IW371445",
                                "IW371446",
                                "IW371447",
                                "IW371480",
                                "IW371482",
                                "IW371491",
                                "IW371601",
                                "IW371604",
                                "IW371605",
                                "IW371606",
                                "IW371609",
                                "IW371610",
                                "IW371611",
                                "IW371614",
                                "IW371615",
                                "IW371616",
                                "IW371617",
                                "IW371620",
                                "IW371624",
                                "IW371625",
                                "IW371629",
                                "IW371701",
                                "IW371702",
                                "IW371704",
                                "IW371705",
                                "IW371918",
                                "IW371928",
                                "IW3750",
                                "IW376204",
                                "IW376501",
                                "IW376705",
                                "IW376706",
                                "IW376711",
                                "IW376801",
                                "IW376803",
                                "IW376804",
                                "IW376805",
                                "IW376806",
                                "IW377701",
                                "IW377704",
                                "IW377706",
                                "IW377709",
                                "IW377710",
                                "IW377713",
                                "IW377714",
                                "IW377717",
                                "IW377719",
                                "IW377729",
                                "IW377903",
                                "IW378001",
                                "IW378002",
                                "IW378003",
                                "IW378004",
                                "IW378005",
                                "IW378006",
                                "IW378009",
                                "IW378203",
                                "IW378302",
                                "IW378303",
                                "IW378401",
                                "IW378505",
                                "IW378511",
                                "IW378901",
                                "IW379502",
                                "IW379503",
                                "IW379507",
                                "IW379901",
                                "IW380801",
                                "IW380802",
                                "IW386501",
                                "IW386503",
                                "IW387802",
                                "IW387803",
                                "IW387804",
                                "IW387806",
                                "IW387901",
                                "IW387902",
                                "IW387903",
                                "IW387905",
                                "IW388002",
                                "IW388101",
                                "IW388102",
                                "IW388103",
                                "IW388104",
                                "IW388106",
                                "IW388108",
                                "IW388109",
                                "IW388110",
                                "IW388111",
                                "IW388113",
                                "IW388116",
                                "IW388117",
                                "IW388304",
                                "IW388305",
                                "IW388306",
                                "IW388309",
                                "IW389001",
                                "IW389101",
                                "IW389105",
                                "IW389106",
                                "IW389107",
                                "IW389108",
                                "IW389109",
                                "IW389401",
                                "IW389402",
                                "IW389404",
                                "IW390206",
                                "IW390210",
                                "IW390211",
                                "IW390212",
                                "IW390213",
                                "IW390303",
                                "IW390402",
                                "IW390403",
                                "IW390404",
                                "IW390406",
                                "IW390502",
                                "IW390503",
                                "IW390701",
                                "IW390702",
                                "IW390704",
                                "IW391007",
                                "IW391008",
                                "IW391009",
                                "IW391010",
                                "IW391019",
                                "IW391021",
                                "IW391022",
                                "IW391024",
                                "IW391025",
                                "IW391027",
                                "IW391029",
                                "IW391030",
                                "IW391031",
                                "IW391035",
                                "IW391036",
                                "IW391037",
                                "IW391404",
                                "IW391405",
                                "IW391406",
                                "IW391407",
                                "IW391408",
                                "IW391503",
                                "IW392103",
                                "IW393402",
                                "IW395001",
                                "IW501707",
                                "IW502702",
                                "IW503502",
                                "IW503504",
                                "L2.629.4.78.3",
                                "L2.673.4.61.2",
                                "L2.673.4.71.2",
                                "L2.673.4.78.3",
                                "L2.673.4.78.6",
                                "L2.678.4.11.0",
                                "L2.759.4.78.3",
                                "L2.773.4.78.3",
                                "L2.773.4.78.6",
                                "L2.773.4.92.0",
                                "L2.816.4.53.2",
                                "L2.830.4.93.0",
                                "L26734926",
                                "L27734926",
                                "L28161932",
                                "L28274730",
                                "L3.721.4.53.6",
                                "L3.820.4.53.0",
                                "L3.820.4.53.6",
                                "L3.820.4.73.6",
                                "L3.820.4.93.0",
                                "L3.820.4.93.6",
                                "L3.821.1.53.2",
                                "L3.821.1.53.6",
                                "L3.821.4.53.2",
                                "L3.821.4.93.6",
                                "L3.821.5.53.2",
                                "L3.821.5.59.2",
                                "L3.829.1.53.2",
                                "L3.835.4.02.6",
                                "L3.835.4.02.9",
                                "L3.835.4.32.6",
                                "L3.835.4.52.6",
                                "L3.835.4.72.6",
                                "L3.835.4.98.9",
                                "L38214536",
                                "L38214932",
                                "L38354329",
                                "L38354986",
                                "M133132A1C1W1",
                                "M25807KN-0001",
                                "M79360B-0002",
                                "M79360N",
                                "M79360N-0001",
                                "M79360N-0002",
                                "M79360N-0013",
                                "M79360N-0014",
                                "M79360N-0019",
                                "M79360N-0024",
                                "M79363N-0001",
                                "M79363N-0002",
                                "M79363N-0007",
                                "M79377KN-0001",
                                "PB0134101C1S1",
                                "PB0134101C1S2",
                                "PB0136251C1S1",
                                "R233801A1B1X1",
                                "RB0134101B1S1",
                                "RB0136E31Q1S1",
                                "RB0137241G1P1",
                                "RB0137241G1R1",
                                "RB0138211B1P1",
                                "RB0138211B1R1",
                                "RB0139211G1P1",
                                "RB0139631G1P1",
                                "RB01761A1Q1X1",
                                "RB04451A1B1X1",
                                "RB1510251B1P1",
                                "RB2510371G1P1",
                                "SB0146101B1X1",
                                "SB0146101L1X1",
                                "SB0147101B1X1",
                                "SB0147101I1X1",
                                "SB0147101I1X2",
                                "SB0148101B1X1",
                                "SB04451A1B1X1",
                                "SBEC019",
                                "ST 145.022-69",
                                "TB0134101M1X1",
                                "U13313121B1A1",
                                "U13313121B1S1",
                                "UB0134101B1U1",
                                "UB0134101C1U1",
                                "UB0134131L1S1",
                                "UB0134131L1U1",
                                "UB0136251B1S1",
                                "UB0136251B1U1",
                                "UB0136251L1S1",
                                "UB0136251L1U1",
                                "V13317101B1X1",
                                "V13375101C1X1",
                                "W20090X8",
                                "W20091X7",
                                "W2020004",
                                "W2SA0008",
                                "W31048M7",
                                "W62019X6",
                                "W62020X6",
                                "W6920002",
                                "W6920003",
                                "W6920052",
                                "w6920063",
                                "WSPA0018",
                                "WSPA0027",
                                "WSRO0002",
                                "WSSA0017",
                                "Y233801A1B1A1",
                                "Y233801A1B1X1",
                                "YB04451A1B1A1",
                                "YB04451A1B1X1"
                            ]
                        }
                    },
                    "currency": {
                        "title": "Choose the Display Currency for Prices",
                        "enum": [
                            "OMR",
                            "PHP",
                            "CLP",
                            "SEK",
                            "MYR",
                            "IDR",
                            "SGD",
                            "USD",
                            "NZD",
                            "HRK",
                            "MXN",
                            "DKK",
                            "KWD",
                            "HKD",
                            "BRL",
                            "TWD",
                            "QAR",
                            "EUR",
                            "NOK",
                            "GBP",
                            "AUD",
                            "AED",
                            "CAD",
                            "BHD",
                            "KRW",
                            "CZK",
                            "HUF",
                            "THB",
                            "JPY",
                            "CHF",
                            "CNY",
                            "PLN",
                            "TRY",
                            "ZAR",
                            "INR",
                            "RUB",
                            "RON"
                        ],
                        "type": "string",
                        "description": "Select the currency Chrono24 should use when showing listing prices in generated searches. Use a consistent currency across scheduled runs or ETL exports when comparing prices over time.",
                        "default": "USD"
                    },
                    "language": {
                        "title": "Choose the Chrono24 Page Language",
                        "enum": [
                            "en_US",
                            "es_US",
                            "da_US",
                            "de_US",
                            "fr_US",
                            "hr_US",
                            "it_US",
                            "hu_US",
                            "nl_US",
                            "nb_US",
                            "pl_US",
                            "pt_US",
                            "ro_US",
                            "sv_US",
                            "tr_US",
                            "cs_US",
                            "el_US",
                            "ru_US",
                            "zh_CN",
                            "zh_US",
                            "ja_US",
                            "ko_US"
                        ],
                        "type": "string",
                        "description": "Select the language used for generated Chrono24 search pages. Keep one language across repeat runs when you want stable text values for downstream processing.",
                        "default": "en_US"
                    },
                    "sort_by": {
                        "title": "Choose How Filtered Searches Are Sorted",
                        "enum": [
                            "most_relevant",
                            "most_popular",
                            "most_recent",
                            "lowest_price",
                            "highest_price"
                        ],
                        "type": "string",
                        "description": "Select the Chrono24 sort order for searches created from direct URLs or structured filters. Use relevance for broad discovery, most recent for monitoring new listings, or price sorting for market research.",
                        "default": "most_relevant"
                    },
                    "min_price": {
                        "title": "Set a Minimum Listing Price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Enter the lowest price to include in generated searches. Use this to exclude low-value listings or accessories when building cleaner exports for valuation and market analysis."
                    },
                    "max_price": {
                        "title": "Set a Maximum Listing Price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Enter the highest price to include in generated searches. Use this to keep broad searches within a target budget, collection tier, or downstream import scope."
                    },
                    "case_diameter": {
                        "title": "Filter by Case Diameter or Width",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select one or more case sizes in millimeters. This helps narrow searches to wearable size ranges, collection preferences, or comparable watch variants.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "10_mm",
                                "11_mm",
                                "12_mm",
                                "13_mm",
                                "14_mm",
                                "15_mm",
                                "16_mm",
                                "17_mm",
                                "18_mm",
                                "19_mm",
                                "20_mm",
                                "21_mm",
                                "22_mm",
                                "23_mm",
                                "24_mm",
                                "25_mm",
                                "26_mm",
                                "27_mm",
                                "28_mm",
                                "29_mm",
                                "30_mm",
                                "31_mm",
                                "32_mm",
                                "33_mm",
                                "34_mm",
                                "35_mm",
                                "36_mm",
                                "37_mm",
                                "38_mm",
                                "39_mm",
                                "40_mm",
                                "41_mm",
                                "42_mm",
                                "43_mm",
                                "44_mm",
                                "45_mm",
                                "46_mm",
                                "47_mm",
                                "48_mm",
                                "49_mm",
                                "50_mm",
                                "51_mm",
                                "52_mm",
                                "53_mm",
                                "54_mm",
                                "55_mm",
                                "56_mm",
                                "57_mm",
                                "58_mm",
                                "59_mm",
                                "60_mm",
                                "64_mm",
                                "65_mm",
                                "66_mm",
                                "68_mm",
                                "69_mm",
                                "70_mm",
                                "74_mm",
                                "75_mm",
                                "77_mm",
                                "80_mm",
                                "82_mm",
                                "84_mm",
                                "85_mm",
                                "87_mm",
                                "90_mm",
                                "91_mm",
                                "95_mm",
                                "98_mm",
                                "100_mm",
                                "101_mm",
                                "105_mm",
                                "107_mm",
                                "110_mm",
                                "116_mm",
                                "126_mm",
                                "130_mm",
                                "145_mm",
                                "150_mm",
                                "162_mm",
                                "170_mm",
                                "171_mm",
                                "175_mm",
                                "180_mm",
                                "190_mm",
                                "200_mm",
                                "210_mm",
                                "230_mm",
                                "250_mm",
                                "273_mm",
                                "275_mm",
                                "300_mm",
                                "305_mm",
                                "331_mm",
                                "340_mm",
                                "345_mm",
                                "350_mm",
                                "353_mm",
                                "355_mm",
                                "366_mm",
                                "374_mm",
                                "400_mm",
                                "415_mm",
                                "420_mm",
                                "450_mm",
                                "468_mm",
                                "476_mm",
                                "784_mm",
                                "no_details"
                            ],
                            "enumTitles": [
                                "10 mm",
                                "11 mm",
                                "12 mm",
                                "13 mm",
                                "14 mm",
                                "15 mm",
                                "16 mm",
                                "17 mm",
                                "18 mm",
                                "19 mm",
                                "20 mm",
                                "21 mm",
                                "22 mm",
                                "23 mm",
                                "24 mm",
                                "25 mm",
                                "26 mm",
                                "27 mm",
                                "28 mm",
                                "29 mm",
                                "30 mm",
                                "31 mm",
                                "32 mm",
                                "33 mm",
                                "34 mm",
                                "35 mm",
                                "36 mm",
                                "37 mm",
                                "38 mm",
                                "39 mm",
                                "40 mm",
                                "41 mm",
                                "42 mm",
                                "43 mm",
                                "44 mm",
                                "45 mm",
                                "46 mm",
                                "47 mm",
                                "48 mm",
                                "49 mm",
                                "50 mm",
                                "51 mm",
                                "52 mm",
                                "53 mm",
                                "54 mm",
                                "55 mm",
                                "56 mm",
                                "57 mm",
                                "58 mm",
                                "59 mm",
                                "60 mm",
                                "64 mm",
                                "65 mm",
                                "66 mm",
                                "68 mm",
                                "69 mm",
                                "70 mm",
                                "74 mm",
                                "75 mm",
                                "77 mm",
                                "80 mm",
                                "82 mm",
                                "84 mm",
                                "85 mm",
                                "87 mm",
                                "90 mm",
                                "91 mm",
                                "95 mm",
                                "98 mm",
                                "100 mm",
                                "101 mm",
                                "105 mm",
                                "107 mm",
                                "110 mm",
                                "116 mm",
                                "126 mm",
                                "130 mm",
                                "145 mm",
                                "150 mm",
                                "162 mm",
                                "170 mm",
                                "171 mm",
                                "175 mm",
                                "180 mm",
                                "190 mm",
                                "200 mm",
                                "210 mm",
                                "230 mm",
                                "250 mm",
                                "273 mm",
                                "275 mm",
                                "300 mm",
                                "305 mm",
                                "331 mm",
                                "340 mm",
                                "345 mm",
                                "350 mm",
                                "353 mm",
                                "355 mm",
                                "366 mm",
                                "374 mm",
                                "400 mm",
                                "415 mm",
                                "420 mm",
                                "450 mm",
                                "468 mm",
                                "476 mm",
                                "784 mm",
                                "No details"
                            ]
                        }
                    },
                    "lug_width": {
                        "title": "Filter by Lug Width",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select one or more lug-width values in millimeters when strap compatibility or case proportions matter for the collection scope. Leave empty when lug width is not a requirement.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "1_mm",
                                "2_mm",
                                "4_mm",
                                "5_mm",
                                "6_mm",
                                "7_mm",
                                "8_mm",
                                "9_mm",
                                "10_mm",
                                "11_mm",
                                "12_mm",
                                "13_mm",
                                "14_mm",
                                "15_mm",
                                "16_mm",
                                "17_mm",
                                "18_mm",
                                "19_mm",
                                "20_mm",
                                "21_mm",
                                "22_mm",
                                "23_mm",
                                "24_mm",
                                "25_mm",
                                "26_mm",
                                "27_mm",
                                "28_mm",
                                "29_mm",
                                "30_mm",
                                "32_mm",
                                "33_mm",
                                "34_mm",
                                "36_mm",
                                "37_mm",
                                "38_mm",
                                "39_mm",
                                "40_mm",
                                "42_mm",
                                "43_mm",
                                "44_mm",
                                "45_mm",
                                "47_mm",
                                "48_mm",
                                "49_mm",
                                "71_mm",
                                "125_mm",
                                "135_mm",
                                "140_mm",
                                "152_mm",
                                "165_mm",
                                "175_mm",
                                "178_mm",
                                "181_mm",
                                "183_mm",
                                "199_mm",
                                "209_mm",
                                "1520_mm",
                                "1550_mm",
                                "1580_mm",
                                "1930_mm",
                                "1950_mm",
                                "no_details"
                            ],
                            "enumTitles": [
                                "1 mm",
                                "2 mm",
                                "4 mm",
                                "5 mm",
                                "6 mm",
                                "7 mm",
                                "8 mm",
                                "9 mm",
                                "10 mm",
                                "11 mm",
                                "12 mm",
                                "13 mm",
                                "14 mm",
                                "15 mm",
                                "16 mm",
                                "17 mm",
                                "18 mm",
                                "19 mm",
                                "20 mm",
                                "21 mm",
                                "22 mm",
                                "23 mm",
                                "24 mm",
                                "25 mm",
                                "26 mm",
                                "27 mm",
                                "28 mm",
                                "29 mm",
                                "30 mm",
                                "32 mm",
                                "33 mm",
                                "34 mm",
                                "36 mm",
                                "37 mm",
                                "38 mm",
                                "39 mm",
                                "40 mm",
                                "42 mm",
                                "43 mm",
                                "44 mm",
                                "45 mm",
                                "47 mm",
                                "48 mm",
                                "49 mm",
                                "71 mm",
                                "125 mm",
                                "135 mm",
                                "140 mm",
                                "152 mm",
                                "165 mm",
                                "175 mm",
                                "178 mm",
                                "181 mm",
                                "183 mm",
                                "199 mm",
                                "209 mm",
                                "1520 mm",
                                "1550 mm",
                                "1580 mm",
                                "1930 mm",
                                "1950 mm",
                                "No details"
                            ]
                        }
                    },
                    "case_thickness": {
                        "title": "Filter by Case Thickness",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select one or more case-thickness values in millimeters. Use this for searches where profile, fit, or variant comparison matters.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "4_mm",
                                "5_mm",
                                "6_mm",
                                "7_mm",
                                "8_mm",
                                "9_mm",
                                "10_mm",
                                "11_mm",
                                "12_mm",
                                "13_mm",
                                "14_mm",
                                "15_mm",
                                "16_mm",
                                "17_mm",
                                "18_mm",
                                "19_mm",
                                "20_mm",
                                "21_mm",
                                "22_mm",
                                "23_mm",
                                "24_mm",
                                "25_mm",
                                "26_mm",
                                "27_mm",
                                "28_mm",
                                "29_mm",
                                "30_mm",
                                "31_mm",
                                "32_mm",
                                "33_mm",
                                "34_mm",
                                "35_mm",
                                "36_mm",
                                "37_mm",
                                "38_mm",
                                "39_mm",
                                "40_mm",
                                "41_mm",
                                "42_mm",
                                "43_mm",
                                "44_mm",
                                "45_mm",
                                "46_mm",
                                "47_mm",
                                "48_mm",
                                "49_mm",
                                "50_mm",
                                "no_details"
                            ],
                            "enumTitles": [
                                "4 mm",
                                "5 mm",
                                "6 mm",
                                "7 mm",
                                "8 mm",
                                "9 mm",
                                "10 mm",
                                "11 mm",
                                "12 mm",
                                "13 mm",
                                "14 mm",
                                "15 mm",
                                "16 mm",
                                "17 mm",
                                "18 mm",
                                "19 mm",
                                "20 mm",
                                "21 mm",
                                "22 mm",
                                "23 mm",
                                "24 mm",
                                "25 mm",
                                "26 mm",
                                "27 mm",
                                "28 mm",
                                "29 mm",
                                "30 mm",
                                "31 mm",
                                "32 mm",
                                "33 mm",
                                "34 mm",
                                "35 mm",
                                "36 mm",
                                "37 mm",
                                "38 mm",
                                "39 mm",
                                "40 mm",
                                "41 mm",
                                "42 mm",
                                "43 mm",
                                "44 mm",
                                "45 mm",
                                "46 mm",
                                "47 mm",
                                "48 mm",
                                "49 mm",
                                "50 mm",
                                "No details"
                            ]
                        }
                    },
                    "functions_movement": {
                        "title": "Filter by Movement Type and Watch Functions",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select movement types such as automatic, manual winding, quartz, or solar, and functions such as chronograph, GMT, moon phase, date, or tourbillon. Use this for feature-based sourcing and analytics.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "movement_automatic",
                                "movement_manual_winding",
                                "movement_quartz",
                                "movement_smartwatch",
                                "movement_solar",
                                "movement_no_details",
                                "function_4_year_calendar",
                                "function_alarm",
                                "function_annual_calendar",
                                "function_chiming_clock",
                                "function_chronograph",
                                "function_date",
                                "function_double_chronograph",
                                "function_equation_of_time",
                                "function_flyback",
                                "function_gmt",
                                "function_jumping_hour",
                                "function_minute_repeater",
                                "function_month",
                                "function_moon_phase",
                                "function_panorama_date",
                                "function_perpetual_calendar",
                                "function_repeater",
                                "function_tachymeter",
                                "function_tourbillon",
                                "function_weekday",
                                "function_year"
                            ],
                            "enumTitles": [
                                "Movement: Automatic",
                                "Movement: Manual winding",
                                "Movement: Quartz",
                                "Movement: Smartwatch",
                                "Movement: Solar",
                                "Movement: No details",
                                "Function: 4-year calendar",
                                "Function: Alarm",
                                "Function: Annual calendar",
                                "Function: Chiming clock",
                                "Function: Chronograph",
                                "Function: Date",
                                "Function: Double chronograph",
                                "Function: Equation of time",
                                "Function: Flyback",
                                "Function: GMT",
                                "Function: Jumping hour",
                                "Function: Minute repeater",
                                "Function: Month",
                                "Function: Moon phase",
                                "Function: Panorama date",
                                "Function: Perpetual calendar",
                                "Function: Repeater",
                                "Function: Tachymeter",
                                "Function: Tourbillon",
                                "Function: Weekday",
                                "Function: Year"
                            ]
                        }
                    },
                    "dial": {
                        "title": "Filter by Dial Style and Dial Color",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose dial numeral styles and colors to focus the search on specific variants. This is useful for collectors, inventory matching, and downstream variant analysis.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "dial_style_arabic_numerals",
                                "dial_style_gemstones",
                                "dial_style_lines",
                                "dial_style_no_numerals",
                                "dial_style_roman_numerals",
                                "dial_style_no_details",
                                "dial_color_black",
                                "dial_color_blue",
                                "dial_color_bordeaux",
                                "dial_color_bronze",
                                "dial_color_brown",
                                "dial_color_champagne",
                                "dial_color_gold",
                                "dial_color_gold_solid",
                                "dial_color_green",
                                "dial_color_grey",
                                "dial_color_meteorite",
                                "dial_color_mother_of_pearl",
                                "dial_color_orange",
                                "dial_color_pink",
                                "dial_color_purple",
                                "dial_color_red",
                                "dial_color_silver",
                                "dial_color_silver_solid",
                                "dial_color_skeletonized",
                                "dial_color_skeletonized_alternate",
                                "dial_color_turquoise",
                                "dial_color_white",
                                "dial_color_yellow",
                                "dial_color_no_details"
                            ],
                            "enumTitles": [
                                "Dial style: Arabic numerals",
                                "Dial style: Gemstones",
                                "Dial style: Lines",
                                "Dial style: No numerals",
                                "Dial style: Roman numerals",
                                "Dial style: No details",
                                "Dial color: Black",
                                "Dial color: Blue",
                                "Dial color: Bordeaux",
                                "Dial color: Bronze",
                                "Dial color: Brown",
                                "Dial color: Champagne",
                                "Dial color: Gold",
                                "Dial color: Gold (solid)",
                                "Dial color: Green",
                                "Dial color: Grey",
                                "Dial color: Meteorite",
                                "Dial color: Mother of pearl",
                                "Dial color: Orange",
                                "Dial color: Pink",
                                "Dial color: Purple",
                                "Dial color: Red",
                                "Dial color: Silver",
                                "Dial color: Silver (solid)",
                                "Dial color: Skeletonized",
                                "Dial color: Skeletonized (alternate)",
                                "Dial color: Turquoise",
                                "Dial color: White",
                                "Dial color: Yellow",
                                "Dial color: No details"
                            ]
                        }
                    },
                    "case": {
                        "title": "Filter by Case Material, Bezel, Crystal, or Water Resistance",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select case materials, bezel materials, crystal types, or water-resistance levels. Use these filters when physical specifications are important for sourcing, valuation, or product matching.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "case_material_aluminum",
                                "case_material_brass",
                                "case_material_bronze",
                                "case_material_carbon",
                                "case_material_ceramic",
                                "case_material_gold_steel",
                                "case_material_gold_plated",
                                "case_material_palladium",
                                "case_material_plastic",
                                "case_material_platinum",
                                "case_material_red_gold",
                                "case_material_rose_gold",
                                "case_material_sapphire_crystal",
                                "case_material_silver",
                                "case_material_steel",
                                "case_material_tantalum",
                                "case_material_titanium",
                                "case_material_tungsten",
                                "case_material_white_gold",
                                "case_material_yellow_gold",
                                "case_material_no_details",
                                "bezel_material_aluminum",
                                "bezel_material_brass",
                                "bezel_material_bronze",
                                "bezel_material_carbon",
                                "bezel_material_ceramic",
                                "bezel_material_gem_set",
                                "bezel_material_gold_steel",
                                "bezel_material_gold_plated",
                                "bezel_material_palladium",
                                "bezel_material_plastic",
                                "bezel_material_platinum",
                                "bezel_material_red_gold",
                                "bezel_material_rose_gold",
                                "bezel_material_rubber",
                                "bezel_material_silver",
                                "bezel_material_steel",
                                "bezel_material_tantalum",
                                "bezel_material_titanium",
                                "bezel_material_tungsten",
                                "bezel_material_white_gold",
                                "bezel_material_yellow_gold",
                                "bezel_material_no_details",
                                "crystal_type_glass",
                                "crystal_type_mineral_glass",
                                "crystal_type_plastic",
                                "crystal_type_plexiglass",
                                "crystal_type_sapphire_crystal",
                                "crystal_type_no_details",
                                "water_resistance_not_water_resistant",
                                "water_resistance_1_atm",
                                "water_resistance_2_atm",
                                "water_resistance_2_5_atm",
                                "water_resistance_3_atm",
                                "water_resistance_4_atm",
                                "water_resistance_5_atm",
                                "water_resistance_6_atm",
                                "water_resistance_7_atm",
                                "water_resistance_8_atm",
                                "water_resistance_9_atm",
                                "water_resistance_10_atm",
                                "water_resistance_15_atm",
                                "water_resistance_20_atm",
                                "water_resistance_30_atm",
                                "water_resistance_50_atm",
                                "water_resistance_60_atm",
                                "water_resistance_70_atm",
                                "water_resistance_100_atm",
                                "water_resistance_120_atm",
                                "water_resistance_over_120_atm",
                                "water_resistance_no_details"
                            ],
                            "enumTitles": [
                                "Case material: Aluminum",
                                "Case material: Brass",
                                "Case material: Bronze",
                                "Case material: Carbon",
                                "Case material: Ceramic",
                                "Case material: Gold/Steel",
                                "Case material: Gold-plated",
                                "Case material: Palladium",
                                "Case material: Plastic",
                                "Case material: Platinum",
                                "Case material: Red gold",
                                "Case material: Rose gold",
                                "Case material: Sapphire crystal",
                                "Case material: Silver",
                                "Case material: Steel",
                                "Case material: Tantalum",
                                "Case material: Titanium",
                                "Case material: Tungsten",
                                "Case material: White gold",
                                "Case material: Yellow gold",
                                "Case material: No details",
                                "Bezel material: Aluminum",
                                "Bezel material: Brass",
                                "Bezel material: Bronze",
                                "Bezel material: Carbon",
                                "Bezel material: Ceramic",
                                "Bezel material: Gem-set",
                                "Bezel material: Gold/Steel",
                                "Bezel material: Gold-plated",
                                "Bezel material: Palladium",
                                "Bezel material: Plastic",
                                "Bezel material: Platinum",
                                "Bezel material: Red gold",
                                "Bezel material: Rose gold",
                                "Bezel material: Rubber",
                                "Bezel material: Silver",
                                "Bezel material: Steel",
                                "Bezel material: Tantalum",
                                "Bezel material: Titanium",
                                "Bezel material: Tungsten",
                                "Bezel material: White gold",
                                "Bezel material: Yellow gold",
                                "Bezel material: No details",
                                "Crystal type: Glass",
                                "Crystal type: Mineral Glass",
                                "Crystal type: Plastic",
                                "Crystal type: Plexiglass",
                                "Crystal type: Sapphire crystal",
                                "Crystal type: No details",
                                "Water resistance: Not water resistant",
                                "Water resistance: 1 ATM",
                                "Water resistance: 2 ATM",
                                "Water resistance: 2.5 ATM",
                                "Water resistance: 3 ATM",
                                "Water resistance: 4 ATM",
                                "Water resistance: 5 ATM",
                                "Water resistance: 6 ATM",
                                "Water resistance: 7 ATM",
                                "Water resistance: 8 ATM",
                                "Water resistance: 9 ATM",
                                "Water resistance: 10 ATM",
                                "Water resistance: 15 ATM",
                                "Water resistance: 20 ATM",
                                "Water resistance: 30 ATM",
                                "Water resistance: 50 ATM",
                                "Water resistance: 60 ATM",
                                "Water resistance: 70 ATM",
                                "Water resistance: 100 ATM",
                                "Water resistance: 120 ATM",
                                "Water resistance: Over 120 ATM",
                                "Water resistance: No details"
                            ]
                        }
                    },
                    "bracelet": {
                        "title": "Filter by Bracelet or Strap Material and Color",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select band materials or colors to narrow the search to specific configurations. This is useful when bracelet condition, metal type, or strap style affects value or matching.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "band_material_alligator_skin",
                                "band_material_aluminium",
                                "band_material_brass",
                                "band_material_calf_skin",
                                "band_material_ceramic",
                                "band_material_crocodile_skin",
                                "band_material_gold_steel",
                                "band_material_gold_plated",
                                "band_material_leather",
                                "band_material_lizard_skin",
                                "band_material_ostrich_skin",
                                "band_material_plastic",
                                "band_material_platinum",
                                "band_material_red_gold",
                                "band_material_rose_gold",
                                "band_material_rubber",
                                "band_material_satin",
                                "band_material_shark_skin",
                                "band_material_silicon",
                                "band_material_silver",
                                "band_material_snake_skin",
                                "band_material_steel",
                                "band_material_textile",
                                "band_material_titanium",
                                "band_material_white_gold",
                                "band_material_yellow_gold",
                                "band_material_no_details",
                                "band_color_beige",
                                "band_color_black",
                                "band_color_blue",
                                "band_color_bordeaux",
                                "band_color_bronze",
                                "band_color_brown",
                                "band_color_gold",
                                "band_color_gold_steel",
                                "band_color_green",
                                "band_color_grey",
                                "band_color_orange",
                                "band_color_pink",
                                "band_color_purple",
                                "band_color_red",
                                "band_color_silver",
                                "band_color_steel",
                                "band_color_white",
                                "band_color_yellow",
                                "band_color_no_details"
                            ],
                            "enumTitles": [
                                "Band material: Alligator skin",
                                "Band material: Aluminium",
                                "Band material: Brass",
                                "Band material: Calf skin",
                                "Band material: Ceramic",
                                "Band material: Crocodile skin",
                                "Band material: Gold/Steel",
                                "Band material: Gold-plated",
                                "Band material: Leather",
                                "Band material: Lizard skin",
                                "Band material: Ostrich skin",
                                "Band material: Plastic",
                                "Band material: Platinum",
                                "Band material: Red gold",
                                "Band material: Rose gold",
                                "Band material: Rubber",
                                "Band material: Satin",
                                "Band material: Shark skin",
                                "Band material: Silicon",
                                "Band material: Silver",
                                "Band material: Snake skin",
                                "Band material: Steel",
                                "Band material: Textile",
                                "Band material: Titanium",
                                "Band material: White gold",
                                "Band material: Yellow gold",
                                "Band material: No details",
                                "Band color: Beige",
                                "Band color: Black",
                                "Band color: Blue",
                                "Band color: Bordeaux",
                                "Band color: Bronze",
                                "Band color: Brown",
                                "Band color: Gold",
                                "Band color: Gold/Steel",
                                "Band color: Green",
                                "Band color: Grey",
                                "Band color: Orange",
                                "Band color: Pink",
                                "Band color: Purple",
                                "Band color: Red",
                                "Band color: Silver",
                                "Band color: Steel",
                                "Band color: White",
                                "Band color: Yellow",
                                "Band color: No details"
                            ]
                        }
                    },
                    "clasp": {
                        "title": "Filter by Clasp Material or Clasp Type",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose clasp materials or clasp styles when the bracelet configuration matters for valuation, authenticity review, or inventory matching.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "clasp_material_aluminum",
                                "clasp_material_bronze",
                                "clasp_material_gold_steel",
                                "clasp_material_plastic",
                                "clasp_material_platinum",
                                "clasp_material_red_gold",
                                "clasp_material_rose_gold",
                                "clasp_material_silver",
                                "clasp_material_steel",
                                "clasp_material_titanium",
                                "clasp_material_white_gold",
                                "clasp_material_yellow_gold",
                                "clasp_material_no_details",
                                "clasp_type_buckle",
                                "clasp_type_double_fold_clasp",
                                "clasp_type_fold_clasp",
                                "clasp_type_fold_clasp_hidden",
                                "clasp_type_jewelry_clasp",
                                "clasp_type_no_clasp",
                                "clasp_type_no_details"
                            ],
                            "enumTitles": [
                                "Clasp material: Aluminum",
                                "Clasp material: Bronze",
                                "Clasp material: Gold/Steel",
                                "Clasp material: Plastic",
                                "Clasp material: Platinum",
                                "Clasp material: Red gold",
                                "Clasp material: Rose Gold",
                                "Clasp material: Silver",
                                "Clasp material: Steel",
                                "Clasp material: Titanium",
                                "Clasp material: White Gold",
                                "Clasp material: Yellow gold",
                                "Clasp material: No details",
                                "Clasp type: Buckle",
                                "Clasp type: Double-fold clasp",
                                "Clasp type: Fold clasp",
                                "Clasp type: Fold clasp, hidden",
                                "Clasp type: Jewelry clasp",
                                "Clasp type: No clasp",
                                "Clasp type: No details"
                            ]
                        }
                    },
                    "additional_attributes": {
                        "title": "Filter by Additional Watch Attributes",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select source-specific attributes such as limited edition, chronometer, display back, power reserve display, screw-down crown, or special edition. Use these filters for high-intent sourcing and more precise downstream segmentation.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "central_seconds",
                                "chronometer",
                                "crown_left",
                                "display_back",
                                "gemstones_and_or_diamonds",
                                "genevian_seal",
                                "guilloche_dial",
                                "guilloche_dial_handwork",
                                "helium_valve",
                                "limited_edition",
                                "luminous_hands",
                                "luminous_indices",
                                "luminous_numerals",
                                "master_chronometer",
                                "one_hand_watches",
                                "only_original_parts",
                                "power_reserve_display",
                                "pvd_dlc_coating",
                                "quick_set",
                                "rotating_bezel",
                                "screw_down_crown",
                                "screw_down_push_buttons",
                                "skeletonized",
                                "small_seconds",
                                "smartwatch",
                                "solar_watch",
                                "special_edition",
                                "tempered_blue_hands",
                                "vintage",
                                "world_time_watch"
                            ],
                            "enumTitles": [
                                "Central seconds",
                                "Chronometer",
                                "Crown Left",
                                "Display back",
                                "Gemstones and/or diamonds",
                                "Genevian Seal",
                                "Guilloché dial",
                                "Guilloché dial (handwork)",
                                "Helium Valve",
                                "Limited Edition",
                                "Luminous hands",
                                "Luminous indices",
                                "Luminous numerals",
                                "Master Chronometer",
                                "One-hand watches",
                                "Only Original Parts",
                                "Power Reserve Display",
                                "PVD/DLC coating",
                                "Quick Set",
                                "Rotating Bezel",
                                "Screw-Down Crown",
                                "Screw-Down Push-Buttons",
                                "Skeletonized",
                                "Small seconds",
                                "Smartwatch",
                                "Solar watch",
                                "Special Edition",
                                "Tempered blue hands",
                                "Vintage",
                                "World time watch"
                            ]
                        }
                    },
                    "enrich_data": {
                        "title": "Collect Detail-Page Data for Richer Watch Records",
                        "type": "boolean",
                        "description": "Enable this when you need fuller records for analysis or ETL handoff. Leave it off for faster validation runs, lightweight monitoring, or cases where search-result fields are enough.",
                        "default": true
                    },
                    "limit": {
                        "title": "Set Maximum Records to Collect per Input",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum records to save for each source URL or keyword search. Use a bounded value for validation, recurring monitors, and ETL batches; leave empty when the actor should collect all available results."
                    },
                    "mcpConnectors": {
                        "title": "MCP Delivery Connectors",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose user-authorized MCP connectors for optional post-run delivery, notifications, or workflow handoff. Leave empty to only save results to the Apify dataset and key-value store.",
                        "default": []
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
