# Buy apartments for sale in Abu Dhabi

**Use case:** 

Pull **apartments for sale in Abu Dhabi** with sale prices, rooms, baths,
area, completion status, cover images, agency and agent contact fields,
and property detail URLs. Ready properties only, 5 pages.
**$2 per 1,000 properties**.

## Input

```json
{
  "purpose": "for-sale",
  "location": "Abu Dhabi",
  "parentLocation": "",
  "category": "residential",
  "subCategory": "apartments",
  "status": "ready",
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  },
  "superHot": false
}
```

## Output

```json
{
  "coverImageUrl": {
    "label": "Property Image",
    "format": "string"
  },
  "propertyUrl": {
    "label": "Property Link",
    "format": "string"
  },
  "title": {
    "label": "Property Title",
    "format": "string"
  },
  "priceFormatted": {
    "label": "Price",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "fullAddress": {
    "label": "Address",
    "format": "string"
  },
  "purpose": {
    "label": "Purpose (Rent/Sale)",
    "format": "string"
  },
  "rooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "baths": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "area": {
    "label": "Area (sq ft)",
    "format": "number"
  },
  "furnishingStatus": {
    "label": "Furnishing",
    "format": "string"
  },
  "completionStatus": {
    "label": "Completion Status",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency",
    "format": "string"
  },
  "agencyUrl": {
    "label": "Agency Profile",
    "format": "string"
  },
  "agentName": {
    "label": "Agent",
    "format": "string"
  },
  "agentUrl": {
    "label": "Agent Profile",
    "format": "string"
  },
  "contactName": {
    "label": "Contact",
    "format": "string"
  },
  "imageGallery": {
    "label": "Image Gallery",
    "format": "array"
  },
  "photoCount": {
    "label": "Photo Count",
    "format": "integer"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "integer"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "boolean"
  },
  "id": {
    "label": "Property ID",
    "format": "integer"
  },
  "externalID": {
    "label": "External ID",
    "format": "string"
  },
  "referenceNumber": {
    "label": "Reference Number",
    "format": "string"
  },
  "permitNumber": {
    "label": "Permit Number",
    "format": "string"
  },
  "createdAt": {
    "label": "Created At",
    "format": "number"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "number"
  },
  "geography": {
    "label": "Location Coordinates",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Bayut Scraper](https://apify.com/rigelbytes/bayut-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rigelbytes/bayut-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/rigelbytes/bayut-scraper.md

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`).
