# Catawiki Omega Watch Auctions Scraper

**Use case:** 

Scrape Catawiki Omega watch auction lots with title, current bid, currency, image, lot URL, and category. Export to JSON or CSV.

## Input

```json
{
  "query": "omega",
  "maxItems": 50
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "title": {
    "label": "📝 Title",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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