# Find classifieds in Norway on Finn.no

**Use case:** 

Scrape Finn.no classified listings across Norway. Structured Norwegian marketplace data. No subscription, pay per result.

## Input

```json
{
  "keywords": "sofa",
  "maxResults": 5
}
```

## Output

```json
{
  "itemId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur.",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "searchKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Finn.no Norway Classifieds Scraper](https://apify.com/unfenced-group/finn-no-classifieds-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/finn-no-classifieds-scraper) to learn more, explore other use cases, and run it yourself.