# JLT Property Agent Phone Numbers & Dubai Real Estate Leads

**Use case:** 

Extract agent phone numbers, agency information and property listings from Jumeirah Lake Towers (JLT) on Property Finder for real estate

## Input

```json
{
  "url": "https://www.propertyfinder.ae/en/buy/dubai/properties-for-sale-jumeirah-lake-towers.html",
  "startPage": 1,
  "endPage": 5,
  "maxResults": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing id",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "property_details": {
    "label": "Property details",
    "format": "object"
  },
  "agent": {
    "label": "Agent",
    "format": "object"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Dubai Property Phone Finder](https://apify.com/skyline_scrapers/dubai-property-phone-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/skyline_scrapers/dubai-property-phone-finder) to learn more, explore other use cases, and run it yourself.