Domclick RU Property Listings | URLs | Keywords | Rich Output avatar

Domclick RU Property Listings | URLs | Keywords | Rich Output

Pricing

from $1.50 / 1,000 listing results

Go to Apify Store
Domclick RU Property Listings | URLs | Keywords | Rich Output

Domclick RU Property Listings | URLs | Keywords | Rich Output

Extract property listings from Domclick, one of Russia’s largest real estate portals. Search by city or use listing/search URLs. Returns 70+ fields including price, area, rooms, floor, address, GPS, metro info, photos, seller and agency details, developer data, discounts, and mortgage flags.

Pricing

from $1.50 / 1,000 listing results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Domclick Property Scraper

Pull structured property data from Domclick, one of the largest property portals in Russia, in seconds. Search by city with rich filters, or paste any Domclick search or listing link and the scraper walks results forward. Every listing comes back as a flat JSON record with 70+ fields: price, price per square meter, area, rooms, floor, build year, full address, GPS, metro stations with walking time, the full photo gallery, the seller description, seller and agency details, verification badges, new building and developer info, discounts, and mortgage flags. Turn on extra details for a market valuation estimate, nearby places, and agent deal stats.

Why this scraper

  • 70+ fields per listing, far more than most alternatives expose
  • Two modes: build a search from filters, or paste search and listing URLs verbatim
  • All of Russia: any city or region, resolved automatically from its name
  • Sale and rent, residential, commercial, and garage categories
  • Filter by rooms, price, area, floor, and sort seven ways, all applied server side so counts stay accurate
  • Optional extra details: market valuation estimate (low / mid / high), nearby places, and agent deal history
  • Fast and inexpensive: an optimized data path keeps runs quick and light on proxy usage

Data you get

Sample shape, values are illustrative placeholders, not from a live listing.

FieldExample
id0000000000
urlhttps://domclick.ru/card/sale__flat__0000000000
dealTypesale
offerTypeflat
price34999000
squarePrice466653
currencyRUB
area75
rooms2
floor14
totalFloors17
buildYear2026
isApartmentfalse
addressМосква, набережная Примерная, 1 к1
latitude55.0000
longitude37.0000
nearestSubwayТехнопарк
subwayWalkMinutes12
subways[{ "name": "Технопарк", "walkMinutes": 12, "lineColors": ["#3EA332"] }]
descriptionFull seller description text appears here.
photoCount11
photos["https://img.dmclk.ru/vitrina/owner/00/00/000.jpg"]
complexNameSample Complex
buildingEndYear2026
buildingPathhttps://msk.domclick.ru/building/sample-building
localityPathhttps://msk.domclick.ru/sample-district
subdomainmsk
sellerNameAgent Name
sellerCasId0000000
isAgencytrue
companyNameSample Company
companyFiasId00000000-0000-0000-0000-000000000000
isRosreestrApprovedtrue
isSberCollateralfalse
hasDiscounttrue
discountValue0
hasFamilyMortgagetrue
publishedDate2026-01-01T00:00:00+00:00
marketPrice30280000
minMarketPrice25740000
maxMarketPrice34820000
agentDealsCompleted31
poiCount50

The full seller and agency block is also passed through verbatim as sellerRaw so no upstream field is ever dropped.

How to use

Search one city:

{
"mode": "search",
"locations": ["Москва"],
"dealType": "sale",
"category": "living",
"offerType": "flat",
"maxListings": 100
}

Search with filters:

{
"mode": "search",
"locations": ["Санкт-Петербург"],
"dealType": "sale",
"rooms": ["2", "3"],
"minPrice": 10000000,
"maxPrice": 25000000,
"minArea": 50,
"sortBy": "price_asc",
"maxListings": 200
}

Multiple cities with extra details (valuation, nearby places, agent stats):

{
"mode": "search",
"locations": ["Москва", "Сочи", "Казань"],
"fetchDetails": true,
"maxPages": 3
}

Paste URLs:

{
"mode": "url",
"urls": [
"https://domclick.ru/search?deal_type=rent&category=living&offer_type=flat&address=1d1463ae-c80f-4d19-9331-a1b68a85b553",
"https://domclick.ru/card/sale__flat__0000000000"
],
"maxListings": 50
}

Input parameters

ParameterTypeDefaultDescription
modestringsearchsearch builds a query from filters; url reads pasted links
locationsarray["Москва"]City or region names, or address GUIDs. Search mode only
dealTypestringsalesale or rent
categorystringlivingliving, commercial, or garage
offerTypestringflatflat or layout (new building plan)
roomsarray[]Any of studio, 1, 2, 3, 4+
minPrice / maxPriceintegernonePrice range in rubles
minArea / maxAreaintegernoneArea range in square meters
minFloor / maxFloorintegernoneFloor range
sortBystringrelevancerelevance, newest, updated, price_asc, price_desc, price_per_m2_asc, price_per_m2_desc
urlsarraynoneDomclick search or listing links. URL mode only
fetchDetailsbooleanfalseAdd valuation estimate, nearby places, agent stats (loads each card page; slower)
maxPagesinteger1Result pages per city or URL, about 30 listings each
maxListingsinteger0Overall cap, 0 means unlimited
proxyobjectResidential RUProxy configuration

Output example

Sample shape, values are illustrative placeholders, not from a live listing.

{
"id": "0000000000",
"url": "https://domclick.ru/card/sale__flat__0000000000",
"dealType": "sale",
"offerType": "flat",
"price": 34999000,
"squarePrice": 466653,
"currency": "RUB",
"area": 75,
"rooms": 2,
"floor": 14,
"totalFloors": 17,
"buildYear": 2026,
"address": "Москва, набережная Примерная, 1 к1",
"latitude": 55.0000,
"longitude": 37.0000,
"nearestSubway": "Технопарк",
"subwayWalkMinutes": 12,
"complexName": "Sample Complex",
"sellerName": "Agent Name",
"sellerCasId": 0,
"isAgency": true,
"companyName": "Sample Company",
"companyFiasId": "00000000-0000-0000-0000-000000000000",
"isRosreestrApproved": true,
"hasDiscount": true,
"photoCount": 11,
"photos": ["https://img.dmclk.ru/vitrina/owner/00/00/000.jpg"],
"publishedDate": "2026-01-01T00:00:00+00:00",
"marketPrice": 30280000,
"minMarketPrice": 25740000,
"maxMarketPrice": 34820000,
"agentDealsCompleted": 31,
"poiCount": 50,
"query": "Москва",
"scrapedAt": "2026-01-01T00:00:00.000Z"
}

Plan requirement

Domclick only accepts traffic from Russian residential connections. Use Apify Residential proxy with country set to RU, available on the Starter plan and above. On the free plan, which does not include residential proxy, runs will likely return zero items. The actor prints a clear notice at the start of a run when residential proxy is not available.