Chrono24 Watch Scraper CHEAP avatar

Chrono24 Watch Scraper CHEAP

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Chrono24 Watch Scraper CHEAP

Chrono24 Watch Scraper CHEAP

Scrape watch listings from Chrono24 by search query or brand. Extract prices, locations, images, and more.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share


⌚ Chrono24 Scraper

A fast and reliable web scraper for extracting luxury watch listings from Chrono24. It supports pagination, anti-bot handling, and flexible input modes (brand or custom URLs).


🚀 Features

  • Scrapes watch listings from Chrono24 search pages
  • Supports brand-based or custom URL scraping
  • Pagination support (multi-page crawling)
  • Deduplication of items
  • Anti-bot handling (cookies, modals, session management)
  • Free / paid usage limits
  • Structured JSON output

📥 Input

The scraper accepts the following input parameters:

Example input

{
"brand": "rolex",
"maxItems": 100,
"startUrls": [
{
"url": "https://www.chrono24.com/search/index.htm?dosearch=true&query=siemens"
}
]
}

Input fields

brand (optional)

  • Type: string
  • Default: "rolex"
  • Watch brand used to generate search pages

startUrls (optional)

  • Type: array
  • Custom URLs to scrape instead of brand search
  • If provided, overrides brand

Example:

"startUrls": [
{
"url": "https://www.chrono24.com/search/index.htm?query=omega"
}
]

maxItems (optional)

  • Type: integer
  • Default: 100
  • Maximum number of items to scrape

📤 Output

The scraper outputs structured JSON data for each watch listing.


Example output

{
"id": "40071831",
"url": "https://www.chrono24.com/all/nomos-glashuette-jubilaeumsuhr-ludwig-fuer-siemens---very-good-condition---box--papiere--id40071831.htm",
"title": "Nomos Glashütte Jubiläumsuhr Ludwig für Siemens - Very Good Condition - Box & Papiere",
"description": "",
"price": "$1,197",
"shipping_cost": "+ $302 for shipping",
"location": "Germany",
"image_url": "https://img.chrono24.com/images/uhren/40071831-t8gv7dx19sirqmiyonmgqdxq-Square280.jpg",
"is_popular": false,
"scraped_at": "2026-04-18T16:30:02.573Z"
}

Output fields

id

Unique listing identifier

url

Direct link to the watch listing

title

Watch title / model name

description

Short listing description (if available)

price

Listed price of the watch

shipping_cost

Shipping cost information (if available)

location

Seller location

image_url

Main product image URL

is_popular

Indicates promoted or highlighted listings

scraped_at

Timestamp of extraction


⚙️ How it works

  • You provide a brand or custom search URLs

  • The scraper navigates through listing pages

  • Extracts structured data from each page

  • Stops when reaching:

    • maxItems limit
    • last page of results

🧠 Use cases

  • Market research for luxury watches
  • Price tracking and comparison
  • Data aggregation for ecommerce tools
  • Investment analysis of watch models

⚠️ Notes

  • Large datasets may require residential proxies for best performance
  • Some listings may be missing optional fields (description, shipping, etc.)
  • Pagination automatically stops when no more results are available