Etuovi.com Scraper — Finland Real Estate avatar

Etuovi.com Scraper — Finland Real Estate

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Etuovi.com Scraper — Finland Real Estate

Etuovi.com Scraper — Finland Real Estate

Scrape Etuovi.com — Finland's #1 real estate portal via its internal search API. Extract price, area, rooms, build year, energy class, GPS coordinates, agency and agent info for sale listings across all Finnish cities.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

6 days ago

Last modified

Share

🏠 Etuovi.com Scraper — Finland Real Estate

Scrape property listings from etuovi.com — Finland's #1 real estate portal with over 59,000 active listings. Uses Etuovi's internal search API directly — no browser, no proxy required, extremely fast.


📦 What you get

FieldDescriptionExample
titleGenerated listing title"Apartment — 3h, kt, kph, s — 59.5 m² — Leppävaara Espoo"
propertyTypeProperty category"RESIDENTIAL"
propertySubtypeProperty type in English"Apartment (Kerrostalo)"
priceFormattedAsking price"298 000 €"
priceNumeric price298000
areaLiving area m²59.5
totalAreaTotal area m²59.5
roomsFinnish room description"3h, kt, kph, s, lasitettu parveke"
roomCountStandardized room count"3"
buildYearConstruction year"2019"
isNewBuildingNew construction flagfalse
addressFull address"Kaarlo Sarkian katu 10 Vermonniitty Espoo"
addressLine1Street address"Kaarlo Sarkian katu 10"
addressLine2District and city"Vermonniitty Espoo"
cityCity"Espoo"
districtNeighborhood"Vermonniitty"
latitudeGPS latitude60.214195
longitudeGPS longitude24.832643
agencyNameReal estate agency"Kiinteistömaailma Espoo Leppävaara"
agencyUrlAgency website"http://www.kiinteistomaailma.fi/"
agentNameIndividual agent"Sari Palomäki"
isPrivateSellerPrivate listingfalse
imageThumbnailMain photo URL"https://d3ls91xgksobn.cloudfront.net/..."
imageUrlsAll photo URLs["https://..."]
publishedDatePublication date"2026-04-06"

🚀 How to use

Basic — all Finland, newest first

{
"propertyType": "RESIDENTIAL",
"maxListings": 200
}

Filter by city

{
"propertyType": "RESIDENTIAL",
"locations": ["Helsinki"],
"maxListings": 500
}

Multiple cities

{
"locations": ["Helsinki", "Espoo", "Vantaa"],
"propertySubtypes": ["APARTMENT_HOUSE"],
"maxListings": 1000
}

Price + area filter

{
"propertyType": "RESIDENTIAL",
"locations": ["Tampere"],
"minPrice": 100000,
"maxPrice": 300000,
"minArea": 40,
"maxArea": 100,
"sortBy": "SEARCH_PRICE_ASC",
"maxListings": 200
}

New construction only

{
"propertyType": "RESIDENTIAL",
"newBuildingOnly": true,
"maxListings": 500
}

Vacation homes

{
"propertyType": "VACATION",
"maxListings": 200
}

Private sellers only

{
"sellerType": "PRIVATE",
"maxListings": 200
}

⚙️ Input parameters

ParameterTypeDefaultDescription
propertyTypestringRESIDENTIALRESIDENTIAL, VACATION, PLOT, COMMERCIAL
propertySubtypesarray[]APARTMENT_HOUSE, DETACHED_HOUSE, ROW_HOUSE, SEMI_DETACHED_HOUSE
locationsarray[] (all Finland)City names: Helsinki, Espoo, Tampere, Turku, Oulu, Vantaa, etc.
minPriceintegerMinimum price in EUR
maxPriceintegerMaximum price in EUR
minAreanumberMinimum living area m²
maxAreanumberMaximum living area m²
minRoomsintegerMinimum number of rooms
maxRoomsintegerMaximum number of rooms
minBuildYearintegerMinimum construction year
maxBuildYearintegerMaximum construction year
newBuildingOnlybooleanfalseNew construction only
sellerTypestringALLALL, PRIVATE, COMPANY
sortBystringPUBLISHED_OR_UPDATED_ATSort order
maxListingsinteger200Max results (0 = unlimited)
proxyConfigurationobjectdisabledOptional proxy

💡 Use cases

Finnish housing market analysis — Etuovi is the definitive source for Finnish property data. Scrape the full 59,000+ listing database for price-per-m² analysis by city, neighborhood or build year. Track how Helsinki prices compare to Tampere or Oulu over time.

Investment opportunity finder — Filter by sellerType: PRIVATE to find private sellers who typically list 5–15% below agency prices. Combine with locations for specific target markets.

New construction tracking — Set newBuildingOnly: true to monitor all new developments across Finland. Developers and investors use this for competitor analysis and market saturation research.

Price alert system — Schedule daily runs with sortBy: PUBLISHED_OR_UPDATED_AT to catch new listings the moment they go live. Feed results to a webhook for instant Slack or email notifications.

Vacation home market research — Set propertyType: VACATION to scrape the Finnish summer cottage market. Finland has over 500,000 registered summer cottages — a unique asset class with strong domestic demand.

Real estate agency analysis — Extract agencyName, agencyId, and agencyUrl from listings to build a database of all active Finnish real estate agencies, their listing volumes, and geographic coverage.

GPS-enriched property data — Every listing includes latitude and longitude coordinates, making it trivial to build map visualizations, calculate distances to schools/transport, and perform spatial analysis.

Expat relocation research — Filter Helsinki-area listings by area and price for relocation budgeting. Finnish listings include the unique totalArea field which includes storage and common areas — important for comparing Finnish vs international space standards.


📊 Sample output

{
"listingId": "2531560",
"friendlyId": "1412825",
"listingUrl": "https://www.etuovi.com/kohde/2531560",
"title": "Apartment (Kerrostalo) — 3h, kt, kph, s, lasitettu parveke — 59.5 m² — Vermonniitty Espoo",
"propertyType": "RESIDENTIAL",
"propertySubtype": "Apartment (Kerrostalo)",
"price": 298000,
"priceFormatted": "298 000 €",
"area": 59.5,
"totalArea": 59.5,
"rooms": "3h, kt, kph, s, lasitettu parveke",
"roomCount": "3",
"buildYear": "2019",
"isNewBuilding": false,
"address": "Kaarlo Sarkian katu 10 Vermonniitty Espoo",
"addressLine1": "Kaarlo Sarkian katu 10",
"addressLine2": "Vermonniitty Espoo",
"city": "Espoo",
"district": "Vermonniitty",
"latitude": 60.214195,
"longitude": 24.832643,
"agencyName": "Kiinteistömaailma Espoo Leppävaara | Suur-Leppävaara LKV Oy",
"agencyUrl": "http://www.kiinteistomaailma.fi/",
"agentName": null,
"isPrivateSeller": false,
"imageThumbnail": "https://d3ls91xgksobn.cloudfront.net/400x300/etuovimedia/images/...",
"imageUrls": ["https://d3ls91xgksobn.cloudfront.net/1200x900/etuovimedia/images/..."],
"hasOpenBidding": false,
"publishedDate": "2026-04-06",
"scrapedAt": "2026-04-06T12:00:00.000Z"
}

⚡ Performance

ModeSpeed
200 listings~6 seconds
1,000 listings~30 seconds
Full database (~59,000)~30 minutes

Each API call returns 30 listings. The scraper makes one call per page with 800ms polite delay. No browser, no rendering, no proxy needed for standard use.


🔧 Technical notes

  • API endpoint: POST https://www.etuovi.com/api/v3/announcements/search/listpage
  • No authentication required — Etuovi's search API is publicly accessible without API keys
  • Rate limiting: 800ms delay between requests — respectful of the server
  • Retry logic: Up to 3 retries with exponential backoff on failures or 429 rate limits
  • Image resolution: Thumbnails at 400x300, full images at 1200x900 — resolution can be changed by modifying the IMAGE_SIZE constant
  • Coordinates: All listings include GPS coordinates — useful for mapping and spatial analysis