OneRoof Scraper | With Agents | $5 / 1k avatar
OneRoof Scraper | With Agents | $5 / 1k

Pricing

Pay per event

Go to Apify Store
OneRoof Scraper | With Agents | $5 / 1k

OneRoof Scraper | With Agents | $5 / 1k

Developed by

Fatih Tahta

Fatih Tahta

Maintained by Community

Scrape New Zealand property listings from OneRoof.co.nz including prices, addresses, specs, agent info and more. Perfect for real estate analytics, lead generation, or dashboards. Fast, structured, reliable. $5 / 1k listings.

5.0 (2)

Pricing

Pay per event

3

4

4

Issues response

7.4 hours

Last modified

2 days ago

Overview

OneRoof Scraper automates the collection of residential property listings from OneRoof.co.nz, New Zealand’s comprehensive real estate marketplace. The actor captures essential listing details such as prices, addresses, property attributes, agent contacts, and media links so you can review the market without manual browsing. Each run handles the heavy lifting for you—load a search or category URL, let the automation do the rest, and receive consistent, ready-to-use data in minutes.

Why Use This Actor

  • Market researchers & analysts: Monitor inventory shifts, pricing trends, and neighborhood activity to inform reporting or investment briefs.
  • Real estate professionals: Build lead lists, track comparable properties, and keep buyers updated with the latest opportunities.
  • Developers & data teams: Feed structured listing data into dashboards, valuation models, or internal applications.
  • Product builders & directories: Populate apps or portals with verified property records sourced from a trusted marketplace.

The actor keeps your pipeline current by running at scale, staying resilient to website changes, and eliminating repetitive copy-paste work.

Input Parameters

ParameterTypeDescriptionDefault
startUrlsarrayOne or more OneRoof search or category page URLs to scrape. Use this to define the listings you want collected.
limitintegerMaximum number of listings to save per input. Useful for capping runs during testing or targeting only the top results.50000
proxyConfigurationobjectConnection preferences. The default setting keeps the scraper dependable without extra setup.{ "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }

Example Input

{
"startUrls": [
"https://www.oneroof.co.nz/search/houses-for-sale/district_auckland-city-auckland-225_price-to_500000_page_1"
],
"limit": 250,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Example Output

{
"url": "https://www.oneroof.co.nz/property/auckland/eden-terrace/103-15-rendall-place/G6WZr",
"search": {
"page": 1,
"url": "https://www.oneroof.co.nz/search/houses-for-sale/district_auckland-city-auckland-225_price-to_500000_page_1"
},
"summary": {
"priceOrMethod": "Asking price $385,000",
"address": "103/15 Rendall Place, Eden Terrace, Auckland City",
"attributes": {
"bedrooms": "1",
"bathrooms": "1"
},
"media": {
"image": "https://s.oneroof.co.nz/image/e3/b9/e3b9d11d86da5973102b935a5e13c85e.jpg?x-oss-process=image/quality,q_80"
}
},
"detail": {
"heading": "103/15 Rendall Place, Eden Terrace, Auckland City",
"price": "Asking price $385,000",
"attributes": {
"bedrooms": "1",
"bathrooms": "1",
"floorArea": "42m²"
},
"location": {
"street": "103/15 Rendall Place",
"locality": "Auckland City",
"region": "Auckland",
"postalCode": "",
"coordinates": {
"latitude": "-36.865165710449",
"longitude": "174.75749206543"
}
},
"media": {
"image": "https://s.oneroof.co.nz/image/e3/b9/e3b9d11d86da5973102b935a5e13c85e.jpg?x-oss-process=image/quality,q_80"
},
"description": "Parkview Residences – Stylish Studio with Balcony",
"agents": [
{
"name": "REDACTED",
"profileUrl": "https://www.oneroof.co.nz/agent/REDACTED",
"phone": "REDACTED",
"agency": {
"name": "Property Ventures Real Estate Limited"
}
}
],
"insights": {
"estimatedValue": "$260K",
"estimateLow": "$215K",
"estimateHigh": "$305K",
"estimateAccuracy": "Medium Accuracy",
"suburbSalesVsRV": "3.71% below RV",
"averageSuburbSalePrice": "$762K",
"ratingValuation": "$320,000",
"ratingValuationAuthority": "Auckland City",
"ratingValuationYear": "2024"
},
"marketActivity": {
"daysOnOneRoof": "220 days",
"oneRoofLastUpdated": "21 March",
"lastSoldPrice": "$189,000",
"lastSoldYear": "2005",
"recentSearchViews": "8,610",
"nearbyOneBedroomListings": "238",
"suburbTotalListings": "625"
},
"contact": {
"telephone": "-"
}
}
}
  • url — Direct link to the property listing.
  • search — Information about the originating search page and pagination.
  • summary — High-level fields ideal for quick scans or cards.
  • detail — Expanded attributes including location breakdown, media, description, and agent contact.

Notes & Limitations

Use this actor responsibly. Always review OneRoof’s terms of service and ensure your data usage complies with relevant laws and policies. For commercial deployments, keep data storage secure and refresh listings regularly to maintain accuracy.

Support

Questions or custom needs? Open an issue on the Issues tab of the actor page in Apify Console and it will be resolved around the clock.

Happy Scraping,

  • Fatih