# Browse Danish stay deals on Sweetdeal ophold

**Use case:** 

Monitor Sweetdeal.dk ophold category for spa, hotel, and weekend getaway promotions in Denmark.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sweetdeal.dk/ophold/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (DKK)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price (DKK)",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "coverImageUrl": {
    "label": "Cover Image",
    "format": "image"
  },
  "available": {
    "label": "Available",
    "format": "boolean"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  },
  "sales": {
    "label": "Sales",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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