# Generate Leads for New Property Developments in Madrid

**Use case:** 

Gather detailed information on new property developments in Madrid to generate high-quality sales leads for real estate agencies. This task helps expand client 

## Input

```json
{
  "location": "madrid",
  "operation": "sale",
  "propertyType": "newDevelopments",
  "country": "es",
  "maxItems": 300,
  "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.