# Krogsveen.no Scraper (`lexis-solutions/krogsveen-no-scraper`) Actor

Krogsveen.no scraper for Norway real estate: extract property listings with price, size, address, broker, documents, images and geo data from Krogsveen for Norwegian housing market research and analytics.

- **URL**: https://apify.com/lexis-solutions/krogsveen-no-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** Real estate, Agents, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$39.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Krogsveen.no Scraper

![banner](https://i.imgur.com/uOEMKfv.png)

Krogsveen (krogsveen.no) is a Norwegian real estate broker with listings across Norway. This actor collects listing data and property detail data from Krogsveen search pages and detail API endpoints.

### Introduction

The Krogsveen.no scraper starts from listing/search URLs, captures the listing API request, paginates through results, and fetches each property detail item. It extracts structured fields such as address, price, size, broker details, documents, images, and metadata.

### Use Cases

- **Market research**: Track asking prices, housing types, and inventory by area.
- **Lead generation**: Collect structured listing data for sales and enrichment pipelines.
- **Monitoring**: Watch new and updated properties for selected filters.
- **Data warehousing**: Feed dashboards, BI tools, and internal analytics systems.

### Input

Provide the following fields:

- `startUrls` (array, required): Krogsveen listing or detail URLs.
- `maxItems` (integer, required): Maximum number of detail items to extract per start URL.
- `proxyConfiguration` (object, optional): Apify proxy settings.

Notes:

- If a `startUrl` is a listing URL, the actor crawls paginated list API responses and then detail items.
- If a `startUrl` is a detail URL, the actor fetches that detail item directly.
- Crawling stops for each source URL when `maxItems` is reached or no more results are available.

### Input Examples

**1) Start URLs**

```json
{
  "startUrls": [
    {
      "url": "https://www.krogsveen.no/kjope/boliger-til-salgs?minPrice=5700000&maxPrice=30000000&propertyTypes=enebolig"
    },
    {
      "url": "https://www.krogsveen.no/kjope/boliger-til-salgs/768D6AFA-C944-4574-9362-E1E735CB7186"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

### Output

Each dataset item contains fields like:

```json
{
  "url": "https://www.krogsveen.no/kjope/boliger-til-salgs/768D6AFA-C944-4574-9362-E1E735CB7186",
  "_id": "768D6AFA-C944-4574-9362-E1E735CB7186",
  "createdAt": "2026-02-12T12:35:51Z",
  "updatedAt": "2026-02-12T19:28:42Z",
  "type": "estate",
  "status": 1,
  "address": {
    "city": "KLEPPE",
    "streetAdress": "Vestringen 6",
    "zipCode": "4352"
  },
  "municipality": "Klepp",
  "latitude": 58.765,
  "longitude": 5.63,
  "heading": "Innholdsrik og spennende familiebolig...",
  "estateId": "768D6AFA-C944-4574-9362-E1E735CB7186",
  "estateType": "Enebolig - Frittliggende",
  "estatePrice": {
    "priceSuggestion": 6900000,
    "totalPrice": 7093490
  },
  "estateSize": {
    "grossArea": 295,
    "primaryRoomArea": 265,
    "usableArea": 324
  },
  "noOfBedRooms": 4,
  "constructionYear": 1969,
  "brokers": [
    {
      "role": 1,
      "name": "Tom Christer Hovde",
      "title": "Daglig leder / Eiendomsmegler / Partner",
      "email": "tom.christer.hovde@krogsveen.no",
      "mobilePhone": "40221066"
    }
  ],
  "documents": [
    {
      "documentId": "19902878735654",
      "docType": 1,
      "head": "Egenerklaering",
      "url": "https://cdn.sanity.io/files/...pdf"
    }
  ],
  "images": [
    {
      "imageId": "19902878508253",
      "sequence": 1,
      "url": "https://cdn.sanity.io/images/...jpg"
    }
  ],
  "textFields": {
    "localAreaName": "Klepp"
  },
  "upcoming": false,
  "previewAd": false
}
```

The scraper paginates through list results and stops when there are no more items or when `maxItems` is reached.

### Why use the Krogsveen.no Scraper?

- **Focused**: Built specifically for Krogsveen listing and detail flows.
- **Structured output**: Ready-to-use JSON records for analytics pipelines.
- **Reliable pagination**: Handles list paging via API parameters.
- **Flexible input**: Supports both listing URLs and direct detail URLs.
- **Apify-native**: Works with Apify datasets, request queue, and proxy config.

### FAQ

- **How many properties can it extract?**\
  Controlled by `maxItems` per source URL.

- **Do I need proxies?**\
  Not always, but proxies are recommended for stability on larger runs.

- **Can I start from a property detail URL?**\
  Yes. Detail URLs are supported directly in `startUrls`.

- **What if Krogsveen changes their website/API?**\
  The actor may require updates. Report issues and we can adapt selectors/flow.

### Need to scrape other real estate platforms?

Check out our other real estate scrapers:

- [Svenskfast (Sweden)](https://apify.com/lexis-solutions/svenskfast-se-scraper)
- [Hemnet (Sweden)](https://apify.com/lexis-solutions/hemnet-se-scraper)
- [Boligsiden (Denmark)](https://apify.com/lexis-solutions/boligsiden-dk-scraper)
- [Booli (Sweden)](https://apify.com/lexis-solutions/booli-se-scraper)
- [Flatfox (Switzerland)](https://apify.com/lexis-solutions/flatfox-ch-properties-scraper)
- [Nybolig (Denmark)](https://apify.com/lexis-solutions/nybolig-dk-scraper)
- [Immonet (Germany)](https://apify.com/lexis-solutions/immonet-de-scraper)
- [Immovlan (Belgium)](https://apify.com/lexis-solutions/immovlan)
- [Immoscoop (Belgium)](https://apify.com/lexis-solutions/immoscoop-be-scraper)
- [Immobilier (Switzerland)](https://apify.com/lexis-solutions/immobilier-ch-scraper)
- [Pararius (Netherlands)](https://apify.com/lexis-solutions/pararius)
- [SeLoger (France)](https://apify.com/lexis-solutions/seloger-scraper)
- [OpenRent (UK)](https://apify.com/lexis-solutions/openrent-co-uk-scraper)
- [PrimeLocation (UK)](https://apify.com/lexis-solutions/primelocation-scraper)
- [Redfin (USA)](https://apify.com/lexis-solutions/redfin-scraper)
- [Sherry FitzGerald (Ireland)](https://apify.com/lexis-solutions/sherryfitz-scraper)
- [Trovacasa (Italy)](https://apify.com/lexis-solutions/trovacasa-scraper)
- [Pisos.com (Spain)](https://apify.com/lexis-solutions/pisos-com-scraper)
- [Pisos Mitula (Spain)](https://apify.com/lexis-solutions/pisos-mitula-com-scraper)

***

**Need help or want a custom solution?**

Lexis Solutions is a certified Apify Partner. We can help with custom data extraction projects.

Contact us over [Email](mailto:scraping@lexis.solutions) or [LinkedIn](https://www.linkedin.com/company/lexis-solutions)

### Support Our Work

If you're happy with our work and scrapers, you're welcome to leave us a company review [here](https://apify.com/partners/find/lexis-solutions/review) and leave a review for the scrapers you're subscribed to.

Image Credit: https://www.krogsveen.no/

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## `maxItems` (type: `integer`):

Maximum number of items.

## `proxyConfiguration` (type: `object`):

Your proxy configuration from Apify

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.krogsveen.no/kjope/boliger-til-salgs?minPrice=5700000&maxPrice=30000000&propertyTypes=enebolig"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.krogsveen.no/kjope/boliger-til-salgs?minPrice=5700000&maxPrice=30000000&propertyTypes=enebolig"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/krogsveen-no-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://www.krogsveen.no/kjope/boliger-til-salgs?minPrice=5700000&maxPrice=30000000&propertyTypes=enebolig" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/krogsveen-no-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.krogsveen.no/kjope/boliger-til-salgs?minPrice=5700000&maxPrice=30000000&propertyTypes=enebolig"
    }
  ]
}' |
apify call lexis-solutions/krogsveen-no-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=lexis-solutions/krogsveen-no-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/yfvkecUPDCzXmnaZf/builds/pGbQbDtfAU9OWKe58/openapi.json
