# Dubai Marina Apartments for Rent

**Use case:** 

Export Dubai Marina rentals with annual price, AED per sqft, beds, baths, area, furnishing, tower, permit number, verification and agency contacts.

## Input

```json
{
  "locationName": "Dubai",
  "bulkLocationNames": [
    "Dubai",
    "Abu Dhabi",
    "Sharjah",
    "Marina"
  ],
  "pageNumber": 0,
  "purpose": "for-rent",
  "location_external_id": "5003",
  "bulkLocationExternalIds": [
    "5002",
    "12345",
    "67890"
  ],
  "hitsPerPage": 25,
  "page": 0,
  "min_price": "500000",
  "max_price": "2000000",
  "min_area": "500",
  "max_area": "3000",
  "hasFloorplan": false,
  "hasPanorama": false,
  "hasVideo": false,
  "agency_external_ids": "7737,5002"
}
```

## Output

```json
{
  "searchLocationExternalId": {
    "label": "🏷️ Search Loc ID",
    "format": "text"
  },
  "coverPhotoUrl": {
    "label": "🖼️ Photo",
    "format": "image"
  },
  "propertyTitle": {
    "label": "🔤 Title",
    "format": "text"
  },
  "externalID": {
    "label": "🏷️ Ext ID",
    "format": "text"
  },
  "propertyId": {
    "label": "🏷️ Property ID",
    "format": "text"
  },
  "slug": {
    "label": "🔗 Slug",
    "format": "text"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  },
  "area": {
    "label": "📍 Area (sqft)",
    "format": "number"
  },
  "pricePerSqft": {
    "label": "💲 Price/sqft",
    "format": "number"
  },
  "rentFrequency": {
    "label": "Frequency",
    "format": "text"
  },
  "hidePrice": {
    "label": "💲 Hide Price",
    "format": "text"
  },
  "rooms": {
    "label": "Beds",
    "format": "text"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "plotArea": {
    "label": "📍 Plot Area",
    "format": "number"
  },
  "categoryName": {
    "label": "🗂️ Type",
    "format": "text"
  },
  "categoryExternalID": {
    "label": "🏷️ Type ID",
    "format": "text"
  },
  "furnishingStatus": {
    "label": "Furnishing",
    "format": "text"
  },
  "completionStatus": {
    "label": "Completion",
    "format": "text"
  },
  "product": {
    "label": "Tier",
    "format": "text"
  },
  "referenceNumber": {
    "label": "Ref No.",
    "format": "text"
  },
  "permitNumber": {
    "label": "Permit No.",
    "format": "text"
  },
  "floorPlanID": {
    "label": "🏢 Floor Plan",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "text"
  },
  "score": {
    "label": "📈 Score",
    "format": "number"
  },
  "city": {
    "label": "📍 City",
    "format": "text"
  },
  "neighbourhood": {
    "label": "Neighbourhood",
    "format": "text"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lng": {
    "label": "Lng",
    "format": "number"
  },
  "locationPurposeTier": {
    "label": "Loc Tier",
    "format": "number"
  },
  "contactName": {
    "label": "Contact",
    "format": "text"
  },
  "phoneMobile": {
    "label": "Mobile",
    "format": "text"
  },
  "phoneOffice": {
    "label": "Office",
    "format": "text"
  },
  "phoneWhatsapp": {
    "label": "WhatsApp",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyExternalID": {
    "label": "🏷️ Agency Ext ID",
    "format": "text"
  },
  "agencyId": {
    "label": "🏷️ Agency ID",
    "format": "number"
  },
  "agencySlug": {
    "label": "🔗 Agency Slug",
    "format": "text"
  },
  "agencyTier": {
    "label": "Agency Tier",
    "format": "number"
  },
  "agencyLogoUrl": {
    "label": "Agency Logo",
    "format": "image"
  },
  "agentName": {
    "label": "👤 Agent",
    "format": "text"
  },
  "agentExternalID": {
    "label": "🏷️ Agent Ext ID",
    "format": "text"
  },
  "agentPhotoUrl": {
    "label": "👤 Agent Photo",
    "format": "image"
  },
  "agentIsTruBroker": {
    "label": "TruBroker",
    "format": "text"
  },
  "agentSlug": {
    "label": "🔗 Agent Slug",
    "format": "text"
  },
  "photoCount": {
    "label": "🖼️ Photos",
    "format": "number"
  },
  "videoCount": {
    "label": "🎬 Videos",
    "format": "number"
  },
  "panoramaCount": {
    "label": "Panoramas",
    "format": "number"
  },
  "photoUrls": {
    "label": "🖼️ All Photos",
    "format": "array"
  },
  "amenities": {
    "label": "🛋️ Amenities",
    "format": "array"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "createdAt": {
    "label": "Listed At",
    "format": "date"
  },
  "updatedAt": {
    "label": "📅 Updated At",
    "format": "date"
  },
  "reactivatedAt": {
    "label": "Reactivated At",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

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

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