# Jumeirah Beach Residence Property Listings Scraper

**Use case:** 

Extract Jumeirah Beach Residence listings from PropertyFinder. Get property prices, geolocations, and agent contact information.

## Input

```json
{
  "searchUrls": [
    "https://www.propertyfinder.ae/en/search?c=1&t=1&fu=0&ob=mr&l=15"
  ],
  "country": "ae",
  "dealType": "1",
  "propertyType": "",
  "sort": "nd",
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "offeringType": {
    "label": "Offering type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "priceValue": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "pricePeriod": {
    "label": "Price period",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "sizeValue": {
    "label": "Size",
    "format": "number"
  },
  "sizeUnit": {
    "label": "Size unit",
    "format": "string"
  },
  "locationName": {
    "label": "Location",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "agentName": {
    "label": "Agent name",
    "format": "string"
  },
  "brokerName": {
    "label": "Broker",
    "format": "string"
  },
  "contactEmail": {
    "label": "Agent email",
    "format": "string"
  },
  "contactPhone": {
    "label": "Agent phone",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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