# Dubai DLD Transactions - Real Sold Prices & Price/Sqm

**Use case:** 

Official Dubai Land Department transactions: real prices, price per sqm, counts & first-sale vs resale by community & property type, any date range. EN/AR.

## Input

```json
{
  "transactionType": "sales",
  "fromDate": "2026-07-01",
  "toDate": "2026-07-31",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "transactionType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "community": {
    "label": "Community",
    "format": "text"
  },
  "propertySubType": {
    "label": "Sub-type",
    "format": "text"
  },
  "usage": {
    "label": "Usage",
    "format": "text"
  },
  "saleSequence": {
    "label": "Sale seq.",
    "format": "text"
  },
  "transactionCount": {
    "label": "Transactions",
    "format": "number"
  },
  "totalValueAed": {
    "label": "Total value (AED)",
    "format": "number"
  },
  "totalSizeSqm": {
    "label": "Total size (sqm)",
    "format": "number"
  },
  "pricePerSqmAed": {
    "label": "Price/sqm (AED)",
    "format": "number"
  },
  "fromDate": {
    "label": "From",
    "format": "text"
  },
  "toDate": {
    "label": "To",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dubai DLD Transactions - Real Sold Prices & Price/Sqm](https://apify.com/get_anything/dld-transactions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/get_anything/dld-transactions-scraper) to learn more, explore other use cases, and run it yourself.