# Wynajem 🏠 Otodom Poland Real-Estate

**Use case:** 

Extract 🏠 Otodom Poland Real-Estate data filtered by wynajem. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "transaction": "wynajem",
  "estate": "mieszkanie",
  "location": "cala-polska",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Cover Photo",
    "format": "image"
  },
  "title": {
    "label": "Listing Title",
    "format": "text"
  },
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🏠 Otodom Poland Real-Estate Scraper](https://apify.com/parseforge/otodom-poland-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/otodom-poland-scraper) to learn more, explore other use cases, and run it yourself.