Krisha: Search Listings
Krisha via Parse · real_estate
Search for real estate listings on krisha.kz with filters for deal type, property type, city, rooms, and price range. Returns paginated results with listing summaries including id, price, title, and description snippet. Pagination is page-based with ~20 listings per page. The total_count field reports the full result-set size as a formatted string. API for searching and retrieving real estate listings from krisha.kz marketplace in Kazakhstan, covering sales and rentals. Fulfilled by Parse from krisha.kz.
- krisha
- krisha-kz
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/320b67d0-20cf-468a-a587-d9fd52942a2d/search_listings
- Interface artifact
- sha256:2911c821544a4c1cf365a62f903a032696e1b7a44e20bbbc2a9e77e4ae52ef6e
- Manifest digest
- sha256:f73d0eb9e7228266fa6d4404a594c0dc1cf5fd366f2982bf5beb39d3e6abe433
Request fields
- city (string): City slug to filter by (e.g., 'almaty', 'astana'). Omitting returns listings from all cities.
- page (integer): Page number for pagination (1-based).
- rooms (string): Number of rooms to filter by, comma-separated for multiple values (e.g., '2' or '2,3').
- price_to (integer): Maximum price filter in tenge.
- deal_type (string): Type of deal.: Allowed values: prodazha, arenda
- price_from (integer): Minimum price filter in tenge.
- property_type (string): Property type to search.: Allowed values: kvartiry, doma-dachi, kommercheskie, uchastki, garazhi
Example queries
- {"city":"almaty","page":"1","rooms":"2","price_to":"50000000","deal_type":"prodazha","price_from":"10000000","property_type":"kvartiry"}