# Bayut Property Scraper - UAE Real Estate Listings

**Use case:** 

Scrape Bayut.com UAE properties for sale or rent: price, beds, baths, area, location, type & agent. Filter by city, purpose & property type.

## Input

```json
{
  "purpose": "for-sale",
  "propertyType": "apartments",
  "city": "dubai",
  "maxItems": 100,
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "frequency": {
    "label": "Rent freq.",
    "format": "text"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "text"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "areaSqft": {
    "label": "Area (sqft)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "agent": {
    "label": "Agent",
    "format": "text"
  },
  "referenceId": {
    "label": "Ref ID",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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