# Купить Квартиру в Москве от Собственника

**Use case:** 

Найдите квартиры в Москве, продаваемые собственниками. Получите данные о цене, площади, состоянии ремонта и местоположении.

## Input

```json
{
  "dealType": "sell",
  "propertyType": "kvartira",
  "region": "moskva",
  "maxItems": 50,
  "roomsTotal": "",
  "ownerOnly": true,
  "newBuildingOnly": false,
  "sortBy": "DATE_DESC",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "image": {
    "label": "Photo",
    "format": "string"
  },
  "offerCategory": {
    "label": "Deal",
    "format": "string"
  },
  "offerType": {
    "label": "Type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "area": {
    "label": "Area (m²)",
    "format": "number"
  },
  "roomsTotal": {
    "label": "Rooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "number"
  },
  "floorsTotal": {
    "label": "Total Floors",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "nearestMetroName": {
    "label": "Metro Station",
    "format": "string"
  },
  "propertyUrl": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Realty Scraper: Яндекс Недвижимость](https://apify.com/getascraper/yandex-realty-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/yandex-realty-scraper) to learn more, explore other use cases, and run it yourself.