Krisha.kz Kazakhstan Real Estate Listings
Pricing
from $1.70 / 1,000 listing founds
Krisha.kz Kazakhstan Real Estate Listings
Pull live apartment and house listings straight from Krisha.kz — Kazakhstan's biggest real-estate classifieds portal — by deal type, property type and city. No login, no browser, no proxies. Unofficial, independent tool — not affiliated with, endorsed by, or sponsored by Krisha.kz.
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
11 hours ago
Last modified
Categories
Share
Pull live apartment and house listings straight from Krisha.kz — Kazakhstan's biggest real-estate classifieds portal — filtered by deal type (sale/rent), property type and city. No login, no API key, no browser needed on your side.
What you get
- Title, price (with currency), rooms, floor area, district/street, a short description, a preview photo and the direct listing URL for every ad found.
- Filter by sale or rent, apartment or house, and any Krisha.kz city.
- Multiple searches in one run — mix cities and deal types, get one combined result set.
- 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.
- In Queries, add one entry per search as
deal:type:city— for examplesale:apartment:almatyorrent:house:astana. - 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 city, 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 |
|---|---|---|
queries | yes | One entry per search, format deal:type:city. deal is sale or rent; type is apartment or house; city is a Krisha.kz city slug (almaty, astana, shymkent, …). |
max_items | no | Total row cap across every query in this run (default 100). |
max_pages | no | How many result pages to walk per individual query (default 3). |
maxConcurrency | no | How many queries run in parallel (default 5). |
{"queries": ["sale:apartment:almaty"],"max_items": 5,"max_pages": 1}
Output
Real row from a live run (7WPnXoydrXT2ty8hl, 2026-08-01, default settings):
{"query": "sale:apartment:almaty","found": true,"url": "https://krisha.kz/a/show/697697746","title": "2-комнатная квартира · 70 м² · 2/3 этаж","price": 64000000,"currency": "KZT","deal_type": "sale","property_type": "apartment","rooms": 2,"area_sqm": 70,"location": "Бостандыкский р-н, мкр Нурлытау (Энергетик), Какимбек Салыков 42","lat": null,"lng": null,"posted_date": null,"description": "жил. комплекс Sky Hills, 2023 г.п., состояние: свежий ремонт, потолки 3м., санузел совмещенный, ВНИМАНИЕ! ГОРЯЧАЯ ЦЕНА!💥💥💥💥💥 Реальному покупателю ХОРОШИЙ ТОРГ! Продается 2х комнатная квартира в мкр Нурлытау. Квартира с Видом на ГОРЫ💥💥💥 **🏡 Продаётся 2-комнатная квартира в мкр Нурлытау!** Кварт…","images": ["https://krisha-photos.kcdn.online/webp/98/98b243ac-2623-4ac4-a305-cda8e1a38b59/10-full.jpg"],"source_portal": "krisha-kz","scraped_at": "2026-08-01T05:08:00.246Z","partial": true,"partial_reason": "stopped after 1 page(s), 5 item(s) collected — reached this run's own max_pages/max_items limit before the source confirmed (via confirmedEnd) that there is nothing more; there may be additional matching listings beyond what was collected"}
| Field | Meaning |
|---|---|
query | Which of your input queries produced this row. |
found | true for a real listing row, false for a not-found/error row. |
url | Direct link to the listing. |
title | Listing headline as published. |
price | Listing price as a number (no thousands separators). |
currency | Always KZT for a found row. |
deal_type | sale or rent, echoing the query. |
property_type | apartment or house, echoing the query. |
rooms | Room count as a number; null when not stated or when the listing is a studio — krisha.kz never prints a room count for a studio ("Студия" is a category, not a number), so this Actor never invents 0 for one. |
area_sqm | Floor area in square meters; null when not stated. |
location | District and street as shown on the listing card. |
lat / lng | Not available on list pages — always null. |
posted_date | ISO 8601 timestamp when krisha.kz's list-view date stamp includes enough information to resolve one (e.g. "сегодня", "вчера", "N мин./ч. назад"); null when the stamp is a bare day+month with no year (e.g. "30 июл.") — the year isn't printed on list pages, and this Actor never guesses one. |
description | Listing description text as shown on the card, source-side truncated. |
images | The one preview photo shown on the search-results card (not the full listing gallery). |
source_portal | Always krisha-kz. |
scraped_at | ISO-8601 UTC timestamp of when this Actor fetched the row. |
partial | true when this run stopped (via max_pages/max_items) before krisha.kz confirmed there were no more matching listings; false when the source confirmed the result set was already complete. |
partial_reason | Human-readable explanation of why the run stopped early when partial is true; null otherwise. |
A not-found row looks like this real one (uYi6oXZHKrq259F3n, 2026-08-01):
{"query": "sale:apartment:not-a-real-city-9999","found": false,"note": "krisha.kz did not answer with a page scoped to \"prodazha/kvartiry/not-a-real-city-9999\" as requested — treated as zero results for this exact query, not an error.","scraped_at": "2026-08-01T05:08:05.709Z"}
API
Start a run with a bearer token and explicit JSON input:
curl -sS -X POST 'https://api.apify.com/v2/acts/zinin~krisha-kz/runs?waitForFinish=60' \-H "Authorization: Bearer $APIFY_TOKEN" \-H 'Content-Type: application/json' \--data '{"queries":["sale:apartment:almaty"],"max_items":5,"max_pages":1}'
Read Dataset rows using the returned defaultDatasetId:
curl -sS "https://api.apify.com/v2/datasets/$DEFAULT_DATASET_ID/items?clean=true&format=json" \-H "Authorization: Bearer $APIFY_TOKEN"
MCP
For an Apify MCP client exposing the standard call-actor tool, send this exact payload:
{"name": "call-actor","arguments": {"actor": "zinin/krisha-kz","input": {"queries": ["sale:apartment:almaty"],"max_items": 5,"max_pages": 1}}}
Related Actors
Real-estate portals in the markets Kazakhstani capital and relocating buyers actually move toward — not just "also real estate."
| Actor | Use it when |
|---|---|
| PropertyFinder.ae UAE Real Estate Listings | Tracking the same buyer's alternative market — Dubai is a well-worn destination for Kazakhstani property capital looking to diversify out of KZT. |
| SS.ge Georgia Real Estate Listings | Covering the other common relocation-and-investment corridor out of Kazakhstan, into Tbilisi. |
| Emlakjet Istanbul Real Estate Listings | Adding Istanbul to the same comparison — another market with a steady inflow of CIS buyers. |
FAQ / Limitations
Does this need a Krisha.kz 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 full photo gallery, exact
coordinates, or the seller's phone number from the listing detail page — only
what's shown on the search-results list. It does not guarantee every listing
on Krisha.kz is returned; pagination stops at max_pages / max_items.
Found a bug or need a custom variant (a different country's classifieds site, extra fields)? Open an issue on the Actor page.
Machine use
The Actor is callable through the Apify API, SDK, and Apify MCP server. The input and Dataset row are the machine-facing contract; rooms is null for studios and unstated counts alike, and posted_date is null whenever krisha.kz's own list-page stamp carries no year — this Actor never invents either value.