# Monitor art auctions on Lauritz.com Denmark

**Use case:** 

Track painting and sculpture auction listings on Lauritz.com for Nordic fine art market intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.lauritz.com/da/auctions/maleri-og-skulpturer/62"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "lotId": {
    "label": "Lot ID",
    "format": "number"
  },
  "estimatedPrice": {
    "label": "Estimated",
    "format": "number"
  },
  "currentBidPrice": {
    "label": "Current Bid",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "auctionEnd": {
    "label": "Auction End",
    "format": "text"
  },
  "showroom": {
    "label": "Showroom",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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