Data sources / Otodom
Poland's largest property portal (OLX Group). HousingFeed extracts Otodom rental listings into one clean JSON schema, no scraper to build, no rate limiting to fight. 8,502 Otodom listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Otodom has no open public API. HousingFeed solves that: we collect Otodom listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Otodom listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Otodom data that is live right now, 8 fields populated:
Share of live Otodom listings that carry each field.
Median Otodom asking rent is zł2,800/mo.
Top locations by live Otodom inventory.
A real record from the Otodom feed:
{
"platform": "otodom",
"url": "https://www.otodom.pl[lang]/ad/mieszkanie-wroclaw-opolska-125-ID2iOJ1",
"address": "Mieszkanie, Wroc\u0142aw, Opolska 125",
"city": "Wroc\u0142aw",
"state": "PL",
"rent_min": 2800,
"beds": 2,
"scraped_at": "2026-07-06T03:27:21+00:00"
}
Filter the HousingFeed API to otodom and get Otodom listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"otodom","maxItems":100}'
8,502 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.