# Scrape Property24 Kenya Rental Listings

**Use case:** 

Export rental property listings from property24.co.ke with price in KES, bedrooms, city, suburb, agency name, and listing URL.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "maxItems": 100,
  "country": "KE",
  "listingType": "rent",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing Id",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "listing_type": {
    "label": "Listing Type",
    "format": "string"
  },
  "property_type": {
    "label": "Property Type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "suburb": {
    "label": "Suburb",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "agent_name": {
    "label": "Agent Name",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency Name",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Property24 Scraper — South Africa & Kenya](https://apify.com/jungle_synthesizer/africa-property24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/africa-property24-scraper) to learn more, explore other use cases, and run it yourself.