# Monitor Cian Moscow Apartments

**Use case:** 

Monitor Cian Moscow Apartments by scraping fresh public listings, prices, rooms, and agent data for market research.

## Input

```json
{
  "maxItems": 100,
  "location": "Москва",
  "sort": "creationDateDesc",
  "operationType": "sale",
  "category": "flatSale",
  "shortTermRent": false,
  "includeStudio": false,
  "withNeighbors": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "mainImage.full": {
    "label": "Image",
    "format": "image"
  },
  "siteUrl": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "agent": {
    "label": "Agent",
    "format": "object"
  },
  "formattedAddress": {
    "label": "Address",
    "format": "text"
  },
  "formattedFullPrice": {
    "label": "Price",
    "format": "text"
  },
  "formattedFullInfo": {
    "label": "Info",
    "format": "text"
  },
  "roomsCount": {
    "label": "Rooms",
    "format": "number"
  },
  "totalArea": {
    "label": "Area",
    "format": "number"
  },
  "floorNumber": {
    "label": "Floor",
    "format": "number"
  },
  "floorsCount": {
    "label": "Floors",
    "format": "number"
  },
  "dealType": {
    "label": "Deal Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "creationDate": {
    "label": "Created",
    "format": "date"
  },
  "geo.coordinates": {
    "label": "Coordinates",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Cian.ru Циан Scraper - Russia Real Estate / Недвижимость России](https://apify.com/igolaizola/cian-ru-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/cian-ru-scraper) to learn more, explore other use cases, and run it yourself.