# Rolex Price & Listings Data from Chrono24 (JSON)

**Use case:** 

Get every public Rolex listing on Chrono24 as structured JSON: price, reference, condition, seller, and more. No code, no browser needed to run.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.chrono24.com/rolex/index.htm"
    }
  ],
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "reference": {
    "label": "Reference",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "text"
  },
  "sellerCountry": {
    "label": "Seller country",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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