# OneRoof.co.nz Live Property Data Scraper

**Use case:** 

Retrieve detailed property listings from OneRoof.co.nz. Access prices, addresses, agent info, and high-resolution images for up to 200 listings.

## Input

```json
{
  "startUrl": "https://www.oneroof.co.nz/search/houses-for-sale/region_all-new-zealand-1_page_1",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "price_display": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "text"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "text"
  },
  "carspaces": {
    "label": "Parking",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "land_area_sqm": {
    "label": "Land (sqm)",
    "format": "text"
  },
  "agent_name": {
    "label": "Agent",
    "format": "text"
  },
  "office_name": {
    "label": "Agency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "main_image": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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