# Find rental apartments on Pisos Mitula Spain

**Use case:** 

Monitor pisos.mitula.com rental property search results for Spanish letting market intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://pisos.mitula.com/find?operationType=rent&geoId=R347257"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "text"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "text"
  },
  "floorArea": {
    "label": "Floor Area",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "facilities": {
    "label": "Facilities",
    "format": "array"
  },
  "latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  },
  "education": {
    "label": "Education",
    "format": "array"
  },
  "leisure": {
    "label": "Leisure",
    "format": "array"
  },
  "health": {
    "label": "Health",
    "format": "array"
  },
  "transport": {
    "label": "Transport",
    "format": "array"
  }
}
```

## About this Actor

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