# Track Oak Creek hoodie pricing on Jemogfix.dk

**Use case:** 

Extract Oak Creek forest hoodie product detail from Jemogfix with size variants, SKU, and availability.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.jemogfix.dk/oak-creek-foret-haettetroeje-str-xl/5120/9062891/"
    }
  ],
  "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.