Real Estate
Finn Norway logo

Finn Norway API

finn.no

Norwegian property marketplace - listings, market price trends, and detail pages.

Actions
5
Category
Real Estate
Login
Not required
Output
JSON

Call the Finn Norway API

Submit a task, then poll the job until it settles. This example runs act_finn_no_listing_detail_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_finn_no_listing_detail_ssr",
    "params": {
      "finnkode": "465071599"
    }
  }'

5 actions on finn.no

Read

  • Listing Details

    act_finn_no_listing_detail_ssrread1 credit / call

    Returns full property listing details including price, address, size, bedrooms, and photos.

    finnkode
    string · required
  • Location Autocomplete

    act_finn_no_location_autocompleteread1 credit / call

    Returns city and area suggestions for the location search box from a partial address or place name.

    location_term
    string · required
  • Market Price Trends

    act_finn_no_market_price_trendsread2 credits / call

    Returns per-square-meter price history and market trends for a search filter.

    price_from
    string · required
    property_type
    string · required
    page
    string · required
    search_key
    string · required
  • Property Search Results

    act_finn_no_property_search_resultsread2 credits / call

    Returns property search results with listing cards, titles, prices, and locations.

    price_from
    string · required
    property_type
    string · required
    search_route
    string · required
  • Real Estate Search

    act_finn_no_real_estate_search_ssrread1 credit / call

    Returns property search results with matching listings, prices, and sizes.

    price_from
    string · required

Finn Norway API questions

Is there an API for Finn Norway?
Finn Norway does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for finn.no. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Finn Norway data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when finn.no changes its markup, Anakin updates the action.
Do I need a Finn Norway account?
No. Every Finn Norway action listed here runs anonymously — no account and no credentials required.
What does the Finn Norway API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Real Estate APIs

All Real Estate sites