VOOZH about

URL: https://apify.com/abotapi/realestate-co-nz-scraper

⇱ RealestateCo NZ $1πŸ’° Powerful Filters + Deep Search Β· Apify


πŸ‘ RealestateCo NZ $1πŸ’° Powerful Filters + Deep Search avatar

RealestateCo NZ $1πŸ’° Powerful Filters + Deep Search

Pricing

from $1.00 / 1,000 results

Go to Apify Store

RealestateCo NZ $1πŸ’° Powerful Filters + Deep Search

From $1/1K. Search and extract all real estate properties for sale, rent, and sold across New Zealand from realestate.co.nz.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

1

Bookmarked

18

Total users

4

Monthly active users

17 days ago

Last modified

Share

realestate.co.nz Scraper

Search and extract all property listings for sale, rent, and sold across New Zealand from realestate.co.nz. Collect property prices, full addresses, agent and office contacts, photos, floor plans, school zones, GPS coordinates, auction details, sales history, and estimated values, all in structured, ready-to-use format.

What does realestate.co.nz Scraper do?

This actor searches realestate.co.nz and collects property listing data including:

  • For Sale: residential properties currently on the market
  • New Builds: new construction properties only
  • For Rent: rental listings with weekly/monthly prices
  • Sold: historical sales with sale prices, council valuations, estimated values, and building age

For sale/rent/new builds listings, you get the full address, price (including auction/tender/BEO details), bedrooms, bathrooms, garages, land and floor area, property images, floor plans, listing agent contacts, office info, GPS coordinates, in-zone schools, open home times, and more.

For sold properties, you get the address, sale history (prices, dates, methods), council evaluations, estimated current value, building age, and property features.

Why use this scraper?

  • Lightning fast: extracts ~20 listings per page load with no individual property page visits needed
  • Structured data: prices parsed into numeric values, addresses split into components (region/district/suburb), coordinates included
  • Flexible search: region-wide, district-level, or suburb-level searches
  • Rich data: agents, offices, schools, open homes, floor plans, and auction details all included from search pages
  • Resumable: automatically saves progress and resumes from checkpoint on failure

Quick Start

Scrape for-sale properties in Auckland:

{
"mode":"location",
"locations":[{"region":"Auckland"}],
"listingType":"buy",
"maxListings":50,
"maxPages":3
}

Scrape a specific suburb:

{
"mode":"location",
"locations":[{"region":"Auckland","district":"Manukau City","suburb":"Papatoetoe"}],
"listingType":"buy",
"maxListings":100,
"maxPages":5
}

Scrape multiple regions at once:

{
"mode":"location",
"locations":[
{"region":"Auckland"},
{"region":"Wellington"},
{"region":"Canterbury"}
],
"listingType":"buy",
"maxListings":200,
"maxPages":5
}

Scrape new builds in Canterbury:

{
"mode":"location",
"locations":[{"region":"Canterbury"}],
"listingType":"new_builds",
"maxListings":50,
"maxPages":3
}

Scrape rental listings in Wellington:

{
"mode":"location",
"locations":[{"region":"Wellington"}],
"listingType":"rent",
"maxListings":50,
"maxPages":3
}

Scrape sold properties in Auckland:

{
"mode":"location",
"locations":[{"region":"Auckland"}],
"listingType":"sold",
"maxListings":50,
"maxPages":3
}

Scrape from a direct URL:

{
"mode":"url",
"urls":["https://www.realestate.co.nz/residential/sale/auckland?by=latest"],
"maxListings":50
}

Input Parameters

ParameterTypeDefaultDescription
modeStringlocationSearch mode: location or url
locationsArray[{"region":"Auckland"}]Locations to search (location mode only)
urlsArray-Direct search page URLs (url mode only, no pagination)
listingTypeStringbuyListing type: buy, new_builds, rent, or sold
propertyTypesArray(all)Filter: house, apartment, townhouse, unit, section, lifestyle_property, etc.
priceMinInteger-Minimum price (NZD)
priceMaxInteger-Maximum price (NZD)
bedroomsMinInteger-Minimum bedrooms
bathroomsMinInteger-Minimum bathrooms
sortStringlatestSort order: latest, price-asc, price-desc, default
maxListingsInteger25Stop after this many listings
maxPagesInteger2Max search pages per location (location mode only, 20 results/page)
outputFormatArray["json"]Export formats: json, csv
proxyConfigurationObject-Proxy settings (Apify proxy or custom)
resumeFromCheckpointBooleantrueResume from last checkpoint on failure

Location Flexibility

Each location uses Region (required), District (optional), and Suburb (optional). You can add multiple locations to search them all in one run.

LocationScope~Results
Region: AucklandAll of Auckland~15,000
Region: WellingtonAll of Wellington~2,500
Region: Auckland, District: Manukau City, Suburb: PapatoetoeSingle suburb~460
Region: CanterburyAll of Canterbury~4,500

Available Regions

Auckland, Bay of Plenty, Canterbury, Central North Island, Central Otago / Lakes District, Coromandel, Gisborne, Hawkes Bay, Manawatu / Whanganui, Marlborough, Nelson & Bays, Northland, Otago, Pacific Islands, Southland, Taranaki, Waikato, Wairarapa, Wellington, West Coast.

Send results into your apps (MCP connectors)

Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step after the scrape β€” the Apify dataset is never changed.

What gets written to the connector: a condensed, human-readable summary of each record β€” not the full JSON. Each item becomes one entry with a title (the listing's name / address) and its key fields flattened to plain text (price, beds/baths, agent, URL, …). Nested objects are collapsed to their main value (e.g. an address object β†’ its full-address text) and long lists are trimmed to the first few names. The complete, full-fidelity record always stays in the Apify dataset β€” the connector copy is a readable digest for browsing in your app.

  • Notion β†’ one page per item (title + a summary body), created under the page you set in notionParentPageUrl.
  • Linear / Airtable / other β†’ one record/issue per item with the same title + fields.

How to enable:

  1. Authorize a connector once under Apify β†’ Settings β†’ Integrations (Notion, Linear, Airtable, or Apify).
  2. Select it in the "Pipe results into your apps" input field. (If the picker is empty, you haven't authorized a connector yet.)
  3. For Notion, also set notionParentPageUrl to the page where items should be created.

The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip β€” the export only runs when a connector is selected.

Output

Each listing in the dataset contains:

{
"id":"12345678",
"listingUrl":"https://www.realestate.co.nz/12345678/residential/sale/10-example-street-khandallah",
"listingNo":"ABC123XYZ",
"address":{
"full":"10 Example Street, Khandallah, Wellington City, Wellington",
"displayAddress":"10 Example Street, Khandallah",
"streetNumber":"10",
"streetName":"Example Street",
"suburb":"Khandallah",
"district":"Wellington City",
"region":"Wellington",
"postcode":"6035",
"country":"New Zealand",
"countryCode":"NZ"
},
"price":{
"display":"Buyer Enquiry Over $850,000",
"value":850000,
"currency":"NZD",
"priceType":"enquiry_over",
"priceCode":11
},
"features":{
"bedrooms":3,
"bathrooms":2,
"totalBathrooms":2,
"garages":1,
"landSizeInSqm":350,
"floorAreaInSqm":130
},
"propertyType":"house",
"sourcePropertyType":"House",
"listingType":"buy",
"listingCategoryCode":"res_sale",
"status":"active",
"heading":"Charming Family Home with Views",
"images":[
{
"url":"https://images.realestate.co.nz/listings/12345678/abc123.crop.140x178.jpg",
"thumbnailUrl":"https://images.realestate.co.nz/listings/12345678/abc123.crop.70x89.jpg",
"id":100000001,
"order":1
}
],
"floorPlans":[
{
"url":"https://example.com/floorplan.jpg",
"type":"floorplan"
}
],
"agents":[
{
"id":"100001",
"firstName":"Jane",
"lastName":"Smith",
"name":"Jane Smith",
"phone":"027 123 4567",
"email":"jane@example.co.nz",
"listingCount":15
}
],
"office":{
"id":"5001",
"name":"Example Realty Ltd (Licensed: REAA 2008)",
"colloquialName":"Example Realty",
"phone":"04 123 4567",
"email":"info@example.co.nz",
"brandColour":"#1a2b3c"
},
"location":{
"lat":-41.25,
"lon":174.78
},
"schools":[
{
"name":"Sample Primary School",
"inZone":true,
"distance":"0.5km"
}
],
"openHomes":[],
"auctionDate":"2026-03-15T12:00:00+13:00",
"auctionLocation":"On site",
"publishedDate":"2026-02-26T17:55:27+13:00",
"isFeatured":false,
"isNewConstruction":false,
"source":{
"portal":"realestate.co.nz",
"scrapedAt":"2026-02-26T05:30:00.000Z"
}
}

Sold Property Output

Sold properties return a different data structure with sales history and valuations:

{
"id":"abc12345",
"listingUrl":"https://www.realestate.co.nz/...",
"address":{
"full":"5/22 Sample Avenue, Takapuna, North Shore City, Auckland",
"displayAddress":"5/22 Sample Avenue",
"suburb":"Takapuna",
"district":"North Shore City",
"region":"Auckland"
},
"features":{
"bedrooms":3,
"bathrooms":1,
"garages":1
},
"propertyType":"townhouse",
"listingType":"sold",
"status":"sold",
"buildingAge":1985,
"latestSale":{
"salePriceDisplay":"$820,000",
"netSalePrice":820000,
"saleDate":"2024-06-15",
"saleMethod":"P - Private Treaty(Neg.)",
"sellDays":90
},
"salesHistory":["..."],
"estimatedValue":{
"valueLow":780000,
"valueMid":810000,
"valueHigh":850000,
"confidenceRating":4,
"estimatedDate":"2026-02-01"
},
"councilEvaluations":[
{
"capitalValue":790000,
"landValue":420000,
"improvementsValue":370000,
"currentValuationDate":"2024-05-01"
}
],
"location":{"lat":-36.79,"lon":174.77},
"source":{"portal":"realestate.co.nz","scrapedAt":"..."}
}

You might also like

Realestate.co.nz Scraper

solidcode/realestate-co-nz-scraper

[πŸ’° $1.0 / 1K] Extract property listings from Realestate.co.nz, New Zealand's national real-estate portal. Search by URL or by region, category, property type, price and bedrooms. Get prices, areas, locations, photos, open-home times and agent details.

RealEstate.co.nz Scraper with Contacts & Financials

fatihtahta/realestate-co-nz-scraper

Scrape New Zealand property listings from Realestate.co.nz including prices, addresses, specs, agent info and more. Perfect for real estate analytics, lead generation, or dashboards.

Realestate.co.nz Scraper

scrapemind/realestate-nz-scraper

Extract comprehensive property data from Realestate.co.nz with this powerful scraper. Get NZ listings with prices, addresses, property features, photos, agent contacts & more. Export to JSON/CSV/Excel. Perfect for real estate investors, agencies, market analysis & lead generation. No coding required

63

4.5

RealEstate.co.nz Listings Scraper

powerai/realestate-co-nz-listings-scraper

Scrape property listings from RealEstate.co.nz by providing a search URL, with automatic pagination and comprehensive property information extraction.

RealEstate.co.nz Scraper (with Agents & details)

ahmed_jasarevic/realestate-co-nz-scraper-with-agents-details

Powerful RealEstate.co.nz scraper to extract property listings with full agent contact details (phone, email), precise GPS coordinates, and school zone data. Export NZ property leads to JSON, CSV, or Excel in seconds.

πŸ‘ User avatar

Ahmed Jasarevic

3

Realestate.co.nz Agents scraper

scrapemind/realestate-co-nz-agents-scraper

Scrape comprehensive real estate agent data from Realestate.co.nz. Extract agent profiles with contact information, active listings, office details, specializations & performance metrics. Perfect for lead generation, recruitment, market analysis & competitive research. Export to JSON/CSV/Excel.

12

5.0

Realestate.co.nz Property Scraper - Cheap πŸ”πŸ“ŠπŸ‡³πŸ‡ΏπŸ‘

scrapestorm/realestate-co-nz-property-scraper---cheap

Looking to collect property listings & real estate data from realestate.co.nz?πŸ‘πŸ”Ž With this scraper, you can extract property data including address, price, property type, land area, listing status, agent details, images, URL & more Perfect for market analysis & building real estate datasets πŸ“Š

1

5.0

Homes.co.nz Scraper | Fast & Reliable

fatihtahta/homes-co-nz-scraper

Extract structured homes.co.nz property listings with prices, full descriptions, all images, detailed property attributes, agency details and contact numbers,. Built for enterprise-grade New Zealand real estate intelligence, listing monitoring, and automated analytics pipelines.

Realestate Agents Search Scraper

stealth_mode/realestate-agents-search-scraper

Scrape agent profiles and office listings from realestate.co.nz with ease. Collect agent details, contact info, relationships, attributes, and more β€” perfect for lead generation, market research, and real estate analytics.

OneRoof.co.nz Scraper β€” New Zealand Property Listings

vladignatyev/oneroof-nz-scraper

Scrape OneRoof.co.nz property listings into clean JSON, CSV or Excel. Extract New Zealand real estate data β€” price, beds, baths, car spaces, address, suburb, region and geo β€” for residential, commercial, rural and business listings. A property dataset for investors and lead generation.

πŸ‘ User avatar

Vladimir Ignatev

2