# Finn Scraper — Listings, Prices, Sellers & GPS (`haketa/finn-scraper`) Actor

Scrape Finn.no, Norway's largest classifieds, by keyword or URL. Get price (NOK), seller type (private/retailer), location with GPS, publish date, brand, attributes, photos and the full ad description. Cars, electronics, home and more. No API key. Export JSON, CSV, Excel.

- **URL**: https://apify.com/haketa/finn-scraper.md
- **Developed by:** [Haketa](https://apify.com/haketa) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## 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

## Finn Scraper 🇳🇴

Extract listings from **Finn.no — Norway's largest classifieds marketplace** — at scale, without an account or API key. Search any keyword or paste search URLs and get clean JSON, CSV or Excel: **price in NOK, seller type (private vs retailer), location with GPS coordinates, publish date, brand, attributes, photos — and the full ad description with detail enrichment.**

Whether you track Norwegian second-hand prices, hunt resale and arbitrage deals, build lead lists of retailers, or monitor a market, this scraper turns Finn into a structured dataset in minutes.

***

### 🔑 What this scraper does

- 🔎 **Search by keyword** — `iphone`, `volvo v70`, `sofa`, `sykkel`, anything across every category.
- 🔗 **Or paste URLs** — copy a Finn search page from your browser and scrape it directly, with your query filters preserved.
- 💰 **Prices in NOK** — the exact amount plus currency, ready for analysis.
- 👤 **Seller type** — **private vs retailer/dealer** — great for lead generation and separating hobby sellers from commercial ones.
- 📍 **Location + GPS** — the place name plus exact latitude/longitude coordinates.
- 🕒 **Publish date** — the real timestamp each ad went live.
- 🏷️ **Brand & attributes** — brand plus category-specific fields (size, storage, model…).
- 🚚 **Listing signals** — flags such as *shippable*, *buy-now* and *seller pays shipping*.
- 🖼️ **Photos** — the full image gallery.
- 📝 **Full description** — with detail enrichment enabled.

No login, no cookies to paste, no API key. Enter what you want, press start, export.

***

### 📋 Example output

```json
{
  "id": "459942915",
  "url": "https://www.finn.no/recommerce/forsale/item/459942915",
  "title": "iPhone XR 64GB – Sort – Pent brukt",
  "price": 900,
  "currency": "NOK",
  "tradeType": "Til salgs",
  "sellerType": "private",
  "location": "Moss",
  "lat": 59.4204,
  "lng": 10.66461,
  "publishedDate": "2026-09-05T09:14:33.000Z",
  "brand": "Apple",
  "isShippable": true,
  "sellerPaysShipping": false,
  "canBuyNow": true,
  "labels": ["Kan sendes", "Kjøp nå", "Privat"],
  "imageUrl": "https://images.finncdn.no/dynamic/default/item/459942915/...jpg",
  "images": ["https://images.finncdn.no/...1.jpg", "https://images.finncdn.no/...2.jpg"],
  "attributes": { "memory_size": "64 GB", "brand": "Apple" },
  "description": "Selger en pent brukt iPhone XR 64GB i sort farge. Telefonen fungerer som den skal...",
  "searchTerm": "iphone",
  "scrapedAt": "2026-09-08T15:00:00.000Z"
}
```

***

### 🗂️ Fields you get

| Field | Description |
|---|---|
| `id` | Unique Finn listing ID |
| `url` | Direct link to the listing |
| `title` | Ad title |
| `price` | Price in NOK |
| `currency` | Always `NOK` |
| `tradeType` | Whether the ad is selling (*Til salgs*) or wanted |
| `sellerType` | `private` or `retailer` — the key field for lead generation |
| `location` | Place name shown on the ad |
| `lat`, `lng` | Exact GPS coordinates |
| `publishedDate` | When the ad was published (ISO timestamp) |
| `brand` | Brand where available |
| `isShippable` | Whether the seller offers shipping |
| `sellerPaysShipping` | Whether the seller pays for shipping |
| `canBuyNow` | Whether buy-now (Kjøp nå) is available |
| `labels` | Listing labels shown on the card |
| `imageUrl` | Main image URL |
| `images` | Array of image URLs |
| `attributes` | Category-specific fields (size, storage, model…) |
| `description` | Full ad description — populated with **Fetch full descriptions** |
| `searchTerm` | The search term that produced this result |
| `scrapedAt` | ISO timestamp of the scrape |

***

### 🚀 How to use

1. Click **Try for free**.
2. Enter one or more **Search Terms** (e.g. `iphone`, `volvo v70`) — **or** paste Finn search URLs into **Start URLs**.
3. (Optional) Filter by **Seller Type** (private / retailer) and by a **price range**.
4. Set **Max Items** and **Max Pages per Search**, then click **Start**.
5. Export the results as **JSON, CSV, Excel, HTML, RSS**, or pull them through the **Apify API**.

No account and no technical setup required.

***

### 📝 Example inputs

#### 1. Simple keyword search

```json
{
  "searchTerms": ["iphone"],
  "maxItems": 300
}
```

#### 2. Lead list — retailers only

```json
{
  "searchTerms": ["dekk", "felger"],
  "sellerType": "retailer",
  "maxItems": 1000
}
```

#### 3. Price-filtered resale hunt (private sellers)

```json
{
  "searchTerms": ["playstation 5"],
  "sellerType": "private",
  "priceMin": 1000,
  "priceMax": 4000,
  "maxItems": 500
}
```

#### 4. Full data with descriptions

```json
{
  "searchTerms": ["sofa"],
  "fetchDetails": true,
  "maxItems": 300
}
```

#### 5. Multiple keywords at once

```json
{
  "searchTerms": ["volvo v70", "volvo v90", "audi a4"],
  "maxItems": 1500,
  "maxPagesPerSearch": 20
}
```

#### 6. Scrape a search URL directly

```json
{
  "startUrls": ["https://www.finn.no/recommerce/forsale/search?q=spisebord"],
  "maxItems": 1000
}
```

When you use **Start URLs**, the query filters in the pasted URL (search text, category, price, etc.) are carried over automatically.

***

### 🔗 How to use Start URLs

1. Go to **Finn.no** in your browser.
2. Search and apply any filters you like.
3. Copy the URL from the address bar.
4. Paste it into the **Start URLs** field.

You can add as many URLs as you like and mix them with search terms. Each source is paginated automatically up to your **Max Pages per Search** limit.

***

### 💡 Popular use cases

#### 🎯 Lead generation

Filter by **retailers** to build a list of commercial sellers active on Finn in your niche, or by **private** sellers for consumer research. The `sellerType` flag on every listing makes it easy to segment and target the right audience.

#### 💰 Reselling, flipping & arbitrage

Track what phones, consoles, furniture, bikes or car parts sell for in Norway. Filter by budget and seller type, watch new listings as they appear, and use `isShippable` and `canBuyNow` to find exactly the deals you want.

#### 📈 Norwegian market & price research

Build a price dataset for any product or search. Monitor supply and average prices over time, track seasonal trends with `publishedDate`, and benchmark against the live Norwegian second-hand market. GPS coordinates let you map supply geographically.

#### 🚗 Used-car & vehicle data

Scrape vehicle searches to capture titles, prices, brand, location and coordinates — useful for dealers, valuation tools and automotive analysts. Add detail enrichment for full descriptions.

#### 🛋️ Market & inventory monitoring

Follow a search or niche and watch how prices, volume and seller mix change week over week.

#### 🤖 AI, LLM & data enrichment

Feed clean, structured Finn listings into your own models, RAG pipelines, dashboards or data products. The flat JSON output plugs straight into any workflow.

***

### 👥 Who uses this

- **Sales & growth teams** building Norwegian lead lists of retailers.
- **Resellers & e-commerce sellers** sourcing inventory and pricing.
- **Market researchers & data teams** building second-hand datasets.
- **Automotive & market analysts** tracking supply and prices.
- **Developers & AI builders** who need reliable classifieds data via API.

***

### 🎛️ Filters explained

- **Search Terms** — keywords across all categories. Each term is searched separately, and results are combined and de-duplicated.
- **Start URLs** — paste any Finn search URL. Query filters in the URL are respected.
- **Seller Type** — `Any`, `Private sellers`, or `Retailers / dealers`. Ideal for lead generation and for separating hobby sellers from commercial ones.
- **Min / Max Price (NOK)** — keep only listings inside your budget band.
- **Max Items** — cap the total number of listings collected across all searches (`0` = unlimited).
- **Max Pages per Search** — how many result pages to scrape per term / URL. Each page holds about 50 listings, so `20` pages ≈ 1,000 listings.
- **Fetch full descriptions** — when enabled, each listing is opened to also collect its full ad description. It is slower and uses more resources, so leave it off for fast, low-cost scraping.

***

### ⚙️ Tips & best practices

- **Be specific with keywords.** `volvo v70 diesel` returns tighter results than `bil`.
- **Use several focused terms** instead of one broad term to widen coverage while staying relevant.
- **Combine `sellerType: retailer` with a niche keyword** to build the cleanest commercial lead lists.
- **Turn on Fetch full descriptions** only when you need the ad copy — the default mode is much faster and cheaper.
- **Schedule runs** to monitor prices or catch new listings automatically.
- **Start small.** Run with a low `maxItems` first to preview the data, then scale up.

***

### ❓ FAQ

**Do I need a Finn account or API key?**
No. Just enter what you want and run — no login, no cookies, no key.

**In what currency are prices?**
Norwegian krone (NOK). The `price` field is a number and `currency` is always `NOK`.

**Can I tell private sellers from retailers?**
Yes. Every listing has a `sellerType` of `private` or `retailer` — perfect for lead generation and segmentation.

**Do I get GPS coordinates?**
Yes. Every listing includes `lat` and `lng`, so you can map supply geographically.

**Can I scrape a specific place or region?**
Apply the location filter on Finn, copy the URL and paste it into **Start URLs** — the filters carry over.

**Can I scrape cars, furniture, electronics or fashion?**
Yes. Search a relevant keyword or paste the search URL. With detail enrichment on, you also get the full ad description.

**Do I get the full ad description?**
Yes — enable **Fetch full descriptions** and each listing's full description is collected. With it off, you still get price, seller type, location, GPS, brand, attributes and photos much faster.

**How many listings can I get?**
As many as the search returns, up to your `maxItems` and `maxPagesPerSearch` limits. Set `maxItems: 0` for unlimited.

**How do I filter by price?**
Use **Min Price** and **Max Price**, or bake the price filter into a Start URL.

**What export formats are supported?**
JSON, CSV, Excel, HTML table, RSS, and the Apify API. You can also connect to Make, Zapier, Google Sheets, Slack, webhooks or an MCP server.

**Can I automate or schedule it?**
Yes. Use the Apify Scheduler to run it on any interval, or trigger it via API/webhook from your own app.

**Is the data structured and clean?**
Yes. Every listing is normalized into a consistent, flat JSON object with typed fields, ready for spreadsheets, databases and analytics.

**Do results include duplicates?**
No. Listings are de-duplicated by their unique ID across all your search terms and URLs.

***

### 🔌 Integrations

- Export to **JSON, CSV, Excel, HTML, RSS**.
- Pull data via the **Apify API** or official client libraries (JavaScript, Python).
- Connect to **Make, Zapier, Google Sheets, Slack, webhooks** and hundreds more.
- Use it from an **MCP server** inside your AI agent / LLM workflow.
- Schedule recurring runs with the built-in **Apify Scheduler**.

***

### 📤 Output & export

Every run stores results in an Apify dataset. You can:

- Preview them in a clean table right in the console.
- Download as JSON, CSV, Excel, HTML or RSS.
- Fetch them programmatically through the dataset API endpoint.
- Push them to your warehouse, spreadsheet or app via integrations.

***

### ⚖️ Legal & responsible use

This scraper collects **publicly available** listing information only — the same data any visitor can see on Finn.no without logging in. It does not access private messages, contact details behind a login, or anything requiring authentication.

You are responsible for how you use the collected data. Please:

- Respect Finn's Terms of Service and all applicable laws (including the GDPR).
- Use any personal or company data lawfully and only for legitimate purposes.
- Avoid excessive request rates and scrape responsibly.

This tool is provided for lawful purposes such as price research, market analysis, lead generation and business intelligence. It is not affiliated with, endorsed by, or connected to Finn.

# Actor input Schema

## `searchTerms` (type: `array`):

What to search for, e.g. 'iphone', 'volvo v70', 'sofa'. Each term is searched separately. Leave empty if you use Start URLs.

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

Optional. Paste full Finn search URLs to scrape them directly (a specific search, category, brand, price range, etc.). When provided, Search Terms below are ignored for these URLs.

## `sellerType` (type: `string`):

Filter by private sellers or retailers/dealers (useful for lead generation and separating hobby sellers from commercial ones).

## `priceMin` (type: `integer`):

Only listings at or above this price.

## `priceMax` (type: `integer`):

Only listings at or below this price.

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

Maximum number of listings to collect across all searches. 0 = unlimited.

## `maxPagesPerSearch` (type: `integer`):

How many result pages to scrape per search term / URL. Each page has about 50 listings.

## `fetchDetails` (type: `boolean`):

Visit each listing to also collect its full ad description. This is slower and uses more resources — leave off for fast, low-cost list scraping.

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

Proxy settings. The default (Apify Proxy, datacenter) works out of the box. If IPs ever get throttled, switch to Residential and country Norway.

## Actor input object example

```json
{
  "searchTerms": [
    "iphone"
  ],
  "startUrls": [],
  "sellerType": "",
  "maxItems": 100,
  "maxPagesPerSearch": 5,
  "fetchDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

Open to view and export all scraped listings (JSON, CSV, Excel).

# 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 = {
    "searchTerms": [
        "iphone"
    ],
    "startUrls": [],
    "maxItems": 100,
    "maxPagesPerSearch": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/finn-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 = {
    "searchTerms": ["iphone"],
    "startUrls": [],
    "maxItems": 100,
    "maxPagesPerSearch": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/finn-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "searchTerms": [
    "iphone"
  ],
  "startUrls": [],
  "maxItems": 100,
  "maxPagesPerSearch": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call haketa/finn-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,haketa/finn-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/2RHAIp0R62E5aCnYX/builds/gU1AC229mbpNO60s0/openapi.json
