# Dubai Investment Park Agent Directory and Contacts

**Use case:** 

Collect Dubai Investment Park real estate agents, phone numbers, and Bayut listings for quality property lead generation.

## Input

```json
{
  "url": "https://www.bayut.com/for-sale/property/dubai/dubai-investment-park-dip/",
  "startPage": 1,
  "endPage": 10,
  "maxResults": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "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"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Dubai Real Estate Agents Scraper Bayut](https://apify.com/skyline_scrapers/dubai-real-estate-agents-scraper-bayut) with a specific input configuration. Visit the [Actor detail page](https://apify.com/skyline_scrapers/dubai-real-estate-agents-scraper-bayut) to learn more, explore other use cases, and run it yourself.