# Новостройки от застройщика в Москве — цены, ЖК

**Use case:** 

Квартиры в новостройках Москвы напрямую от застройщиков: цена, ЖК, адрес, метро, телефоны. Портфели MR, Capital Group, Пионер, Галс. Экспорт CSV/JSON.

## Input

```json
{
  "mode": "agentOffers",
  "location": "Санкт-Петербург",
  "searchType": "For_Sale",
  "maxAgents": 10,
  "agentIds": [
    "116011436",
    "15322004",
    "133718242",
    "116468798"
  ],
  "maxOffersPerAgent": 15,
  "newbuildingIds": [
    "4652900"
  ]
}
```

## Output

```json
{
  "rowType": {
    "label": "Type"
  },
  "agentName": {
    "label": "Agent"
  },
  "email": {
    "label": "Email"
  },
  "isDeveloper": {
    "label": "Developer"
  },
  "isUserIdentifiedByDocuments": {
    "label": "Verified"
  },
  "offersCount": {
    "label": "Offers"
  },
  "offerTitle": {
    "label": "Offer"
  },
  "price": {
    "label": "Price"
  },
  "address": {
    "label": "Address"
  },
  "phones": {
    "label": "Phones"
  },
  "complexName": {
    "label": "Complex"
  },
  "completionYear": {
    "label": "Completion"
  },
  "buildingClass": {
    "label": "Class"
  },
  "queryLabel": {
    "label": "Query"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [Cian Agent Scraper — Russia Real Estate Agent Leads & Offers](https://apify.com/sian.agency/cian-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/cian-agent-scraper) to learn more, explore other use cases, and run it yourself.