# Monitor men's winter jacket prices at Magasin

**Use case:** 

Scrape men's winter jacket listings from Magasin.dk for Danish fashion retail pricing and assortment tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.magasin.dk/soeg/?q=vinterjakke+herre"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "media.images": {
    "label": "Image",
    "format": "image"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price.list.value": {
    "label": "Price",
    "format": "number"
  },
  "category.topLevel": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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