# Apartments for Sale in Göteborg

**Use case:** 

Every Göteborg apartment on the market as rows: asking price, avgift, rum, boarea, floor, price per m², coordinates and the broker. 25 free.

## Input

```json
{
  "operation": "search",
  "location": "Göteborg",
  "propertyTypes": [
    "APARTMENTS"
  ],
  "maxResults": 25,
  "soldSince": "12m",
  "priceMin": 0,
  "priceMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "livingAreaMin": 0,
  "livingAreaMax": 0,
  "maxFee": 0,
  "constructionYearMin": 0,
  "includeDetails": false,
  "listingUrls": [],
  "searchUrls": [],
  "locationIds": [],
  "sort": "LOWEST_PRICE_PER_M2"
}
```

## Output

```json
{
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "string"
  },
  "saleId": {
    "label": "🧾 Sale ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 Hemnet URL",
    "format": "string"
  },
  "listingStatus": {
    "label": "📌 Status",
    "format": "string"
  },
  "streetAddress": {
    "label": "🏠 Address",
    "format": "string"
  },
  "locationName": {
    "label": "📍 Area",
    "format": "string"
  },
  "areaName": {
    "label": "🗺️ District",
    "format": "string"
  },
  "municipality": {
    "label": "🏛️ Kommun",
    "format": "string"
  },
  "county": {
    "label": "🗾 Län",
    "format": "string"
  },
  "postalCode": {
    "label": "📮 Postal code",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "askingPrice": {
    "label": "💰 Asking price (SEK)",
    "format": "number"
  },
  "askingPriceText": {
    "label": "💰 Asking price",
    "format": "string"
  },
  "finalPrice": {
    "label": "🏷️ Final price (SEK)",
    "format": "number"
  },
  "finalPriceText": {
    "label": "🏷️ Final price",
    "format": "string"
  },
  "priceChangePercent": {
    "label": "📊 Asking vs final",
    "format": "string"
  },
  "squareMeterPrice": {
    "label": "📊 Price per m² (SEK)",
    "format": "number"
  },
  "monthlyFee": {
    "label": "🧾 Monthly fee (SEK)",
    "format": "number"
  },
  "runningCostsPerYear": {
    "label": "⚡ Operating cost / year",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "housingForm": {
    "label": "🏘️ Property type",
    "format": "string"
  },
  "housingFormCode": {
    "label": "🔤 Type code",
    "format": "string"
  },
  "tenure": {
    "label": "📜 Tenure",
    "format": "string"
  },
  "rooms": {
    "label": "🛏️ Rooms",
    "format": "number"
  },
  "roomsText": {
    "label": "🛏️ Rooms (text)",
    "format": "string"
  },
  "livingArea": {
    "label": "📐 Living area m²",
    "format": "number"
  },
  "livingAreaText": {
    "label": "📐 Area (text)",
    "format": "string"
  },
  "supplementalArea": {
    "label": "📦 Biarea m²",
    "format": "number"
  },
  "landArea": {
    "label": "🟩 Plot area",
    "format": "string"
  },
  "floor": {
    "label": "🪜 Floor",
    "format": "string"
  },
  "constructionYear": {
    "label": "🏗️ Year built",
    "format": "string"
  },
  "energyClass": {
    "label": "⚡ Energy class",
    "format": "string"
  },
  "amenities": {
    "label": "✨ Features",
    "format": "array"
  },
  "isNewConstruction": {
    "label": "🆕 New build",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "🕒 Published",
    "format": "string"
  },
  "soldAt": {
    "label": "📆 Sold",
    "format": "string"
  },
  "soldAtText": {
    "label": "📆 Sold (text)",
    "format": "string"
  },
  "daysOnHemnet": {
    "label": "⏳ Days listed",
    "format": "number"
  },
  "brokerName": {
    "label": "🧑‍💼 Broker",
    "format": "string"
  },
  "brokerEmail": {
    "label": "✉️ Broker email",
    "format": "string"
  },
  "brokerPhone": {
    "label": "📞 Broker phone",
    "format": "string"
  },
  "brokerUrl": {
    "label": "🔗 Broker page",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "agencyEmail": {
    "label": "✉️ Agency email",
    "format": "string"
  },
  "agencyPhone": {
    "label": "📞 Agency phone",
    "format": "string"
  },
  "agencyWebsite": {
    "label": "🌐 Agency site",
    "format": "string"
  },
  "brfName": {
    "label": "🏛️ Housing co-op",
    "format": "string"
  },
  "brfRegistrationNumber": {
    "label": "🔢 Co-op reg. no.",
    "format": "string"
  },
  "listingDescription": {
    "label": "📝 Description",
    "format": "string"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "imageCount": {
    "label": "📸 Photo count",
    "format": "number"
  },
  "searchLocation": {
    "label": "🔎 Searched place",
    "format": "string"
  },
  "searchLocationId": {
    "label": "🔎 Searched place ID",
    "format": "string"
  },
  "status": {
    "label": "✅ Row status",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hemnet Scraper - Swedish Property Listings & Sold Prices](https://apify.com/sian.agency/hemnet-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/hemnet-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/hemnet-property-scraper.md

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).
