# Bahrain Property Rental Market Trend Analysis Data

**Use case:** 

Gather data on rental properties across Bahrain to identify key market trends and rental price fluctuations. This information is vital for landlords, property m

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.propertyfinder.bh/en/rent/manama"
    },
    {
      "url": "https://www.propertyfinder.bh/en/rent/riffa"
    }
  ],
  "country": "bh",
  "city": "dubai",
  "purpose": "rent",
  "fetch_full_details": false,
  "max_items": 400,
  "max_retries": 2,
  "ignore_url_failures": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "community": {
    "label": "Community",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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