GetHome.pl Scraper - Polish Real Estate Listings
Pricing
from $1.20 / 1,000 result scrapeds
GetHome.pl Scraper - Polish Real Estate Listings
Scrape real estate listings from GetHome.pl, one of Poland's property portals. Extract prices, areas, rooms, coordinates, agency details and images for apartments, houses and land — both aftermarket and primary-market, sale and rental listings. No login needed.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
19 hours ago
Last modified
Categories
Share
GetHome.pl Scraper
Extract real estate listings from GetHome.pl, a Polish property portal covering apartments, houses, and land across every Polish city and voivodeship. Listings come from agencies, developers, and private sellers, spanning both the aftermarket (resale) and the primary market (new-build developer projects).
Why use this actor?
GetHome.pl runs its own independent listings database, separate from the Otodom/OLX group and from Domiporta. That means inventory here isn't a full mirror of what you'd find on the bigger portals — useful if you're already tracking Otodom, Domiporta, or Adresowo and want to close coverage gaps, or if you just want a second source to cross-check prices.
This actor pulls structured property data at scale: price, price per m², area, room count, floor, exact coordinates, voivodeship/city/district/street, agency name, seller type (private owner vs. agency), build year, and every listing photo. No manual browsing, no cookies, no login.
Use cases: property market analysis, investment research, relocation planning, price monitoring across Polish cities, geospatial analysis (every listing carries latitude/longitude), academic housing studies, and competitor tracking for real estate agencies.
How to scrape GetHome.pl data
- Go to the actor's page on the Apify Store
- Select a property type (apartments, houses, or land)
- Choose listing type: sale or rent (land is sale-only on GetHome.pl)
- Enter a location (e.g. "warszawa", "krakow", "wroclaw") or leave empty for all of Poland
- Set
maxResultsfor the number of listings to collect - Click "Start" to run the scraper
- Download results as JSON, CSV, or Excel when complete
The actor reads window.__INITIAL_STATE__, a JSON state object GetHome.pl renders server-side into every search results page. It already contains the full listing card data (price, area, rooms, coordinates, agency, description, images) — no browser rendering and no extra detail-page visit needed, so it's fast and cheap to run.
Input
| Field | Type | Required | Description |
|---|---|---|---|
propertyType | String | No | mieszkanie (apartments, default), dom (houses), dzialka (land) |
listingType | String | No | sale (default) or rent. Ignored for land, which is sale-only. |
location | String | No | Polish city, e.g. "warszawa", "krakow", "wroclaw", "gdansk". Defaults to "warszawa". Empty = all Poland. |
maxResults | Integer | No | Maximum listings to return (default: 50) |
proxyConfiguration | Object | No | Proxy settings. Automatic Apify proxy by default — recon found Cloudflare present but passthrough (plain 200 OK, no active challenge). |
Output
Each listing contains:
| Field | Type | Example |
|---|---|---|
listingTitle | String | "Warszawa, Mokotów, Służewiec, ul. Postępu" |
propertyType | String | "mieszkanie" |
listingType | String | "sale" |
marketType | String or null | "aftermarket" or "primary_market" |
sellerType | String or null | "owner" or "agency" |
price | Number or null | 777178 — null on a minority of primary-market pre-launch units where GetHome.pl withholds price ("ask for price") |
currency | String | "PLN" |
pricePerSqm | Number or null | 20976 |
area | Number or null | 37.05 |
rooms | Number or null | 2 — not applicable to land |
floor | String or null | "7" — apartments only |
location | String | "Warszawa, Mokotów, Służewiec" |
city | String or null | "Warszawa" |
district | String or null | "Mokotów" |
street | String or null | "ul. Postępu" |
voivodeship | String or null | "mazowieckie" |
latitude | Number or null | 52.17319 |
longitude | Number or null | 20.99213 |
buildYear | Number or null | 2026 |
agencyName | String or null | "Platforma Mieszkaniowa" |
listingDescription | String or null | Listing description text |
imageUrl | String or null | Primary listing photo URL |
imageUrls | Array | All listing photo URLs |
datePosted | String or null | ISO 8601 timestamp, as published by GetHome.pl |
url | String | Full GetHome.pl listing URL |
scrapedAt | String | ISO 8601 timestamp of when the data was scraped |
Example output
{"listingTitle": "Warszawa, Mokotów, Służewiec, ul. Postępu","propertyType": "mieszkanie","listingType": "sale","marketType": "aftermarket","sellerType": "agency","price": 777178,"currency": "PLN","pricePerSqm": 20976,"area": 37.05,"rooms": 2,"floor": "7","location": "Warszawa, Mokotów, Służewiec","city": "Warszawa","district": "Mokotów","street": "ul. Postępu","voivodeship": "mazowieckie","latitude": 52.17319,"longitude": 20.99213,"buildYear": 2026,"agencyName": "Platforma Mieszkaniowa","listingDescription": "0% PROWIZJI, BEZ PODATKU PCC 2%, ZAKUP BEZPOŚREDNIO OD DEWELOPERA...","imageUrl": "https://thumbs.gethome.pl/7cd1bcfd:8HgGTKCvLUv29-fobTJPA_wRMjk/500x0/filters:no_upscale()/media/esti/platformamieszk/114652103-d211b25f.jpg","imageUrls": ["https://thumbs.gethome.pl/7cd1bcfd:8HgGTKCvLUv29-fobTJPA_wRMjk/500x0/filters:no_upscale()/media/esti/platformamieszk/114652103-d211b25f.jpg"],"datePosted": "2026-09-01T15:32:28.363330Z","url": "https://gethome.pl/oferta/sprzedam-mieszkanie-warszawa-ul-postepu-37m2-dwupokojowe-7-pietro-z-2026-roku-2370930/","scrapedAt": "2026-09-02T14:07:08.046Z"}
Property types and locations
propertyType accepts:
mieszkanie— apartments (sale or rent)dom— houses (sale or rent)dzialka— land / plots (sale only)
location accepts any Polish city name in Latin script (e.g. "warszawa", "krakow", "lodz", "gdansk", "wroclaw", "poznan"). Leave empty to search nationwide.
Cost estimate
This actor uses CheerioCrawler (plain HTTP, no browser rendering) against the automatic Apify proxy pool, so it's inexpensive to run. A 50-listing run typically completes in under 10 seconds of crawler runtime and costs a fraction of a compute unit. Larger runs (thousands of listings) scale linearly with pagination — the actor fetches ~35 listings per page request.
Costs depend on proxy usage and the number of pages scraped. Usage cost only settles once the run reports SUCCEEDED — a mid-run dataset read will undercount the final charge.
Limitations
- Price is null for a minority of primary-market (new-build) listings where GetHome.pl has not published a unit price yet ("zapytaj o cenę" / ask for price on the site). This reflects the source data, not an extraction gap.
- Land listings (
dzialka) don't have room count or floor data — not applicable to plots. - GetHome.pl paginates in fixed pages of ~35 listings;
maxResultsis capped by how many pages the search actually returns for narrow city/property combinations.
Related scrapers
Part of Studio AMBA's Polish real estate cluster:
- Domiporta.pl Scraper — general listings portal, apartments/houses/land/commercial
- Adresowo.pl Scraper — owner-vs-agency filtered listings
- Rynekpierwotny.pl Scraper — primary market (new-build) development projects only
Combine all four for the broadest possible coverage of the Polish residential property market, spanning aftermarket resales, primary-market developer projects, and both agency and private-owner inventory.