Emlakjet Istanbul Real Estate Listings
Pricing
from $1.70 / 1,000 listing founds
Emlakjet Istanbul Real Estate Listings
Pull live apartment/housing listings straight from Emlakjet.com for Istanbul — one of Turkey's biggest real-estate classifieds portals — by deal type (sale/rent) and property type. No login, no browser, no proxies.
Pricing
from $1.70 / 1,000 listing founds
Rating
0.0
(0)
Developer
Tim Zinin
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Pull live apartment and housing listings straight from Emlakjet.com — one of Turkey's biggest real-estate classifieds portals — for Istanbul (city-wide or any district), filtered by deal type (sale/rent) and property type. No login, no API key, no browser needed on your side.
What you get
- Title, price (with currency), room count, floor area, neighborhood/district, floor, up to 5 photos and the direct listing URL for every ad found.
- Filter by sale (
satilik) or rent (kiralik), by apartment (daire) or the broader housing category (konut), and by Istanbul city-wide search or any specific district. - Runs on Apify: schedule it, monitor it, call it from the API, export to JSON/CSV/Excel or push straight into your own pipeline.
How to run it
- Click Try for free — no card needed on the free plan.
- Pick Deal type (sale or rent) and Property type.
- Optionally set City / district slug (defaults to all of Istanbul).
- Hit Start and pull the results from the dataset (UI, API or webhook).
Pricing
Pay-per-event: $0.005 per run start + $0.002 per result. No monthly seat, no minimum. 100 listings found cost about $0.21 (the one-time start fee plus 100 result rows). Rows where the source returned nothing (an unrecognized location, a query with zero matching listings, or a request that failed) are returned for transparency but are never charged for.
Input
| Field | Required | What it does |
|---|---|---|
deal_type | yes | satilik (for sale) or kiralik (for rent). |
property_type | yes | daire (apartment) or konut (residential/housing — a broader Emlakjet category that overlaps with, but isn't identical to, daire). |
city | no | Emlakjet.com location slug — istanbul (default, whole city) or an Istanbul district like istanbul-kadikoy. |
max_items | no | Total row cap for this run (default 100, max 1500 — Emlakjet's own pagination depth limit). |
max_pages | no | How many result pages to walk before stopping (default 3, max 50 — Emlakjet itself won't show more). |
{"deal_type": "satilik","property_type": "daire","city": "istanbul","max_items": 5,"max_pages": 1}
Output
Real row from a local verification run (2026-07-30):
{"deal_type_requested": "satilik","property_type_requested": "daire","city_requested": "istanbul","found": true,"url": "https://www.emlakjet.com/ilan/31-deniz-manzarali-masrafsiz-satilik-daire-19653884","title": "3+1 Deniz Manzaralı Masrafsız Satılık Daire","price": 4950000,"currency": "TRY","deal_type": "sale","property_type": "Satılık Daire","rooms": 4,"area_sqm": 105,"location": "Derviş Ali Mahallesi, Fatih","lat": null,"lng": null,"posted_date": "2026-07-27","description": "","images": ["https://imaj.emlakjet.com/listing/19653884/....jpg"],"source_portal": "emlakjet","scraped_at": "2026-07-30T07:20:00.000Z","rooms_raw": "3+1","floor_raw": "Çatı Dubleks"}
| Field | Meaning |
|---|---|
found | true for a real listing row, false for a not-found/error row. |
price | Listing price as a number, in currency (always TRY for a found row). |
deal_type | sale or rent, read off the listing's own label — not just echoed from your request. |
property_type | The listing's own category label as Emlakjet shows it (e.g. "Satılık Daire", "Kiralık Konut"). |
rooms | Turkish "bedrooms+salon" room count, summed into one number (e.g. "3+1" → 4). null when the source's format can't be summed (studio listings, an open-ended "6+" bucket, or a missing value) — never guessed as 0. |
rooms_raw | The source's original room-count string as shown on the listing (e.g. "3+1"), so you can apply your own convention if you don't want ours. |
area_sqm | Floor area in square meters. |
location | Neighborhood and district, as shown on the listing. |
floor_raw | Floor as the source states it — not always a plain number ("8. Kat", "Yüksek giriş" = elevated ground floor, "Çatı Dubleks" = rooftop duplex). |
description | Always empty — Emlakjet's listing pages carry no text description in the data this Actor reads. |
lat / lng | Not available on list pages — always null. |
images | Up to 5 photos shown on the listing. |
A not-found row (unrecognized location or category — Emlakjet returns a clean HTTP 404 for these, with no in-between "understood you, zero matches" state):
{"deal_type": "satilik","property_type": "daire","city": "not-a-real-location-9999","found": false,"error": "http 404","scraped_at": "2026-07-30T07:21:00.000Z"}
Other tools we built
Related tools
Related tools for adjacent workflows in real estate listings and monitoring.
| Actor | What it does |
|---|---|
| Imovirtual Portugal Real Estate Listings | Pair it in the real estate listings and monitoring workflow: Pull live apartment and house listings straight from Imovirtual.com — Portugal's biggest real-estate... |
| Krisha.kz Kazakhstan Real Estate Listings | Pair it in the real estate listings and monitoring workflow: Pull live apartment and house listings straight from Krisha.kz — Kazakhstan's biggest real-estate... |
| Otodom Poland Real Estate Listings | Pair it in the real estate listings and monitoring workflow: Pull live apartment and house listings straight from Otodom.pl — Poland's biggest real-estate classifieds... |
| Storia Romania Real Estate Listings | Pair it in the real estate listings and monitoring workflow: Pull live apartment and house listings straight from Storia.ro — Romania's biggest real-estate classifieds... |
| Realitica.com Adriatic Real Estate Listings | Pair it in the real estate listings and monitoring workflow: Pull live apartment and house listings straight from Realitica.com — a real-estate classifieds portal... |
FAQ / Limitations
Does this need an Emlakjet.com account or API key? No — it reads the same public search pages a visitor sees, no login.
What this is NOT. This does not fetch the seller's phone number, the full listing description, or exact coordinates from the listing's own detail page — only what's exposed on the search-results list. It does not guarantee every listing on Emlakjet is returned: Emlakjet itself caps how many pages of a single search you can page through (50), regardless of how large the category actually is.
Found a bug or need a custom variant (a different Turkish city, extra fields)? Open an issue on the Actor page.