# Find Dubai yearly rentals under AED 25K now

**Use case:** 

Scrape Dubai yearly rentals on Propertyfinder under AED 25K. Get prices, locations, beds, baths, agents, brokers, and listing URLs.

## Input

```json
{
  "startUrl": [
    "https://www.propertyfinder.ae/en/search?c=2&pf=19000&pt=25000&fu=0&rp=y&ob=mr"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "property_type": {
    "label": "Property Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "text"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "object"
  },
  "agent": {
    "label": "Agent",
    "format": "object"
  },
  "broker": {
    "label": "Broker",
    "format": "object"
  },
  "share_url": {
    "label": "Listing URL",
    "format": "link"
  },
  "apify_input_url": {
    "label": "Input URL",
    "format": "link"
  }
}
```

## About this Actor

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