Chronext.de Watch Scraper ⌚ avatar

Chronext.de Watch Scraper ⌚

Pricing

Pay per usage

Go to Apify Store
Chronext.de Watch Scraper ⌚

Chronext.de Watch Scraper ⌚

Extract structured watch data from Chronext.de, including luxury watch listings, brands, models, prices, references, conditions, availability, images, and product URLs. Ideal for watch market research, price tracking, competitive analysis, resale monitoring, and datasets.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

What does Chronext Watch Scraper do?

Chronext Watch Scraper collects structured watch listing data from Chronext.de and Chronext.com search pages. Provide one Chronext search URL or a keyword such as rolex, omega, Datejust, or a reference code, then receive product names, brands, models, prices, conditions, availability, a primary image plus verified gallery image URLs, and direct product links in an Apify dataset.

Use it for watch market research, price monitoring, inventory checks, competitor analysis, collection building, and automated catalog workflows.

Why use Chronext Watch Scraper?

  • Search by URL or keyword - Run an existing Chronext search or start with a watch term.
  • Structured watch records - Collect product identifiers, reference codes, specifications, prices, stock status, primary images, gallery URLs, and canonical product URLs.
  • German and international markets - Use chronext.de for EUR results or chronext.com for USD results.
  • Controlled collection - Set the maximum results and page limit for small checks or larger datasets.
  • Null-free output - Fields that are missing from a listing are omitted instead of being saved as null.
  • Automation-ready exports - Download JSON, CSV, Excel, XML, and other Apify-supported formats.
  • Repeatable monitoring - Run on demand or schedule recurring checks for price and inventory changes.

What data can you extract from Chronext?

FieldDescription
idChronext product or variant identifier
nameFull watch listing name
brandBrand, such as Rolex or Omega, when available
modelWatch model when available
submodelVariant or submodel description when available
reference_codeManufacturer reference code when available
yearProduction or model year when available
case_sizeCase diameter in millimetres when available
conditionLocalized condition label
case_materialCase material when available
dial_colorDial color when available
bracelet_materialBracelet material when available
movementMovement type when available
genderLocalized gender classification when available
image_urlPrimary product image
image_urlsVerified primary and additional gallery images
priceCurrent price in the selected market currency
original_pricePrevious or list price when available
currencyEUR for .de or USD for .com
stock_statusSource stock status when available
in_stockBoolean stock indicator when available
delivery_daysEstimated delivery time in days when available
content_boxWhether a box is indicated
content_certificateWhether a certificate is indicated
listed_atSource listing timestamp when available
categoriesMerchandising categories when available
urlDirect Chronext product URL
sourceSource domain used for the request

How to use Chronext Watch Scraper

  1. Open the Actor in Apify Console.
  2. Enter one Chronext search URL or a keyword.
  3. Choose the result limit and maximum number of pages.
  4. Add proxy settings when your run requires them.
  5. Start the run and review the dataset preview.
  6. Export the records or connect the dataset to another workflow.

If both url and keyword are supplied, the URL is used as the complete search instruction. The keyword is not added to or combined with that URL.

Input Parameters

ParameterTypeRequiredDefaultDescription
urlStringNo-One search URL from chronext.de or chronext.com.
keywordStringNo-Watch brand, model, reference, or other search term. Used when url is empty.
results_wantedIntegerNo20Maximum number of listings to save.
max_pagesIntegerNo10Maximum number of search pages to request.
proxyConfigurationObjectNo{}Optional Apify Proxy or custom proxy settings.

A run with neither url nor keyword searches the available catalog without a text filter. Chronext does not provide a location filter for these search results, so location is intentionally not part of this Actor's input contract.

Output Data

Each dataset item represents one watch listing. Missing source fields are left out of that item rather than represented by empty or null values.

FieldTypeDescription
idStringChronext product or variant identifier
nameStringWatch listing name
brandStringBrand when available
modelStringModel when available
reference_codeStringManufacturer reference when available
priceNumberCurrent price
original_priceNumberPrevious or list price when available
currencyStringEUR for .de or USD for .com
conditionStringLocalized condition label
stock_statusStringSource stock status when available
in_stockBooleanNormalized stock indicator when available
image_urlStringPrimary product image when available
image_urlsArrayPrimary and additional verified gallery images
urlStringDirect Chronext product URL
sourceStringChronext source domain used for the request

The image_urls array starts with image_url. Additional URLs are included when the public image host confirms the corresponding gallery files. No product detail page is needed to collect these image URLs.

Usage Examples

Collect up to 20 Rolex listings from the German market:

{
"keyword": "rolex",
"results_wanted": 20,
"max_pages": 3
}

German search URL

Use a complete Chronext.de search URL. The URL's search term is used as supplied:

{
"url": "https://www.chronext.de/search?s%5Bsearch%5D%5Bq%5D=omega",
"results_wanted": 50,
"max_pages": 5
}

International search URL

Collect USD-priced results from Chronext.com:

{
"url": "https://www.chronext.com/search?s%5Bsearch%5D%5Bq%5D=rolex",
"results_wanted": 100,
"max_pages": 2
}

All available watches

Leave out both search fields to collect the catalog in the default market, bounded by the result and page limits:

{
"results_wanted": 20,
"max_pages": 1
}

Sample Output

{
"id": "A45859_V66198",
"name": "Rolex Explorer II Cream Dial 16550",
"brand": "Rolex",
"model": "Explorer II",
"submodel": "Cream Dial",
"reference_code": "16550",
"case_size": 40,
"condition": "Vintage",
"case_material": "Edelstahl",
"dial_color": "Weiß",
"bracelet_material": "Edelstahl",
"movement": "Automatik",
"gender": "Herren",
"image_url": "https://cdn-products.chronext.com/V/6/V66198/V66198_1_det.png",
"image_urls": [
"https://cdn-products.chronext.com/V/6/V66198/V66198_1_det.png",
"https://cdn-products.chronext.com/V/6/V66198/V66198_1.png",
"https://cdn-products.chronext.com/V/6/V66198/V66198_2.jpg",
"https://cdn-products.chronext.com/V/6/V66198/V66198_3.jpg"
],
"price": 22990,
"original_price": 23990,
"currency": "EUR",
"stock_status": "onStock",
"in_stock": true,
"delivery_days": 1,
"content_box": true,
"content_certificate": false,
"listed_at": "2026-09-01T09:30:40+00:00",
"categories": ["pre-owned-2"],
"url": "https://www.chronext.de/rolex/explorer-ii/16550/V66198",
"source": "https://www.chronext.de"
}

Tips for best results

  • Use the exact search URL copied from Chronext when you need a specific market or query.
  • Use chronext.de for EUR prices and German labels, and chronext.com for USD prices and English labels.
  • Start with results_wanted: 20 when testing a new brand or reference.
  • Increase max_pages when the result count is larger than one page.
  • Use a proxy configuration for repeated or high-volume scheduled runs when appropriate.
  • Review several records before treating a missing optional field as a data issue. Chronext does not publish every specification for every watch.
  • image_urls includes the primary image and additional gallery files when they are available from the public image host. Some listings have only one image, and gallery counts can vary by listing.
  • Public catalogs and prices can change. Schedule a new run when you need current inventory rather than relying on an old dataset.

Integrations

  • Apify API - Retrieve dataset records from your own applications.
  • Google Sheets - Export watch listings for price comparisons and review.
  • Webhooks - Trigger downstream processing after a run completes.
  • Make or Zapier - Send listing data to no-code workflows.
  • CSV, Excel, JSON, and XML - Download the format that fits your analysis or data pipeline.

Frequently Asked Questions

Can I search Chronext.de and Chronext.com?

Yes. Supply a search URL from either domain. The Actor selects the matching market, currency, and localized product attributes from that URL.

Can I use a keyword instead of a URL?

Yes. Enter a keyword such as rolex, omega speedmaster, Datejust, or a reference number. Keyword mode uses the German market unless a complete URL is supplied.

Can I collect a specific number of results?

Yes. Set results_wanted to the maximum number of records you want. The Actor stops once that limit is reached or the available pages are exhausted.

Does the Actor support pagination?

Yes. Set max_pages to cap the number of search-result pages. Pagination stops earlier when Chronext reports that there are no more results.

Why is a field missing from one listing?

Chronext does not publish every optional specification or gallery image for every watch. The Actor omits unavailable values so the dataset does not contain unnecessary null columns. A listing with one available image will have an image_urls array containing only that primary image.

Can I run this Actor on a schedule?

Yes. Apify schedules can run it hourly, daily, weekly, or at another interval for price and inventory monitoring.

Can I export the dataset to CSV or Excel?

Yes. Apify supports CSV, Excel, JSON, XML, and other dataset export formats.

You are responsible for complying with Chronext's terms, applicable laws, privacy requirements, and any restrictions on using or redistributing collected data. Use the Actor for legitimate collection of publicly available product information and avoid excessive request volumes.

  • Flipkart Product Scraper - Collect product prices, images, reviews, availability, and seller data from Flipkart.
  • Noon.com Product Scraper - Extract product listings, prices, images, ratings, and seller information from Noon.com.
  • Trendyol Product Scraper - Gather product details, prices, ratings, images, sellers, and product links from Trendyol.
  • B&H Photo Scraper - Collect ecommerce product prices, stock status, images, specifications, and reviews from B&H Photo.

Support

For a bug report or feature request, use the Issues tab for this project and include the input mode, domain, result limit, and a short description of the observed behavior. Do not include proxy credentials or private account information.

This Actor is intended for responsible collection of publicly available watch listing information. It is not affiliated with or endorsed by Chronext. Users are responsible for complying with website terms, applicable laws, intellectual property requirements, and responsible request practices.