# Build Idealista Agency Lead Lists

**Use case:** 

Build Idealista Agency Lead Lists by scraping public profiles across Spain, Portugal, and Italy.

## Input

```json
{
  "maxItems": 100,
  "country": "es",
  "locations": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "shortName": {
    "label": "ID",
    "format": "text"
  },
  "commercialName": {
    "label": "Name",
    "format": "text"
  },
  "agencyWebUrl": {
    "label": "Website",
    "format": "link"
  },
  "contactInfo.phone": {
    "label": "Phone",
    "format": "text"
  },
  "contactInfo.address.locationName": {
    "label": "Location",
    "format": "text"
  },
  "contactInfo.address.postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "contactInfo.address.streetName": {
    "label": "Street Name",
    "format": "text"
  },
  "slogan": {
    "label": "Slogan",
    "format": "text"
  },
  "activeSinceYear": {
    "label": "Active Since",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "multimedias": {
    "label": "Multimedia",
    "format": "object"
  },
  "contactInfo.proAgent": {
    "label": "Pro Agent",
    "format": "boolean"
  },
  "hasChatEnabled": {
    "label": "Chat Enabled",
    "format": "boolean"
  }
}
```

## About this Actor

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