# Export Trovacasa data for research

**Use case:** 

Collect structured records with key fields for reporting and integration workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trovacasa.it/case-in-vendita/roma"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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