# Compare dog food prices on Musti.no Norway

**Use case:** 

Scrape Musti.no hundemat search results with brand, pack size, and member pricing for Norwegian pet retail.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.musti.no/#%7B%22hr-search%22%3A%7B%22search_term%22%3A%22hundemat%22%7D%7D"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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