Cian.ru Scraper avatar

Cian.ru Scraper

Pricing

from $2.49 / 1,000 results

Go to Apify Store
Cian.ru Scraper

Cian.ru Scraper

Standalone public-page Cian.ru scraper with detailed structured live output.

Pricing

from $2.49 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Overview

Extract public Cian.ru listing pages. This is a standalone Apify Actor for Cian.ru with its own input schema, source adapter, dataset, run summary, diagnostics, and output files.

Features

  • Extracts publicly visible listing fields and structured page data.
  • Opens detail pages when available to enrich title, price, address, features, media, and facts.
  • Deduplicates records by source listing URL or identifier.
  • Emits only source-backed live records with dataOrigin: "live-page".
  • Omits unknown values instead of inventing them or inserting JSON null values.
  • Saves per-run status and access-block diagnostics in storage/key_value_stores/default.

Default source URL

https://www.cian.ru/cat.php?deal_type=sale&object_type%5B0%5D=1&offer_type=flat

Input

FieldTypeDefaultDescription
startUrlsarraysource defaultPublic search, listing, or detail URLs for this portal.
maxItemsPerActorinteger10Maximum detailed records.
maxPagesPerActorinteger2Maximum list/search pages.
includeDetailsbooleantrueEnrich records from detail pages.
includeRawDatabooleantrueKeep selected structured source data.
proxyEnabledbooleanfalseUse an authorized Apify or user-supplied proxy.
maxRequestRetriesinteger3Bounded retry/backoff for transient failures.

Sample live output

{
"actorName": "cian-scraper",
"sourcePortal": "Cian.ru",
"recordType": "property",
"listingId": "333332378",
"listingUrl": "https://kemerovo.cian.ru/sale/flat/333332378/?context=4.E8WZLhv-q28.xQHgiVzLrBXyu83sW_5wpfpFgOJdtkf2uTYewHNXKRv3-4uBU1WrUUXr77_6_TakGQZ0iMTCvO0hpg&mlSearchSessionGuid=45dde6df46eb7dc3435d09a82df3e8c3",
"title": "Продается 4-комн. квартира, 84,3 м²",
"description": "Продается просторная четырех комнатная квартира на ФПК. В квартире установлены стеклопакеты, в ванной и в санузле кафель, балкон остеклен.Во дворе современная детская площадка, уютный, ухоженный двор. Соседи дружные.На против дома школа, в трех минутах ходьбы детские сады. В шаговой доступности торговоразвлекательный комплекс Гринвич, Ледовая арена.Для молодых семей с детьми во дворе оборудована детская площадка, где малыши смогут безопасно играть под присмотром родителей. Для любителей вкусно покушать рядом расположены такие заведения общественного питания, как пиццерия Папа Джонс, а также другие кафе и рестораны, предлагающие разнообразные блюда на любой вкус.Рядом находятся продуктовые магазины Пятёрочка и Фермерские продукты Кузбасса, где всегда можно приобрести свежие продукты без необходимости далеко ехать за покупками. Аптека Еаптека обеспечит доступ к необходимым лекарствам и медицинским товарам. салона красоты Экспрессмэн. Рассмотрим вариант обмена на однокомнатную квартиру с вашей доплатой.Квартира без обременений, два взрослых собственника.",
"listingType": "sale",
"propertyType": "property",
"price": {
"display": "6500000",
"value": 6500000,
"currency": "RUB"
},
"address": {
"full": "Кемеровская область, Кемерово, р-н Заводский, Молодежный просп., 9ВНа карте"
},
"agent": {
"name": "Программа «Суперагенты»"
},
"photos": [
"https://images.cdn-cian.ru/images/kvartira-kemerovo-molodezhnyy-prospekt-2952185630-1.jpg",
"https://images.cdn-cian.ru/images/kvartira-kemerovo-molodezhnyy-prospekt-2952185573-1.jpg",
"https://images.cdn-cian.ru/images/kvartira-kemerovo-molodezhnyy-prospekt-2952185628-1.jpg",
"https://images.cdn-cian.ru/images/kvartira-kemerovo-molodezhnyy-prospekt-2952175400-1.jpg",
"https://images.cdn-cian.ru/images/kvartira-kemerovo-molodezhnyy-prospekt-2952175411-1.jpg",
"https://images.cdn-cian.ru/images/kvartira-kemerovo-molodezhnyy-prospekt-2952175409-1.jpg",
"https://images.cdn-cian.ru/images/kvartira-kemerovo-molodezhnyy-prospekt-2952175410-1.jpg"
],
"facts": {
"На Циан": "8 лет",
"Объектов в работе": "31"
},
"missingFields": [
"bedrooms",
"bathrooms",
"area",
"amenities"
],
"scrapedAt": "2026-09-10T13:12:10.185Z",
"dataOrigin": "live-page"
}

Local development

Run this folder as its own Actor:

$apify run --input-file storage/key_value_stores/default/INPUT.json

Validate the Actor contract and stored live records:

apify validate-schema
node dataset-validator.js

Access and compliance

If the source portal returns a challenge or access denial, the Actor records diagnostics and omits that page rather than fabricating output. Use only public pages and an authorized purpose. Proxy access can incur account costs and does not authorize bypassing CAPTCHA, authentication, robots directives, or other access controls.

Output files

  • .actor: Actor metadata and schemas.
  • src: This portal's standalone adapter and shared extraction runtime.
  • storage/datasets/default: Apify-style local result records.
  • storage/key_value_stores/default/RUN_SUMMARY.json: run result and diagnostics summary.
  • output/dataset.json and output/dataset.jsonl: exported live-only result files.