# Haus And Haus Scraper (`mrdoe/haus-and-haus-scraper`) Actor

Scrape haus & haus Dubai property listings for sale and rent. Extract prices, bedrooms, bathrooms, area, plot size, communities, property features, coordinates, images, descriptions and assigned agent contact details for real estate research, pricing and leads.

- **URL**: https://apify.com/mrdoe/haus-and-haus-scraper.md
- **Developed by:** [MrDoe](https://apify.com/mrdoe) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.77 / 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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

![Haus And Haus Scraper hero](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/haus-and-haus-scraper--hero.png)

### What does haus & haus Scraper do?

haus & haus Scraper collects property listings from haus & haus, a leading Dubai real estate agency covering the city's key residential and commercial communities. Open a for-sale or to-rent page on the site, optionally narrowed to a community, copy the URL, paste it into **Start URLs**, and run the Actor. You get back a clean, structured dataset of every matching property — price, size, plot size, bedrooms, bathrooms, community, features, the assigned agent's name, email and phone, coordinates, images and the full description — ready for market research, price benchmarking, or lead lists.

### Why use haus & haus Scraper?

- **Dubai sale and rent coverage** — apartments, villas, townhouses, penthouses and commercial units.
- **Complete per-listing data** — price and price qualifier, built-up area, plot area, bedrooms, bathrooms, receptions, completion status, features and the full description.
- **Agent contact** — the assigned agent's name, title, email, phone and languages.
- **Fast and reliable** — reads the same live results the website shows, so runs are quick and complete.
- **Simple input** — paste a browse URL, set how many results you want, run.
- **Automation-ready** — schedule recurring runs to track new listings and price changes.

### What makes this different

This Actor reads the live listing data behind haus & haus's search, so every field — plot size converted to square feet, geo-coordinates, the full feature list and the assigned agent's direct contact details — comes through in one clean row without opening each page. Only currently available listings are returned.

### What data can you extract?

![Haus And Haus Scraper dataset output](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/haus-and-haus-scraper--output.png)

![Haus And Haus Scraper data fields](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/haus-and-haus-scraper--fields.png)

| Field | Description |
| --- | --- |
| `id` | haus & haus listing reference |
| `url` | Canonical listing URL |
| `purpose` | `sale` or `rent` |
| `department` | `residential` or `commercial` |
| `title` / `subtitle` | Listing headline and type summary |
| `description` | Full listing description |
| `propertyType` | Apartment, Villa, Townhouse, Penthouse, Office, etc. |
| `price` / `priceCurrency` / `priceQualifier` | Price, currency (AED), and qualifier (e.g. "Asking price") |
| `bedrooms` / `bathrooms` / `receptions` | Room counts (0 = studio) |
| `area` / `areaUnit` | Built-up area in square feet |
| `plotArea` | Plot size in square feet, for villas and land |
| `completionStatus` | Completed or off-plan |
| `status` | Listing status ("For Sale" / "To Let") |
| `address` / `community` / `city` | Address and location levels |
| `latitude` / `longitude` | Map coordinates |
| `features` | List of property features and amenities |
| `agentName` / `agentEmail` / `agentPhone` / `agentTitle` / `agentLanguages` | Assigned agent details |
| `imageUrls` | Listing photo URLs |
| `updatedAt` | When the listing was last updated |
| `scrapedAt` | ISO timestamp of collection |

### How to use haus & haus Scraper

![How Haus And Haus Scraper works](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/haus-and-haus-scraper--how-it-works.png)

1. Open [hausandhaus.com](https://www.hausandhaus.com) and go to a for-sale or to-rent page, optionally choosing a community.
2. Copy the URL from your browser's address bar.
3. Open this Actor, paste the URL into **Start URLs** (you can add several).
4. Set **Max properties per start URL** — start small (3–5) to test, then raise it.
5. Click **Start** and wait for the run to finish.
6. Download the dataset as JSON, CSV or Excel from the **Dataset** tab, or connect it via API.

### Input Parameters

| Parameter | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `startUrls` | Array | Yes | A Dubai "for sale" page | haus & haus for-sale / to-rent pages, optionally narrowed to a community, or a single property page URL. |
| `maxItems` | Integer | No | 5 | Maximum listings to collect per start URL. |
| `useCache` | Boolean | No | false | Reuse data collected for a property in an earlier run. |

### Output Data

Each dataset item is one property. Example:

```json
{
  "id": "ADM265170",
  "url": "https://www.hausandhaus.com/properties/for-sale/in-dubai/3-bedroom-townhouse-for-sale-in-aura-gardens-tilal-al-ghaf-dubai/158516/",
  "purpose": "sale",
  "department": "residential",
  "title": "Close to Pool | Internal location | Vacant",
  "subtitle": "3 bedroom townhouse for sale",
  "propertyType": "townhouse",
  "price": 4150000,
  "priceCurrency": "AED",
  "priceQualifier": "Asking price",
  "bedrooms": 3,
  "bathrooms": 3,
  "receptions": 1,
  "area": 2167,
  "areaUnit": "sqft",
  "plotArea": 1521,
  "completionStatus": "Completed",
  "status": "For Sale",
  "address": "Aura Gardens, Tilal Al Ghaf, Dubai",
  "community": "Tilal Al Ghaf",
  "city": "Dubai",
  "latitude": 25.029508,
  "longitude": 55.226738,
  "features": ["maid room", "shared pool", "gym", "garden", "balcony"],
  "agentName": "Lewis Poole",
  "agentEmail": "lewis.poole@hausandhaus.com",
  "agentPhone": "+971 58 5281 422",
  "agentLanguages": ["English"],
  "imageUrls": ["https://ggfx-handh3.s3.eu-west-2.amazonaws.com/.../ADM265170_01.webp"],
  "updatedAt": "2026-08-31T07:09:46.000Z",
  "scrapedAt": "2026-08-31T13:48:00.000Z"
}
```

### Usage Examples

- **All Dubai properties for sale:** `https://www.hausandhaus.com/properties/for-sale/in-dubai/`
- **Properties to rent:** `https://www.hausandhaus.com/properties/to-rent/in-dubai/`
- **A single community:** `https://www.hausandhaus.com/properties/for-sale/in-dubai/in-dubai-marina/`
- **Commercial units:** `https://www.hausandhaus.com/commercial-properties/for-sale/in-dubai/`

### Tips for Best Results

- Narrow the browse page to a community on the site before copying the URL for a tighter dataset.
- Add multiple browse URLs in one run — `maxItems` applies to each URL separately.
- Sort or filter on the site as needed; the Actor follows the same results.

### Known Limitations

- The RERA / Trakheesi permit number is not part of the listing data and is not returned.
- Only currently available listings ("For Sale" / "To Let") are returned; sold and off-market listings are skipped.
- `plotArea` is only present for villas, townhouses and land.

### Integrations

Connect results to Google Sheets, Make, Zapier, Slack or your own systems via the Apify API and webhooks. Schedule recurring runs from the Actor's **Schedule** tab.

### Export Formats

JSON, CSV, Excel, XML and RSS via the **Dataset** tab or the Apify API.

### Frequently Asked Questions

**How many results can I get per run?** As many as you set in `maxItems`, up to the number of live listings for that search. `maxItems` is per start URL.

**Can I scrape a specific community or price range?** Choose the community on the browse page and use that URL. Price filtering can be applied afterwards on the dataset.

**Are duplicates removed?** Yes. Each property URL is only collected once per run.

**Why are some fields null?** The listing didn't publish that field. Missing values are always `null`, never guessed.

**Does caching affect freshness?** With `useCache` on, a property already collected in a previous run is reused instead of re-fetched. Leave it off (the default) for current prices.

**Can I schedule it?** Yes, from the Actor's **Schedule** tab, or via the API.

### Support

Found a bug or a missing field? Open an issue from the **Issues** tab on the Actor's page and include the run ID and the input you used.

### Legal / Responsible Use

You are responsible for ensuring your use of this Actor complies with haus & haus's terms of service and all applicable laws. Listings include personal data such as agent names, emails and phone numbers; if you collect personal data you are responsible for complying with applicable privacy and data-protection laws (for example GDPR) and for using that data lawfully.

### Preview

![Haus And Haus Scraper input options](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/haus-and-haus-scraper--input.png)

# Actor input Schema

## `startUrls` (type: `array`):

One or more haus & haus browse pages to scrape. Use a for-sale or to-rent page, optionally narrowed to a community (for example https://www.hausandhaus.com/properties/for-sale/in-dubai/ or https://www.hausandhaus.com/properties/to-rent/in-dubai/in-dubai-marina/). You can also paste a single property page URL. The Actor pages through results automatically.

## `maxItems` (type: `integer`):

Maximum number of property listings to collect for each start URL. Keep this low for quick test runs and raise it for full exports.

## `useCache` (type: `boolean`):

Reuse data collected for a property in an earlier run to speed up recurring runs. Disabled by default so every run returns fresh data.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.hausandhaus.com/properties/for-sale/in-dubai/"
    }
  ],
  "maxItems": 5,
  "useCache": false
}
```

# 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 = {
    "startUrls": [
        {
            "url": "https://www.hausandhaus.com/properties/for-sale/in-dubai/"
        }
    ],
    "maxItems": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("mrdoe/haus-and-haus-scraper").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 = {
    "startUrls": [{ "url": "https://www.hausandhaus.com/properties/for-sale/in-dubai/" }],
    "maxItems": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("mrdoe/haus-and-haus-scraper").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 '{
  "startUrls": [
    {
      "url": "https://www.hausandhaus.com/properties/for-sale/in-dubai/"
    }
  ],
  "maxItems": 5
}' |
apify call mrdoe/haus-and-haus-scraper --silent --output-dataset

```

## MCP server setup

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

```

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/jAMBTunheMBAfiehR/builds/fTEaoRNB7mrZ9Ley4/openapi.json
