# Nairobi Real Estate Listings Scraper

**Use case:** 

Extract property listings for sale in Nairobi, including prices, locations, and agent contact info. Get structured data for investment analysis.

## Input

```json
{
  "startUrls": [],
  "searchLocations": [
    "Nairobi"
  ],
  "country": "kenya",
  "listingType": "sale",
  "propertyType": "any",
  "maxItems": 50,
  "sortBy": "default",
  "deepScrape": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "KE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "price_text": {
    "label": "Display Price",
    "format": "string"
  },
  "property_type": {
    "label": "Type",
    "format": "string"
  },
  "suburb": {
    "label": "Suburb",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "province": {
    "label": "Province/Region",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Property24 Scraper: Real Estate Listings, Prices & Broker Leads](https://apify.com/getascraper/property24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/property24-scraper) to learn more, explore other use cases, and run it yourself.