# Collect Jemogfix product image metadata by SKU

**Use case:** 

Scrape Jemogfix product media assets for catalog enrichment and image URL harvesting by article number.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://media.jemogfix.dk/prod-mediafiles/dk/varer/source/5120"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "erpItemNo": {
    "label": "Item No.",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceUnit": {
    "label": "Unit",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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