RealestateCo NZ Scraper avatar

RealestateCo NZ Scraper

Pricing

from $2.80 / 1,000 results

Go to Apify Store
RealestateCo NZ Scraper

RealestateCo NZ Scraper

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

Pricing

from $2.80 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

realestate.co.nz Scraper

Search and extract all real estate properties 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
  • Optional detail mode — enable includeDetailPage for full descriptions and additional data

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.

Output

Each listing in the dataset contains:

{
"id": "42993476",
"listingUrl": "https://www.realestate.co.nz/42993476/residential/sale/59-warwick-street-wilton",
"listingNo": "L39575123",
"address": {
"full": "59 Warwick Street, Wilton, Wellington City, Wellington",
"displayAddress": "59 Warwick Street, Wilton",
"streetNumber": "59",
"streetName": "Warwick Street",
"suburb": "Wilton",
"district": "Wellington City",
"region": "Wellington",
"postcode": "6012",
"country": "New Zealand",
"countryCode": "NZ"
},
"price": {
"display": "Buyer Enquiry Over $715,000",
"value": 715000,
"currency": "NZD",
"priceType": "enquiry_over",
"priceCode": 11
},
"features": {
"bedrooms": 3,
"bathrooms": 2,
"totalBathrooms": 2,
"garages": 1,
"landSizeInSqm": 104,
"floorAreaInSqm": 115
},
"propertyType": "house",
"sourcePropertyType": "House",
"listingType": "buy",
"listingCategoryCode": "res_sale",
"status": "active",
"heading": "Sun, Space & Wilton Ease",
"images": [
{
"url": "https://images.realestate.co.nz/listings/42993476/09078a87676cbbeae25e7fcd7883713c.crop.140x178.jpg",
"thumbnailUrl": "https://images.realestate.co.nz/listings/42993476/09078a87676cbbeae25e7fcd7883713c.crop.70x89.jpg",
"id": 655131234,
"order": 1
}
],
"floorPlans": [
{
"url": "https://s3-ap-southeast-2.amazonaws.com/photos-clientvault-com/...",
"type": "floorplan"
}
],
"agents": [
{
"id": "962554",
"firstName": "Alice",
"lastName": "O'Styke",
"name": "Alice O'Styke",
"phone": "027 230 4977",
"email": "alice@tommys.co.nz",
"listingCount": 42
}
],
"office": {
"id": "9351",
"name": "Tommy's Real Estate Ltd (Licensed: REAA 2008)",
"colloquialName": "Tommy's",
"phone": "04 381 8600",
"email": "info@tommys.co.nz",
"brandColour": "#1a2b3c"
},
"location": {
"lat": -41.2677429,
"lon": 174.7630926
},
"schools": [
{
"name": "Wadestown School",
"inZone": true,
"distance": "0.45km"
}
],
"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": "0kb9ftw1",
"listingUrl": "https://www.realestate.co.nz/...",
"address": {
"full": "2/86 Archers Road, Glenfield, North Shore City, Auckland",
"displayAddress": "2/86 Archers Road",
"suburb": "Glenfield",
"district": "North Shore City",
"region": "Auckland"
},
"features": {
"bedrooms": 3,
"bathrooms": 1,
"garages": 1
},
"propertyType": "townhouse",
"listingType": "sold",
"status": "sold",
"buildingAge": 1970,
"latestSale": {
"salePriceDisplay": "$770,000",
"netSalePrice": 770000,
"saleDate": "2024-08-02",
"saleMethod": "P - Private Treaty(Neg.)",
"sellDays": 141
},
"salesHistory": [...],
"estimatedValue": {
"valueLow": 705000,
"valueMid": 734000,
"valueHigh": 774000,
"confidenceRating": 5,
"estimatedDate": "2026-02-01"
},
"councilEvaluations": [
{
"capitalValue": 730000,
"landValue": 385000,
"improvementsValue": 345000,
"currentValuationDate": "2024-05-01"
}
],
"location": { "lat": -36.787, "lon": 174.731 },
"source": { "portal": "realestate.co.nz", "scrapedAt": "..." }
}

NZ Price Types

Price DisplaypriceTypeParsed value
$895,000fixed895000
$650,000 - $700,000rangemin: 650000, max: 700000
Buyer Enquiry Over $715,000enquiry_over715000
Auctionauction-
Tendertender-
Deadline Saledeadline_sale-
By Negotiationby_negotiation-
$600 per weekfixed600 (rentPeriod: weekly)

Tips

  • Start small — use maxListings: 25 and maxPages: 1 to verify results before scaling up
  • Use region + district + suburb for precise results; use region alone for broader searches
  • All data in one pass — search pages include full descriptions, images, floor plans, agents, schools, and auction details with no need to visit individual property pages
  • Checkpoint resume is enabled by default — if the run is interrupted, restart it with the same input and it will continue where it left off
  • Sort by latest (default) to get the newest listings first