# Moscow New Building Listings Analysis

**Use case:** 

Research the latest new buildings in Moscow. Retrieve detailed listings including prices, amenities, and renovation states.

## Input

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

## Output

```json
{
  "offerType": {
    "label": "Type",
    "format": "string"
  },
  "siteName": {
    "label": "Complex Name",
    "format": "string"
  },
  "builtYear": {
    "label": "Build Year",
    "format": "number"
  },
  "builtQuarter": {
    "label": "Quarter",
    "format": "number"
  },
  "buildingState": {
    "label": "State",
    "format": "string"
  },
  "buildingType": {
    "label": "Construction",
    "format": "string"
  },
  "isNewBuilding": {
    "label": "New Building",
    "format": "boolean"
  },
  "isPrimarySale": {
    "label": "Primary Sale",
    "format": "boolean"
  },
  "renovation": {
    "label": "Renovation",
    "format": "string"
  },
  "decoration": {
    "label": "Decoration",
    "format": "string"
  },
  "parkingType": {
    "label": "Parking",
    "format": "string"
  },
  "ceilingHeight": {
    "label": "Ceiling Ht",
    "format": "number"
  },
  "authorName": {
    "label": "Seller Name",
    "format": "string"
  },
  "authorCategory": {
    "label": "Seller Category",
    "format": "string"
  },
  "authorOrganization": {
    "label": "Developer/Agency",
    "format": "string"
  },
  "partnerName": {
    "label": "Listing Partner",
    "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.