# Estate agency email leads in Belgium

**Use case:** 

Deduplicated Belgian estate-agency B2B leads: name, email, phone, mobile, website, address, listing count, areas & lead score. CSV.

## Input

```json
{
  "transactionType": "for-sale",
  "propertyType": "house-and-apartment",
  "postalCodes": [
    "1000"
  ],
  "orderBy": "newest",
  "includeListingDetails": false,
  "outputAgencyLeads": true,
  "maxResults": 200,
  "maxAgencyLeads": 200,
  "maxPagesPerSearch": 100,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BE"
  }
}
```

## Output

```json
{
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyEmail": {
    "label": "Email",
    "format": "text"
  },
  "agencyPhone": {
    "label": "Phone",
    "format": "text"
  },
  "agencyWebsite": {
    "label": "Website",
    "format": "link"
  },
  "activeListingCount": {
    "label": "Listings",
    "format": "number"
  },
  "localities": {
    "label": "Areas",
    "format": "array"
  },
  "minPrice": {
    "label": "Min €",
    "format": "number"
  },
  "maxPrice": {
    "label": "Max €",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "agencyAddress": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Immoweb Scraper - Belgium Real Estate & Agency Leads](https://apify.com/scrapesage/immoweb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/immoweb-scraper) to learn more, explore other use cases, and run it yourself.