# Domclick RU Property Scraper - Listings, Prices & Agent Data

**Use case:** 

Scrape Domclick listings across Russia: price, area, rooms, address, GPS, metro, photos, seller and agency details, valuation and more.

## Input

```json
{
  "mode": "search",
  "locations": [
    "Москва"
  ],
  "dealType": "sale",
  "category": "living",
  "offerType": "flat",
  "rooms": [],
  "sortBy": "relevance",
  "urls": [
    "https://domclick.ru/search?deal_type=sale&category=living&offer_type=flat&address=1d1463ae-c80f-4d19-9331-a1b68a85b553"
  ],
  "fetchDetails": true,
  "maxPages": 1,
  "maxListings": 0,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "url": {
    "label": "URL"
  },
  "dealType": {
    "label": "Deal"
  },
  "offerType": {
    "label": "Type"
  },
  "price": {
    "label": "Price ₽"
  },
  "squarePrice": {
    "label": "₽/m²"
  },
  "currency": {
    "label": "Currency"
  },
  "area": {
    "label": "Area m²"
  },
  "rooms": {
    "label": "Rooms"
  },
  "floor": {
    "label": "Floor"
  },
  "totalFloors": {
    "label": "Floors"
  },
  "buildYear": {
    "label": "Built"
  },
  "address": {
    "label": "Address"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lon"
  },
  "nearestSubway": {
    "label": "Metro"
  },
  "subwayWalkMinutes": {
    "label": "Metro min"
  },
  "complexName": {
    "label": "Complex"
  },
  "buildingPath": {
    "label": "Building URL"
  },
  "sellerName": {
    "label": "Seller"
  },
  "isAgency": {
    "label": "Agency"
  },
  "companyName": {
    "label": "Company"
  },
  "isRosreestrApproved": {
    "label": "ЕГРН"
  },
  "hasDiscount": {
    "label": "Discount"
  },
  "photoCount": {
    "label": "Photos"
  },
  "publishedDate": {
    "label": "Published"
  }
}
```

## About this Actor

This example demonstrates how to use [Domclick RU Property Scraper - Listings, Prices & Agent Data](https://apify.com/abotapi/domclick-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/domclick-scraper) to learn more, explore other use cases, and run it yourself.