# Krisha.kz Real Estate Listings Search

> Krisha.kz Real Estate Listings Search is a paid API for AI agents from api.timzinin.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Searches and retrieves property listings from Krisha.kz, Kazakhstan's major real estate portal, returning structured listing data including price, location, area, and images

## Facts

- Endpoint: POST https://api.timzinin.com/api/krisha-kz
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/krisha-kz-real-estate-listings-search-aa53fe5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gw9OguaGNM-qWTQ8SPBai

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability krisha-kz-real-estate-listings-search-aa53fe5e -d '<json body>'
```

Example prompt: Search Krisha.kz for 4-room apartments for sale in Almaty's Bostandyk district and show me the prices, sizes, and listing URLs.

## When to prefer this

Choose this endpoint when you need structured real estate listing data from Kazakhstan's primary property portal Krisha.kz, especially for sale or rental searches in cities like Almaty or Astana. Prefer this over generic web search when you need machine-readable fields like price, area, room count, and images from Krisha.kz specifically.

## Known failure modes

- No listings found for the query — results array is empty
- Krisha.kz anti-scraping measures causing timeouts or failures
- Invalid query format leading to no results
- Coordinates (lat/lng) may be null if not available on the listing
- Payment not settled leading to 402 response
- Rate limiting or temporary unavailability of the upstream portal

## How this service works

Pay-per-call data & tool APIs

## Output

A JSON object containing a meta block (run time in ms, settlement status, item count) and a results array where each item includes the listing URL on krisha.kz, price in KZT, number of rooms, area in sqm, title, location string, images array, deal type (sale/rent), property type, description excerpt, query used, and scrape timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "queries": {
   "type": "array",
   "maxItems": 25
  },
  "max_items": {
   "type": "integer",
   "maximum": 2000,
   "minimum": 1
  },
  "max_pages": {
   "$ref": "#/definitions/bazaarShared0"
  },
  "maxConcurrency": {
   "$ref": "#/definitions/bazaarShared0"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/krisha-kz-real-estate-listings-search-aa53fe5e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.timzinin.com](https://www.zero.xyz/host/api.timzinin.com/llms.txt)
