# Новостройки СПб — база ЖК Санкт-Петербурга

**Use case:** 

База новостроек Санкт-Петербурга: досье ЖК — класс, срок сдачи, отделка, инфраструктура, документы. Экспорт в CSV, Excel, JSON.

## Input

```json
{
  "mode": "newbuildingDetails",
  "location": "Санкт-Петербург",
  "searchType": "For_Sale",
  "maxAgents": 10,
  "agentIds": [
    "47710548",
    "https://www.cian.ru/company/140116723/"
  ],
  "maxOffersPerAgent": 56,
  "newbuildingIds": [
    "45243",
    "7277",
    "6970",
    "5482632",
    "4729763"
  ]
}
```

## 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.