# Polish Real Estate Due Diligence (KW)

**Use case:** 

Full due diligence on Polish real estate by KW number - property, ownership, restrictions and mortgages from every land-registry section.

## Input

```json
{
  "kwNumbers": [
    "WA4M/00160286/2"
  ],
  "viewType": "zupelna",
  "sections": [
    "IO",
    "ISp",
    "II",
    "III",
    "IV"
  ],
  "includeRawHtml": false,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "kwNumber": {
    "label": "KW Number",
    "format": "text"
  },
  "courtName": {
    "label": "Court",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "viewType": {
    "label": "View",
    "format": "text"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland EKW Land Registry Scraper Ksiegi Wieczyste](https://apify.com/regdata/ekw-ksiegi-wieczyste-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/ekw-ksiegi-wieczyste-scraper) to learn more, explore other use cases, and run it yourself.