🕰️ Chrono24 Listings Scraper

🕰️ Chrono24 Listings Scraper

by misterkhan

Automatically scrape Chrono24 watch listings for price, brand, and condition. Export data to JSON, CSV, or Excel for market analysis, collecting, or dealing.

112 runs
17 users
Try This Actor

Opens on Apify.com

About 🕰️ Chrono24 Listings Scraper

Need to track the luxury watch market without manually checking Chrono24 every day? I built this scraper to solve exactly that problem. It pulls detailed listings—including price, brand, model, condition, production year, and seller location—directly into a structured dataset you can actually use. Whether you're a dealer monitoring competitor prices, an analyst spotting market trends, or a collector hunting for a specific reference, this tool automates the tedious data gathering part. You can apply filters just like on the website to narrow down by brand, price range, or condition, and it handles pagination to get every single relevant result. Once the data is collected, you're not stuck with it; export it to JSON, CSV, or Excel with one click for analysis in your favorite spreadsheet software or custom dashboard. It saves hours of manual work and gives you a clear, updated view of what's happening on one of the world's largest watch marketplaces.

What does this actor do?

🕰️ Chrono24 Listings Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Chrono24 Listings Scraper

Scrapes watch listings from any Chrono24 listing page (brand, model, or search results). Outputs structured data for market analysis, price tracking, or inventory research.

Overview

This actor extracts key details from Chrono24 listing pages. It's designed for listing/search pages, not individual watch detail pages. The input schema validates URLs to prevent this mistake.

Key Features

  • Extracts structured data: Gets id, title, description, price, shipping_cost, seller location, image URL, and popular status.
  • Flexible input: Works with any Chrono24 listing URL (e.g., https://www.chrono24.com/rolex/index.htm).
  • Controlled execution: Set a maxItems limit to control the scrape size.
  • Proxy support: Includes a useApifyProxy toggle for reliable, large-scale scraping.
  • Multiple export formats: Results are available as JSON, CSV, Excel, or can be sent to Google Sheets.

Input

Configure the actor run using these parameters:

Field Type Description Default
startUrls Array List of Chrono24 listing page URLs to scrape. []
maxItems Number Maximum number of listings to scrape. Set to 0 for unlimited. 100
useApifyProxy Boolean Enables Apify Proxy for the run (recommended). true

Example Input:

{
  "startUrls": [
    { "url": "https://www.chrono24.com/rolex/index.htm" }
  ],
  "maxItems": 100,
  "useApifyProxy": true
}

Output

The dataset contains one item per scraped listing with the following fields:

Field Type Description
id String Unique Chrono24 listing ID.
url String Direct URL to the watch listing.
title String Listing title (e.g., "Rolex Day-Date 40").
description String Secondary description text.
price String Full price string (e.g., "$59,000").
shipping_cost String Shipping cost text (e.g., "+ $150 for shipping").
is_popular Boolean true if marked as "Popular".
location String Seller's country.
image_url String URL of the main listing image.
scraped_at String ISO timestamp of when the data was scraped.

Example Output Item:

{
  "id": "43208806",
  "url": "https://www.chrono24.com/rolex/land-dweller-36-2025--id43208806.htm",
  "title": "Rolex Land-Dweller",
  "description": "36 2025",
  "price": "$29,999",
  "shipping_cost": "+ $499 for shipping",
  "is_popular": true,
  "location": "United States of America",
  "image_url": "https://img.chrono24.com/images/uhren/43208806-lt0788t2p5wf457zmr7om11l-Square210.jpg",
  "scraped_at": "2025-11-05T17:19:19.376Z"
}

How to Use

  1. Find a Chrono24 listing page (brand, model, or search results) and copy its URL.
  2. Open the actor in the Apify Console: Chrono24 Search Scraper.
  3. Paste the URL into the startUrls field in the Input section.
  4. (Optional) Adjust the maxItems limit.
  5. Click Run.
  6. Once finished, download your data (JSON, CSV, Excel) from the Dataset tab.

Cost

This actor uses Pay-Per-Event pricing:
* Actor Start (apify-actor-start): $0.001
* Dataset Item (apify-default-dataset-item): $0.0005 per item

Example: Scraping 1,000 listings costs approximately $0.50. Apify calculates and deducts costs automatically from your account balance.

API Integration

Run the actor programmatically using the Apify API.

Python Example:

from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")
run_input = {
    "startUrls": [{"url": "https://www.chrono24.com/rolex/index.htm"}],
    "maxItems": 100,
}
run = client.actor("mister_khan/chrono24-search-scraper").call(run_input=run_input)

Categories

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try 🕰️ Chrono24 Listings Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
misterkhan
Pricing
Paid
Total Runs
112
Active Users
17
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support