# Competitor Analysis of Long-Term Rentals in Valencia

**Use case:** 

Collect data on long-term rental properties in Valencia to perform comprehensive competitor analysis on pricing, features, and agent contact information. This e

## Input

```json
{
  "location": "valencia",
  "operation": "rent",
  "propertyType": "homes",
  "country": "es",
  "maxItems": 600,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "propertyCode": {
    "label": "ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "size": {
    "label": "Size (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "municipality": {
    "label": "City",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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