# Chrono24 Rolex Market Data Extractor

**Use case:** 

Gather detailed Rolex watch listings from Chrono24. Get real-time pricing, conditions, seller ratings, and more for market analysis.

## Input

```json
{
  "url": "https://www.chrono24.com/rolex/index.htm?dosearch=true&query=rolex",
  "keyword": "rolex",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "reference_number": {
    "label": "Reference",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "price_display": {
    "label": "Price (Display)",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "seller_location": {
    "label": "Location",
    "format": "text"
  },
  "country_code": {
    "label": "Country",
    "format": "text"
  },
  "shipping_cost": {
    "label": "Shipping",
    "format": "text"
  },
  "promoted": {
    "label": "Promoted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "image_gallery": {
    "label": "Gallery",
    "format": "text"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "search_position": {
    "label": "Search position"
  },
  "total_listings": {
    "label": "Total",
    "format": "text"
  },
  "low_price": {
    "label": "Low price"
  },
  "high_price": {
    "label": "High price"
  }
}
```

## About this Actor

This example demonstrates how to use [Chrono24 Watch Scraper ⌚](https://apify.com/shahidirfan/chrono24-watch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/chrono24-watch-scraper) to learn more, explore other use cases, and run it yourself.