# DXBHawk — UAE Real Estate Listings (All 7 Emirates) (`inexhaustible_glass/dxbhawk`) Actor

Search live property listings across all 7 UAE emirates. Real data: price, size, beds/baths, community, PLUS the listing agent/broker's real name, email, phone and WhatsApp. No API key, no browser needed. Real-estate leads nationwide UAE.

- **URL**: https://apify.com/inexhaustible\_glass/dxbhawk.md
- **Developed by:** [Hitman studio](https://apify.com/inexhaustible_glass) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## 🏙️ DXBHawk — UAE Real Estate Listings (Dubai, Abu Dhabi & All 7 Emirates)

Search live property listings anywhere in the UAE — for sale or for rent — and get real
price, size, beds/baths data, **plus the listing agent/broker's real name, email, phone and
WhatsApp number**. Genuinely nationwide: all 7 emirates, not just Dubai.

### Real, official, free source

Data comes straight from **PropertyFinder.ae**, the UAE's largest property portal — read the
same way any visitor's browser reads it (no login, no API key). Verified live while building
this: a Dubai Marina apartment search returned 22 real, current listings, and a real listing
looked like this (genuine example, pulled live):

```json
{
  "title": "Rare Duplex | Full Sea View | Upgraded",
  "property_type": "Apartment",
  "listing_purpose": "sale",
  "price_aed": 6400000,
  "bedrooms": 3,
  "bathrooms": 5,
  "size_sqft": 3008,
  "community": "Cayan Tower",
  "full_address": "Cayan Tower, Dubai Marina, Dubai",
  "agent_name": "Jamie Bell",
  "agent_phone": "+971589404895",
  "agent_whatsapp": "+97145560345",
  "broker_company": "Huspy Dubai",
  "broker_email": "daniela.motta@huspy.io",
  "broker_phone": "+971589404895",
  "broker_address": "Office 7th Floor, Building The Bay Gate, Business Bay, NA, Dubai, PO Box NA",
  "is_verified": true,
  "furnished": "YES",
  "amenities": ["Balcony", "Built in Wardrobes", "Covered Parking", "Shared Pool", "Shared Gym"],
  "listing_url": "https://www.propertyfinder.ae/en/plp/buy/apartment-for-sale-dubai-dubai-marina-cayan-tower-145077748.html"
}
```

### Built to respect the site's own robots.txt

PropertyFinder's robots.txt explicitly **disallows** `/en/search?*` (their query-string search
page) — so this actor never touches it. Instead it uses PropertyFinder's own public,
crawlable, SEO-friendly category pages (`/en/buy/dubai/apartments-for-sale-dubai-marina.html`
style, discovered from their own sitemap), and their robots.txt has an explicit
**`Allow: *?page=*`** for standalone pagination — exactly how this actor pages through results.
No disallowed endpoint is ever requested.

### No browser needed

Unlike sites that render listings with client-side JavaScript, PropertyFinder's category pages
embed the complete listing data as JSON right in the page's HTML (`__NEXT_DATA__`) — a plain,
fast HTTP request already contains everything, verified live with zero JS execution needed.
That means faster runs and one less thing to break — no Playwright/browser dependency at all.

### Genuinely all 7 emirates

`dubai`, `abu-dhabi`, `sharjah`, `ajman`, `ras-al-khaimah`, `fujairah`, `umm-al-quwain`, `al-ain`
— confirmed live against PropertyFinder's own per-emirate sitemaps, not guessed.

### What you get, per listing

Price, price-per-sqft, bedrooms/bathrooms, size, plot size, community, full address,
coordinates, listing agent's name/email/phone/WhatsApp, brokerage company/email/phone/office
address, verified/featured flags, furnished status, completion status, RERA permit (when
published), reference number, listed date, full description, amenities list, photo count,
main image, video URL, and the direct listing URL.

### Who needs this

Real-estate investors & buyers agents sourcing off-market and on-market deals across the UAE ·
lead-gen agencies building broker/agent contact lists · relocation & expat services · property
management companies tracking rental comps · anyone doing UAE market research who needs real
current prices, not stale reports.

### Honest scope

Only covers listings currently live on PropertyFinder — not off-plan-only developer inventory
outside their platform, not the Dubai Land Department's historical transaction registry (a
separate, different kind of data). A community/area name must roughly match PropertyFinder's
own naming (e.g. "Dubai Marina", "Downtown Dubai", "Business Bay") — an unmatched name returns
an honest "no listings found" row, never a guessed/fabricated one.

### Legal

Reads only the same public listing data any visitor can browse by hand on PropertyFinder's own
website — no login, no scraping behind auth, and no disallowed robots.txt path is ever touched.

***

#### Also known as / search terms

Dubai real estate scraper, UAE property listings API, PropertyFinder scraper, Dubai property
leads, Abu Dhabi real estate data, UAE real estate agent contact info, Dubai off-plan property
data, UAE rental listings scraper, Dubai investor leads, real estate lead generation UAE,
Dubai Marina apartments for sale, broker contact scraper UAE, nationwide UAE property data.

### Install / run

```bash
apify call dxbhawk --input '{"emirate": "dubai", "purpose": "buy", "propertyType": "apartments", "communities": ["Dubai Marina", "Downtown Dubai"], "maxPagesPerSearch": 3}'
```

# Actor input Schema

## `emirate` (type: `string`):

Which UAE emirate to search.

## `purpose` (type: `string`):

Search for-sale or for-rent listings.

## `propertyType` (type: `string`):

e.g. "properties" (all types), "apartments", "villas", "townhouses", "penthouses", "plots", "offices", "shops", "warehouses". Also accepts a bedroom-count prefix like "3-bedroom-apartments".

## `communities` (type: `array`):

One or more community/area names (e.g. "Dubai Marina", "Downtown Dubai", "Business Bay"). Leave EMPTY to search the whole emirate instead of specific communities.

## `maxPagesPerSearch` (type: `integer`):

Each page has up to 25 listings. Higher = more results but longer/costlier run.

## `concurrency` (type: `integer`):

How many communities to search in parallel.

## Actor input object example

```json
{
  "emirate": "dubai",
  "purpose": "buy",
  "propertyType": "apartments",
  "communities": [
    "Dubai Marina",
    "Downtown Dubai",
    "Business Bay",
    "Palm Jumeirah"
  ],
  "maxPagesPerSearch": 3,
  "concurrency": 3
}
```

# Actor output Schema

## `listings` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "propertyType": "properties",
    "communities": [
        "Dubai Marina",
        "Downtown Dubai"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("inexhaustible_glass/dxbhawk").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "propertyType": "properties",
    "communities": [
        "Dubai Marina",
        "Downtown Dubai",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("inexhaustible_glass/dxbhawk").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "propertyType": "properties",
  "communities": [
    "Dubai Marina",
    "Downtown Dubai"
  ]
}' |
apify call inexhaustible_glass/dxbhawk --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,inexhaustible_glass/dxbhawk"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/jhgGW1fukBm2Uz3c0/builds/9LhCLKX1wWe3ZYBWM/openapi.json
