# Find real estate listing

**Use case:** 

Search for apartments for sale. Get detailed data on price, area, and location from various listings. AI Webscraper can adapt to multiple websites.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sreality.cz/"
    }
  ],
  "extractionMode": "agentic",
  "prompt": "Find an apartment for sale for less than 7000000 CZK.\nFor each apartment, extract the price, flat area and location.",
  "maxPagesToVisit": 100,
  "maxCrawlDepth": 5
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "data": {
    "label": "Data",
    "format": "object"
  },
  "markdown": {
    "label": "Markdown",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Web Scraper](https://apify.com/apify/ai-web-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apify/ai-web-scraper) to learn more, explore other use cases, and run it yourself.