# Propertyfinder Real Estate Listings Extractor

**Use case:** 

Extract up to 100 detailed property listings from Propertyfinder.ae across 5 pages, including prices, locations, and amenities.

## Input

```json
{
  "startUrl": "https://www.propertyfinder.ae/en/buy/dubai/apartments-for-sale.html",
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Property Title",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "area": {
    "label": "Area",
    "format": "number"
  },
  "areaUnit": {
    "label": "Area Unit",
    "format": "text"
  },
  "furnished": {
    "label": "Furnished",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "premium": {
    "label": "Premium",
    "format": "boolean"
  },
  "exclusive": {
    "label": "Exclusive",
    "format": "boolean"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "reference": {
    "label": "Reference",
    "format": "text"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "rera": {
    "label": "RERA",
    "format": "text"
  },
  "reraPermitUrl": {
    "label": "RERA URL",
    "format": "link"
  },
  "listedDate": {
    "label": "Listed Date",
    "format": "date"
  },
  "updatedDate": {
    "label": "Updated Date",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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