RealEstate.co.nz [💰$0.9/1K] | NZ Property | Agents
Pricing
from $0.90 / 1,000 results
RealEstate.co.nz [💰$0.9/1K] | NZ Property | Agents
Scrape New Zealand property listings with agent details from realestate.co.nz
Pricing
from $0.90 / 1,000 results
Rating
0.0
(0)
Developer
Ahmed Jasarevic
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
RealEstate.co.nz Scraper (with Agents & Details)
Scrape New Zealand Property Listings with Full Agent Details — realestate.co.nz Data Extractor
The RealEstate.co.nz Scraper extracts comprehensive property listings from New Zealand's leading real estate portal, including full agent contact details. Get property specs, pricing, images, and agent information in structured JSON format.
Perfect for real estate market analysis, agent outreach campaigns, property investment research, and building NZ property databases.
What It Does
- Scrapes Property Listings — Extracts all listing details from realestate.co.nz
- Captures Agent Data — Includes agent name, phone, and email for each listing
- Handles Pagination — Automatically navigates through search result pages
- Respects Rate Limits — Built-in delay and proxy support for reliable scraping
Features
- Full Listing Data — Title, price, address, bedrooms, bathrooms, parking, land area, property type
- Agent Details — Name, phone, email, and profile URL for every listing
- Nearby Schools — School names, distances, and zone status
- Property Images — Full array of listing photo URLs
- Proxy Support — Built-in proxy configuration for reliability
- Max Items Control — Limit the number of listings scraped per run
Input Schema
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
startUrl | string | Yes | — | Starting URL from realestate.co.nz (search or category page) |
maxItems | integer | No | 50 | Maximum number of listings to scrape |
proxyConfiguration | object | No | — | Apify proxy configuration |
Example Input
{"startUrl": "https://www.realestate.co.nz/residential/auckland","maxItems": 100,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Output Schema
| Field | Type | Description |
|---|---|---|
id | string | Listing ID |
title | string | Property listing title |
type | string | Property sub-type (House, Apartment, etc.) |
status | string | Listing status (active, etc.) |
location.address | string | Display address |
location.full | string | Full address with district/region |
location.suburb | string | Suburb name |
location.district | string | District name |
location.region | string | Region name |
location.coords.lat | number | Latitude |
location.coords.lng | number | Longitude |
price.display | string | Price display text |
price.code | string | Price type code |
price.deadline | string | Deadline date (if applicable) |
specs.bedrooms | number | Number of bedrooms |
specs.bathrooms | number | Number of bathrooms |
specs.total_wc | number | Total toilets |
specs.parking_total | number | Total parking spaces |
specs.land_size | string | Land area (e.g., "672 SQM") |
specs.study | number | Study count |
specs.pool | boolean | Has swimming pool |
specs.is_new_build | boolean | Is new construction |
media.url | string | Listing URL |
media.external_link | string | External website link |
media.images | array | Array of image URLs |
media.virtual_tours | array | Virtual tour links |
nearby.schools | array | Nearby schools with distance and zone info |
nearby.childcare | array | Nearby childcare centres |
agents | array | Agent details (name, phone, email, photo, profile URL) |
published_at | string | Publication timestamp |
last_updated | string | Last update timestamp |
Example Output
{"id": "43119675","title": "More Space. More Privacy. More Possibilities.","type": "House","status": "active","location": {"address": "226A Dunns Crossing Road, Rolleston","full": "226A Dunns Crossing Road, Rolleston, Selwyn, Canterbury","suburb": "Rolleston","district": "Selwyn","region": "Canterbury","coords": { "lat": -43.61498, "lng": 172.36408 }},"price": {"display": "Deadline Sale","code": "7","deadline": "2026-09-15T17:00:00+12:00"},"specs": {"bedrooms": 4,"bathrooms": 2,"total_wc": 2,"parking_total": 2,"land_size": "1291 SQM","study": 0,"pool": false,"is_new_build": false},"media": {"url": "https://www.realestate.co.nz/43119675/residential/sale/...","images": ["https://static-platform.realestate.co.nz/..."],"virtual_tours": []},"nearby": {"schools": [{ "name": "West Rolleston Primary School", "dist": "1.11km", "in_zone": true }],"childcare": ["Active Explorers Rolleston"]},"agents": [{ "name": "Anna James", "phone": "027 222 2742", "email": "anna.j@arizto.co.nz", "profile_url": "https://www.realestate.co.nz/agent/anna-james" }],"published_at": "2026-09-02T21:36:27+12:00","last_updated": "2026-09-02T21:36:27+12:00"}
How to Use
Quick Start
- Click Try Actor on the Actor page
- Enter a valid realestate.co.nz URL
- Set
maxItemsand proxy configuration - Click Start
- View results in the Output tab
Using the API
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor('bUEqTRkCHgXqkAaTY').call({startUrl: 'https://www.realestate.co.nz/residential/auckland',maxItems: 50,proxyConfiguration: { useApifyProxy: true },});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Data Export
- JSON — Native format via API
- CSV — Download from Apify Console
- Excel — Import CSV to spreadsheet
- Google Sheets — Use Apify's Google Sheets integration
Usage Examples
Market Analysis
"Scrape all Auckland residential listings to analyze median price per suburb."
Agent Outreach
"Extract agent emails from Wellington listings for a partnership campaign."
Investment Research
"Collect all properties in Christchurch under $600k with 3+ bedrooms."
For AI Agents
This Actor supports automated property data workflows:
- Lead Generation — Build lists of properties with agent contact details
- Market Monitoring — Track new listings and price changes
- Data Enrichment — Add NZ property data to existing databases
- Chatbot Integration — Provide property search via conversational UI
API Integration
// Scrape and filter by property typeconst results = await client.actor('bUEqTRkCHgXqkAaTY').call({startUrl: 'https://www.realestate.co.nz/residential/auckland',maxItems: 200,});const dataset = await client.dataset(results.defaultDatasetId).listItems();const houses = dataset.items.filter(i => i.type === 'House');
Pricing
| Item | Cost |
|---|---|
| Per result | $0.002 |
| 1,000 listings | ~$2.00 |
| 10,000 listings | ~$20.00 |
Pay-per-result pricing. You are only charged for successfully scraped listings.
Legal Disclaimer
This Actor scrapes publicly available listing data from realestate.co.nz. All data is sourced from publicly accessible pages. This tool is intended for legitimate research, analysis, and personal use. Users must comply with realestate.co.nz's Terms of Service and applicable New Zealand privacy laws. The developer assumes no responsibility for misuse of scraped data. Always verify critical information with the original source.
Frequently Asked Questions
Is this Actor legal to use?
Yes. The Actor scrapes publicly available listing data. However, you must comply with realestate.co.nz's Terms of Service and applicable laws. Do not use scraped data for spam or harassment.
Can I scrape by specific suburb or region?
Yes. Use the search or category URL from realestate.co.nz as the startUrl. For example, a specific suburb URL or a filtered search results page.
How accurate is the agent contact information?
Agent data is extracted directly from listing pages. Contact details are current as of the scrape time. Agents may update or remove their details at any time.
Does it handle sold listings?
No. This Actor is designed for active listings only. Sold or expired listings may not be accessible.
Can I run multiple instances simultaneously?
Yes. Apify allows concurrent Actor runs. Use different startUrl values to scrape different regions in parallel.
SEO Keywords
realestate.co.nz scraper, New Zealand property scraper, NZ real estate data, property listing extractor, Auckland property scraper, Wellington real estate, NZ house prices, property agent contact, real estate scraping tool, New Zealand housing market, residential property data, real estate API NZ, property data extraction, NZ property listings, real estate analytics
Support
- Issues: Report bugs or request features via the Apify Console
- Documentation: Apify Docs
- Community: Apify Discord
Built on the Apify Platform — scalable web scraping and automation.
Related Actors
Verified related actors on Apify that pair well with this one. All links point to real, publicly available actors.