# Monitor Hawke's Bay Rural Property Listings

**Use case:** 

Track all rural and lifestyle property listings in Hawke's Bay to monitor land availability and pricing for agricultural or investment purposes. This helps iden

## Input

```json
{
  "mode": "searchForSale",
  "region": "Hawke's Bay",
  "propertyType": "rural",
  "startUrls": [],
  "maxItems": 150
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "address": {
    "label": "Address"
  },
  "suburb": {
    "label": "Suburb"
  },
  "region": {
    "label": "Region"
  },
  "propertyType": {
    "label": "Property type"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "priceDisplay": {
    "label": "Price display"
  },
  "rentPerWeek": {
    "label": "Rent per week"
  },
  "agency": {
    "label": "Agency"
  },
  "listingDate": {
    "label": "Listing date"
  }
}
```

## About this Actor

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