# Monitor active watch auctions on Barnebys Sweden

**Use case:** 

Extract live watch auction lots from Barnebys.se with auctioneer, location, and sale end dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.barnebys.se/auktioner/klockor.html"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "auctioneer": {
    "label": "Auctioneer",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "saleEnd": {
    "label": "Sale End",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "auctionUrl": {
    "label": "Auction URL",
    "format": "link"
  },
  "image": {
    "label": "Image URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "object"
  }
}
```

## About this Actor

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