OneRoof.co.nz Scraper — New Zealand Property Listings
Pricing
from $0.85 / 1,000 results
OneRoof.co.nz Scraper — New Zealand Property Listings
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.
Pricing
from $0.85 / 1,000 results
Rating
0.0
(0)
Developer
Vladimir Ignatev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Share
Scrape oneroof.co.nz property listings into clean JSON, CSV or Excel — price, beds, baths, car spaces, floor/land area, address, suburb, region, agent and geo across residential, commercial, rural and business for-sale / for-lease / rental listings in New Zealand.
What you get
| Field | Notes |
|---|---|
id, propertyId, url | OneRoof uid + numeric id + direct link |
category, saleType, listingType | e.g. residential-for-sale; sale/rent/lease |
propertyType | House, Apartment, Section, Unit, … |
priceDisplay, price, priceUnit, currency | Display string + numeric NZD (null for auction/negotiation) |
beds, baths, carspaces | |
floorAreaSqm, landAreaSqm | |
street, suburb, district, region, country | Location |
lat, lng | Coordinates |
agentName, officeName, listingRef | Agent / agency / ref |
listingDate, mainImage, imagesCount, description | |
scrapedAt, source | Run metadata |
Input
{ "categories": ["residential-for-sale", "commercial-for-sale"], "maxItems": 500 }
- categories — residential-for-sale, rental, new-home, commercial-for-sale, commercial-for-lease, rural-for-sale, businesses-for-sale.
- maxItems — stop after this many listings.
- proxyConfiguration — residential New Zealand proxy recommended.
How it works
OneRoof publishes a sitemap index per category (see robots.txt) → region-sharded child sitemaps → listing detail pages. Detail pages are Next.js app-router: the listing object lives in the self.__next_f RSC stream. This actor walks the sitemaps, fetches each listing page, reassembles the RSC stream, brace-matches the listing object (matched to the page by its uid), and supplements address/geo/image from JSON-LD. Public listing pages only; respects robots.txt.