Homes.co.nz $1π° URL | Search | Property Scraper
Pricing
from $1.00 / 1,000 results
Homes.co.nz $1π° URL | Search | Property Scraper
From $1/1K. Scrape Homes.co.nz listings via search or URL. Supports multiple locations or links per run with forward pagination. Extract enriched data, including property details, agents, branch info, valuations, media, open homes, and filters for status, price, beds, and baths.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
AbotAPI
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Homes.co.nz Scraper
Collect rich residential listing data from homes.co.nz using structured site data.
What it does
- Supports
searchmode from plain location names such asWellington. - Supports
urlmode for detail URLs and map URLs. - Accepts multiple locations or multiple URLs in one run.
- Advances forward across structured result pages without relying on DOM pagination.
- Pulls structured listing data directly from the site's underlying data sources.
- Enriches each listing with property card data, agent and branch details, title metadata, valuations, media, and open home schedules.
- Applies structured filters for listing status, bedrooms, bathrooms, and price range.
- Supports output sorting by publication time or numeric price when available.
Why this actor is different
The actor is structured-data first:
- Detail pages are resolved from the page's server-rendered state and then enriched with listing data.
- Map pages are resolved from the page's server-rendered state and then expanded into individual listings.
- Property enrichment adds valuation, title, branch, and agent data.
That keeps extraction faster and more stable than page-structure parsing.
Input
mode:searchorurllocations: one or more location names for search modeurls: one or more Homes detail or map URLs for URL modelistingStatus:for_sale,for_rent,just_sold, oroff_marketminBedrooms,minBathrooms,minPrice,maxPrice: structured query filterssortBy: default ordering, newest, oldest, highest price, or lowest pricemaxListings: maximum number of listings to outputmaxPages: maximum output pages per search targetpageSize: listings to emit per output pagemaxMapItems: maximum listing candidates to collect from each map URL before detail enrichmentfetchPropertyCards: whether to include extra property enrichmentincludeRawApiResponses: include raw structured payloads in output for debugging
Output highlights
Each item contains the standard listing fields plus richer structured sections such as:
openHomesimagesmediaagentsbranchpropertyDetailsvaluationsestimatestitleRecordsourceEndpointsseedContext
Notes
- This actor is tuned for structured site data first.
- If a Homes URL changes shape, the fallback is still the page's embedded state rather than page selectors.