Otodom Scraper (Cheap) avatar

Otodom Scraper (Cheap)

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Otodom Scraper (Cheap)

Otodom Scraper (Cheap)

Otodom property scraper that extracts detailed real estate listings, prices, and high-resolution images, giving you structured market data without the hassle of manual copying.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

Data API

Data API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Otodom Property Scraper

Otodom Property Scraper

Watching the Polish housing market usually means clicking through otodom.pl and copying details off one advert at a time: price, area, location, agency. This scraper does it for you. Paste an otodom.pl search URL and every listing comes back as a clean row, with the price, size, location, and photos already split into fields and ready for a spreadsheet or a model. It is fast, cheap, and code-free, and you only pay for what you scrape.

What you get

Each listing comes back as one row with three kinds of data:

  • Identity and linklistingId, listingTitle, listingUrl, propertyKind, dealType
  • Price and sizepriceValue, currencyCode, pricePerSqm, areaSqm, roomCount, floorLevel
  • Detail and contextpublishedAt, summary, locationDetails, imageLinks, agencyTitle, featureTags

Quick start

  1. Open otodom.pl, set your filters (city, price, rooms), and copy the URL from the address bar.
  2. Hit Try for free and paste that URL into Search URLs.
  3. Set a Results limit to control how many listings you pull per URL.
  4. Press Start, then export the results as JSON, CSV, Excel, or XML.

How it works

Use cases

  • Price tracking — follow asking prices and price per m² across Warsaw, Krakow, or Gdansk
  • Investment sourcing — gather for-sale or rental stock to score against your buy criteria
  • Agency monitoring — see which agencies list what, where, and at what price
  • Market dashboards — feed live otodom.pl data into your own sheet, BI tool, or app
  • Dataset building — collect photos and descriptions for valuation or research models

Input

FieldTypeRequiredDescription
searchUrlsarray of objectsYesotodom.pl search URLs to scrape; each one runs with full pagination. Prefilled with a Warsaw for-sale search.
resultsLimitintegerNoHow many listings to pull per search URL. Default 50.
timeoutSecondsintegerNoSeconds to wait on each request before it times out. Default 45.

Example input

{
"searchUrls": [
{
"url": "https://www.otodom.pl/pl/wyniki/sprzedaz/mieszkanie/mazowieckie/warszawa/warszawa/warszawa?limit=36"
}
],
"resultsLimit": 50,
"timeoutSeconds": 45
}

Output

Every listing on the search results becomes one row, paginated automatically up to your limit. Fields that otodom.pl does not publish for a given advert come back absent rather than guessed.

Example output

{
"listingId": 55325476,
"listingTitle": "MIESZKANIE Z WIDOKIEM NA PARK KASPROWICZA",
"listingUrl": "https://www.otodom.pl/pl/oferta/mieszkanie-z-widokiem-na-park-kasprowicza-ID3K8Go",
"propertyKind": "FLAT",
"dealType": "RENT",
"priceValue": 3600,
"currencyCode": "PLN",
"pricePerSqm": 37,
"areaSqm": 96.12,
"roomCount": "THREE",
"floorLevel": "FOURTH",
"publishedAt": "2026-05-29 10:41:13",
"summary": "Oferuję do wynajęcia przestronne mieszkanie o powierzchni 96,12 m². Znajduje się na 4. piętrze w kamienicy z cegły, w bardzo dobrym stanie.",
"locationDetails": {
"address": {
"street": { "name": "ul. Juliusza Słowackiego", "number": "" },
"city": { "name": "Szczecin" },
"province": { "name": "zachodniopomorskie" }
}
},
"imageLinks": [
"https://ireland.apollo.olxcdn.com/v1/files/example-1/image;s=1280x1024;q=80",
"https://ireland.apollo.olxcdn.com/v1/files/example-2/image;s=1280x1024;q=80"
],
"agencyTitle": null,
"featureTags": [
"AIR_CONDITIONING",
"TOP_FLOOR",
"SECURE_BUILDING"
]
}

Output fields

FieldTypeDescription
listingIdintegerOtodom identifier for the advert
listingTitlestringHeadline the advertiser gave the listing
listingUrlstringDirect link to the advert on otodom.pl
propertyKindstringCategory of real estate, e.g. FLAT or HOUSE
dealTypestringRENT or SELL
priceValuenumberFull asking price as a number
currencyCodestringCurrency the price is quoted in, usually PLN
pricePerSqmnumberWorked-out price per square metre
areaSqmnumberFloor area in square metres
roomCountstringHow many rooms the property has
floorLevelstringWhich floor the property sits on
publishedAtstringDate and time the advert went live
summarystringShort blurb describing the property
locationDetailsobjectNested location data: city, province, street
imageLinksarrayURLs of the listing photos
agencyTitlestringName of the estate agency, when there is one
featureTagsarrayAmenity and feature labels on the listing

Tips for best results

  • Filter on otodom.pl first. The tighter your search URL (city, price band, property type), the cleaner your dataset.
  • Use resultsLimit for test runs. Start with 50 to confirm the output fits your pipeline, then raise it for the full pull.
  • Both rent and sale work. A sprzedaz URL returns for-sale stock and a wynajem URL returns rentals; dealType tells them apart.
  • Some fields are sparse. Private sellers leave agencyTitle empty and a few adverts skip the floor or price; those rows still carry everything else.
  • Raise timeoutSeconds if you see timeouts on broad searches that page through many results.

How can I use Otodom property data?

How can I use the Otodom Property Scraper to track Polish house prices? Paste an otodom.pl search URL for your target city and run it on a schedule. Each row carries priceValue, pricePerSqm, listingTitle, and publishedAt, so you can chart asking prices over time and spot fresh adverts the day they land.

How can I compare Otodom neighbourhoods by price per square metre? Pull listings for several areas, then read pricePerSqm straight off each row. With areaSqm, roomCount, and locationDetails alongside, you get a side-by-side view of where the value sits.

How can I build a Poland real estate dataset for investment research? Feed in one or more search URLs, set resultsLimit to the volume you need, and export to CSV or Excel. The result is a structured property database (title, price, area, location, photos, agency) you can score against your own criteria.

Our actors are ethical and do not extract any private user data, such as email addresses or private contact information. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.

Support

Questions, feature requests, or a field you'd like added? Reach out at data.apify@proton.me and we'll get back to you.