Data sources / Otodom
2,676 live Otodom listingsPoland's largest property portal (OLX Group). HousingFeed extracts Otodom rental listings into a clean, unified JSON schema — no scraper to build, no rate limiting to fight. 2,676 Otodom listings are live right now, refreshed daily.
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. Coverage of each field for Otodom specifically:
| Field | Coverage on Otodom |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Otodom feed:
{
"platform": "otodom",
"url": "https://www.otodom.pl[lang]/ad/klimatyczne-przestronne-chiche-mieszkanie-na-mokotowie-ID4C2va",
"address": "Klimatyczne, przestronne, chiche mieszkanie na Mokotowie",
"city": "Warszawa",
"state": "PL",
"rent_min": 8500,
"beds": 4.0,
"scraped_at": "2026-07-03T21:57:21Z"
}
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}'
2,676 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.