# Monitor screw and fastener listings on Silvan.dk

**Use case:** 

Extract Silvan.dk skrue search results with dimensions, pack quantity, and stock for builder supply tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.silvan.dk/search?searchterm=skrue"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

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