# Auckland Homes.co.nz Property Search Scraper

**Use case:** 

Scrape Homes.co.nz Auckland property search, suburb, street, and address suggestions for real estate research.

## Input

```json
{
  "searchTerms": [
    "auckland",
    "queen street auckland",
    "ponsonby auckland"
  ],
  "startUrls": [
    {
      "url": "https://homes.co.nz/search/auckland"
    }
  ],
  "maxItems": 75,
  "searchMode": "typeahead",
  "includeCentroid": false,
  "includeRawData": false
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search term"
  },
  "resultType": {
    "label": "Result type"
  },
  "title": {
    "label": "Title"
  },
  "score": {
    "label": "Score"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "city": {
    "label": "City"
  },
  "suburb": {
    "label": "Suburb"
  },
  "street": {
    "label": "Street"
  },
  "streetNumber": {
    "label": "Street number"
  },
  "unitIdentifier": {
    "label": "Unit"
  },
  "streetName": {
    "label": "Street name"
  },
  "streetType": {
    "label": "Street type"
  },
  "suburbId": {
    "label": "Suburb ID"
  },
  "cityId": {
    "label": "City ID"
  },
  "propertyId": {
    "label": "Property ID"
  },
  "listingId": {
    "label": "Listing ID"
  },
  "size": {
    "label": "Size"
  },
  "centroidLatitude": {
    "label": "Centroid latitude"
  },
  "centroidLongitude": {
    "label": "Centroid longitude"
  },
  "centroidSize": {
    "label": "Centroid size"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "sourceApiUrl": {
    "label": "Source API URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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