# Scrape Agent & Brokerage Leads - Property Finder

**Use case:** 

Build a real estate agent contact list from Property Finder with Agent, Agent email, Agent phone, WhatsApp and Brokerage. Ready-to-use contact list.

## Input

```json
{
  "dealType": "buy",
  "country": "ae",
  "searchLocations": [
    "Palm Jumeirah"
  ],
  "propertyTypes": [],
  "furnished": "",
  "completionStatus": "",
  "sortBy": "newest",
  "includePropertyDetails": false,
  "includeAgentLeads": true,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "property-finder-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "agentName": {
    "label": "Agent"
  },
  "agentEmail": {
    "label": "Agent email"
  },
  "agentPhone": {
    "label": "Agent phone"
  },
  "agentWhatsapp": {
    "label": "WhatsApp"
  },
  "agentLanguages": {
    "label": "Languages"
  },
  "brokerName": {
    "label": "Brokerage"
  },
  "brokerEmail": {
    "label": "Brokerage email"
  },
  "brokerPhone": {
    "label": "Brokerage phone"
  },
  "agentUrl": {
    "label": "Agent URL"
  },
  "city": {
    "label": "City"
  },
  "community": {
    "label": "Community"
  }
}
```

## About this Actor

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