# 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:** 2 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 live run (`7WPnXoydrXT2ty8hl`, 2026-08-01, default settings):

```json
{
    "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):

```json
{
    "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:

```bash
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`:

```bash
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:

```json
{
  "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](https://apify.com/zinin/propertyfinder-gulf) | 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](https://apify.com/zinin/ss-ge-tbilisi) | Covering the other common relocation-and-investment corridor out of Kazakhstan, into Tbilisi. |
| [Emlakjet Istanbul Real Estate Listings](https://apify.com/zinin/emlakjet-istanbul) | 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.

# 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/acts/hNMSbfakJ5TWqJx3M/builds/2qp4T1J4xDyaOnpNz/openapi.json
