# Analyze Dubai property prices per sqft

**Use case:** 

Analyze Dubai property prices per square foot from Bayut & PropertyFinder — price, price per sqft, beds, area, and community.

## Input

```json
{
  "portals": [
    "bayut",
    "propertyfinder"
  ],
  "location": "Business Bay",
  "purpose": "buy",
  "propertyType": [],
  "maxResults": 100,
  "trackHistory": false,
  "country": "AE",
  "useApifyProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxRetries": 8,
  "debug": false
}
```

## Output

```json
{
  "portal": {
    "label": "Portal",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "pricePerSqft": {
    "label": "Price / sqft",
    "format": "number"
  },
  "beds": {
    "label": "Bedrooms",
    "format": "number"
  },
  "areaSqft": {
    "label": "Area (sqft)",
    "format": "number"
  },
  "community": {
    "label": "Community",
    "format": "string"
  },
  "dealScore": {
    "label": "Deal score",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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