# Otodom Poland Real Estate Scraper (`parseforge/otodom-poland-scraper`) Actor

Scrapes Otodom.pl listings by transaction type, property category, and location. Returns each listing as a flat row with price, area, rooms, and coordinates.

- **URL**: https://apify.com/parseforge/otodom-poland-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Real estate, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $19.00 / 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

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### Otodom Poland Real Estate Scraper

**Scrape Otodom Poland real estate listings by city, property type, and transaction, up to a million per run.** Every listing returns its price, area, price per square meter, rooms, floor, and location. Export to CSV, JSON, Excel, or XML.

Otodom is Poland's largest real estate portal, but manually collecting listings for market analysis is slow and repetitive. This actor reads the public search results directly, filtering by transaction type, property category, and location, and returns each match in one consistent schema. No browser, no login, and no API key required.

| Who uses it | What they scrape Otodom for |
|---|---|
| Real estate investors | Monitor asking prices and price per square meter in specific Polish cities to spot undervalued properties. |
| Market analysts | Track supply volume and price trends across województwa over time. |
| Property portals | Aggregate Otodom data with other sources to build a unified Polish property search. |
| Data scientists | Build pricing models trained on real listing features like area, rooms, and floor. |

### What it does

This Actor collects Otodom listings by transaction type, property type, and city or region, and returns each one as a flat row.

- 🏠 **Transaction filter:** Choose sprzedaz (sale) or wynajem (rent) to target the right market segment.
- 🏢 **Property type:** Select from mieszkanie, dom, kawalerka, pokoj, dzialka, lokal, haleimagazyny, or garaz.
- 📍 **Location targeting:** Enter a city like warszawa or krakow, a region like mazowieckie, or cala-polska for the whole country.
- 🔢 **Volume control:** Set a maximum number of listings to collect, from a single sample up to 1,000,000 per run.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with Otodom data

**📈 Track sale prices in a single city.**

A real estate investor runs the actor weekly for warszawa, sprzedaz, and mieszkanie to watch asking prices and decide when to buy.

**🏘️ Compare rental yields across regions.**

A market analyst collects wynajem listings for krakow, wroclaw, and gdansk, then computes average price per square meter to rank investment zones.

**📊 Feed a pricing model with fresh data.**

A data scientist pulls 100,000 dom listings from cala-polska, using area, rooms, and floor to train a property valuation algorithm.

**🗂️ Build a unified Polish property feed.**

A developer aggregates Otodom data with other portals, using the fixed schema to merge listings into one searchable database.

### Why choose this scraper

|  | What you get |
|---|---|
| **No API key** | Reads the public search pages directly, no registration or OAuth flow. |
| **Fixed schema** | Every listing arrives with the same fields, ready for analysis or a database. |
| **Polish market focus** | Handles Otodom's specific filters like transaction type and local property categories. |
| **Scalable volume** | Collect a handful of listings for a quick check or millions for a full market snapshot. |

### How it compares

This actor focuses on simple, high-volume search by city and property type, while the alternatives below offer additional input methods or multi-portal aggregation.

| Feature | ParseForge | Otodom Property Scraper | Otodom Listings Scraper | Polish Real Estate Aggregator |
|---|---|---|---|---|
| Search by city or region name | Yes | Yes | Yes | Yes |
| Search by ZIP code or coordinates | Not listed | Yes | Not listed | Not listed |
| Search by direct URL | Not listed | Yes | Not listed | Not listed |
| Multi-portal aggregation | Not listed | Not listed | Not listed | Yes |
| Contact phone number extraction | Not listed | Not listed | Yes | Not listed |
| Up to 1,000,000 listings per run | Yes | Not listed | Not listed | Not listed |

### Configure the run

Drive the Actor with a transaction type, property category, and location, and set a maximum listing count so only the most recent matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
  "maxItems": 10
}
```

A larger pull:

```json
{
  "maxItems": 200
}
```

### Pricing

Pay-per-result: **$0.021 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [Otodom Poland Real Estate Scraper](https://apify.com/parseforge/otodom-poland-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to Otodom through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/otodom-poland-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Check that your location string matches Otodom's URL format exactly, for example warszawa not Warszawa. Also try broadening the location or reducing the maxItems to see if any listings are returned at all.

**The actor stops before reaching my maxItems limit.**

This usually means there are no more matching listings on Otodom for your chosen filters. Try a broader location, a different property type, or a lower maxItems value to confirm the available volume.

**Some fields are empty in the output.**

Otodom listings do not always include every detail. Fields like floor, price per square meter, or coordinates are only present when the seller provides them. This is expected behavior.

**I get an error about the location format.**

Use the exact slug from an Otodom search URL. For example, the city is warszawa, the region is mazowieckie, and the whole country is cala-polska. Avoid uppercase letters and spaces.

**The run takes a long time with a high maxItems.**

The actor respects Otodom's servers, so large runs are paced. To speed up a test, start with a small maxItems like 10, then increase it once you confirm the filters are correct.

### FAQ

| Question | Answer |
|---|---|
| Can I scrape listings from a specific city only? | Yes. Set the location field to a city name like warszawa, krakow, or gdansk. You can also use a region like mazowieckie or the whole country with cala-polska. |
| Does this actor handle both sale and rental listings? | Yes. Use the transaction dropdown to choose sprzedaz for sale listings or wynajem for rental listings. Each run targets one transaction type. |
| What property types can I filter? | You can select from mieszkanie (apartment), dom (house), kawalerka (studio), pokoj (room), dzialka (plot), lokal (commercial unit), haleimagazyny (halls and warehouses), or garaz (garage). |
| How many listings can I collect in one run? | You set the maximum with the maxItems field, from 1 up to 1,000,000. The actor stops when it reaches your limit or runs out of matching listings. |
| Do I need an Otodom account or API key? | No. The actor reads the public search pages, so no login, API key, or registration is required. |
| What format does the data come in? | The default dataset is a table you can export to CSV, JSON, Excel, or XML. Each row is one listing with a fixed set of columns. |
| Does it return the price per square meter? | Yes. The listing data includes the total price, the area in square meters, and the computed price per square meter where available. |
| Can I get the geographical coordinates of a listing? | Yes. Listings include latitude and longitude when Otodom provides them on the search results page. |
| Is this actor suitable for monitoring the entire Polish market? | Yes. Set the location to cala-polska and a high maxItems value to collect a broad sample of listings across the whole country in one run. |
| Can I schedule this actor to run automatically? | Yes. Once you have configured the input, you can set up an Apify schedule to run it hourly, daily, or weekly and track changes over time. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Otodom Sp. z o.o. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `transaction` (type: `string`):

sprzedaz=sale, wynajem=rent

## `estate` (type: `string`):

mieszkanie=apartment, dom=house, etc.

## `location` (type: `string`):

e.g. cala-polska, warszawa, krakow, mazowieckie

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

How many listings to collect per run.

## Actor input object example

```json
{
  "transaction": "sprzedaz",
  "estate": "mieszkanie",
  "location": "cala-polska",
  "maxItems": 10
}
```

# Actor output Schema

## `results` (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 = {
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/otodom-poland-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 = { "maxItems": 10 }

# Run the Actor and wait for it to finish
run = client.actor("parseforge/otodom-poland-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 '{
  "maxItems": 10
}' |
apify call parseforge/otodom-poland-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/otodom-poland-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/qWSkbXxLIP9DbZUiL/builds/ElQ7TW9vG5eyQvFLB/openapi.json
