# Moscow One-Bedroom Apartment Price Analysis

**Use case:** 

Analyze the average price per square meter for one-bedroom apartments in Moscow listings. Get detailed property data and pricing insights.

## Input

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

## Output

```json
{
  "offerCategory": {
    "label": "Deal",
    "format": "string"
  },
  "offerType": {
    "label": "Type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "pricePerSquareMeter": {
    "label": "Price/m²",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "priceTrend": {
    "label": "Trend",
    "format": "string"
  },
  "previousPrice": {
    "label": "Old Price",
    "format": "number"
  },
  "hasPriceHistory": {
    "label": "Price History Available",
    "format": "boolean"
  },
  "minMonthlyMortgagePayment": {
    "label": "Est. Mortgage",
    "format": "number"
  },
  "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.