# Chrono24 Omega Watch Inventory Extractor

**Use case:** 

Monitor Omega marketplace inventory on Chrono24 with listing IDs, prices, references, seller countries, and product links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.chrono24.com/omega/index.htm"
    }
  ],
  "maxItems": 60,
  "maxPagesPerUrl": 1,
  "includeDetails": false,
  "navigationTimeoutSecs": 60,
  "maxSessionRetries": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Watch",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "referenceNumber": {
    "label": "Reference / details",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "sellerLocation": {
    "label": "Seller location",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "detailsEnriched": {
    "label": "Detail enriched",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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