# BuyRentKenya property search — example run

**Use case:** 

Searches BuyRentKenya for property in a Kenyan location and returns a few listings with price (KES), area and apply URL as clean JSON.

## Input

```json
{
  "searchType": "rent",
  "propertyType": "all",
  "location": "nairobi",
  "minPrice": 0,
  "maxPrice": 0,
  "minBedrooms": 0,
  "minBathrooms": 0,
  "maxPages": 1,
  "maxItems": 5,
  "fetchDetails": false,
  "onlyNewSinceLastRun": false,
  "concurrency": 4
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location (combined)",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "listingType": {
    "label": "Sale/rent status",
    "format": "string"
  },
  "agency": {
    "label": "Agency / agent name",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted date",
    "format": "string"
  },
  "isNew": {
    "label": "New since last run (delta mode)",
    "format": "boolean"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [BuyRentKenya Property Scraper — Kenya Real Estate](https://apify.com/nomad-agent/buyrentkenya-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/buyrentkenya-scraper) to learn more, explore other use cases, and run it yourself.