# Krisha.kz Kazakhstan Real Estate Listings (`zinin/krisha-kz`) Actor

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.

- **URL**: https://apify.com/zinin/krisha-kz.md
- **Developed by:** [Tim Zinin](https://apify.com/zinin) (community)
- **Categories:** Real estate
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.70 / 1,000 listing founds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Krisha.kz Kazakhstan Real Estate Listings

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

1. Click **Try for free** — no card needed on the free plan.
2. In **Queries**, add one entry per search as `deal:type:city` — for example
   `sale:apartment:almaty` or `rent:house:astana`.
3. 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). |

```json
{
    "queries": ["sale:apartment:almaty"],
    "max_items": 5,
    "max_pages": 1
}
```

### Output

Real row from a local verification run (2026-07-30), taken from the actual
output of `parser.js` + `lib/row.js`'s `buildRow()` — the same pipeline the
Actor runs, not the raw pre-normalization parse:

```json
{
    "query": "sale:apartment:almaty",
    "found": true,
    "url": "https://krisha.kz/a/show/760760728",
    "title": "4-комнатная квартира · 186.58 м²",
    "price": 465517100,
    "currency": "KZT",
    "deal_type": "sale",
    "property_type": "apartment",
    "rooms": 4,
    "area_sqm": 186.58,
    "location": "Бостандыкский р-н, мкр Мирас, Саина 1а/1",
    "lat": null,
    "lng": null,
    "posted_date": null,
    "description": "жил. комплекс 1st by BI, 3 этажа, 2026 г.п., потолки 3.4м., санузел 2 с/у и более, Преимущества:💥Авторское богатое озеленение",
    "images": ["https://krisha-photos.kcdn.online/webp/5a/5a3bc160-2897-46e6-865b-72b70f8d63e6/3-full.jpg"],
    "source_portal": "krisha-kz",
    "scraped_at": "2026-07-30T10:31:25.132Z"
}
```

| Field | Meaning |
|---|---|
| `found` | `true` for a real listing row, `false` for a not-found/error row. |
| `price` | Listing price as a number (no thousands separators). |
| `currency` | Always `KZT` for a found row. |
| `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. |
| `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. |
| `images` | The one preview photo shown on the search-results card (not the full listing gallery). |
| `lat` / `lng` | Not available on list pages — always `null`. |

A not-found row looks like:

```json
{
    "query": "sale:apartment:not-a-real-city-9999",
    "found": false,
    "note": "krisha.kz does not recognize city \"not-a-real-city-9999\" as a distinct location for this search (it did not answer with a page scoped to that city) — treated as zero results, not an error.",
    "scraped_at": "2026-07-30T06:51:30.449Z"
}
```

### 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](https://apify.com/zinin/imovirtual-lisbon) | 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... |
| [Otodom Poland Real Estate Listings](https://apify.com/zinin/otodom-warsaw) | 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](https://apify.com/zinin/storia-bucharest) | 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... |
| [Willhaben Vienna Real Estate Listings](https://apify.com/zinin/willhaben-vienna) | Pair it in the real estate listings and monitoring workflow: Pull live apartment rental and sale listings straight from Willhaben.at — Austria's biggest classifieds... |
| [Rightmove UK Property Listings (London and beyond)](https://apify.com/zinin/rightmove-london) | Pair it in the real estate listings and monitoring workflow: Pull live for-sale and to-rent property listings straight from Rightmove.co.uk — the UK's biggest property... |

### 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.

# Actor input Schema

## `queries` (type: `array`):

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 (e.g. `almaty`, `astana`, `shymkent`). Example: "sale:apartment:almaty".

## `max_items` (type: `integer`):

Maximum number of listing rows to return across ALL queries combined, in this run.

## `max_pages` (type: `integer`):

How many result pages to walk for each individual query before moving on.

## `maxConcurrency` (type: `integer`):

How many queries to run in parallel.

## Actor input object example

```json
{
  "queries": [
    "sale:apartment:almaty"
  ],
  "max_items": 5,
  "max_pages": 1,
  "maxConcurrency": 5
}
```

# Actor output Schema

## `results` (type: `string`):

API URL for the default dataset items produced by this run.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        "sale:apartment:almaty"
    ],
    "max_items": 5,
    "max_pages": 1
};

// Run the Actor and wait for it to finish
const run = await client.actor("zinin/krisha-kz").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "queries": ["sale:apartment:almaty"],
    "max_items": 5,
    "max_pages": 1,
}

# Run the Actor and wait for it to finish
run = client.actor("zinin/krisha-kz").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    "sale:apartment:almaty"
  ],
  "max_items": 5,
  "max_pages": 1
}' |
apify call zinin/krisha-kz --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=zinin/krisha-kz",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/hNMSbfakJ5TWqJx3M/builds/9aPqOzgF15AxXpg4A/openapi.json
