Realestate com AU
------------------------ `You're in the right place. Just give it a try!` ------------------------ - Realtime-Data exactly like you see on www.realestate.com.au. - Fastest Realestate.com.au API. - Find any property. - Custom endpoint, concurrent requests, priority support. - If you need help using this API for your projects, contact at: `[email protected]`
Realestate com AU endpoints
| Method | Endpoint | Description |
|---|---|---|
| Property Details | ||
| GET |
/details/byaddress /details/byaddress |
INPUT: full property address (e.g. `344 Birrell Street, Bondi NSW 2026`) Get **full property details** by street address. The address is autocompleted against realestate.com.au's… |
| GET |
/details/byurl /details/byurl |
INPUT: realestate.com.au listing URL Get **full property details** from a realestate.com.au listing URL. The 8–9-digit listing id is parsed out of the URL and the call is… |
| GET |
/details/byid /details/byid |
INPUT: realestate.com.au `listingId` (e.g. `150342808`) Get **full property details** using realestate.com.au's `listingId`. Returned in every `/search/*` response (each result… |
| Search Realestate.com.au | ||
| GET |
/search/bypolygon /search/bypolygon |
Search realestate.com.au listings inside an **arbitrary polygon**. Useful for irregular boundaries — neighborhoods, school catchment areas, drawn map regions. The polygon is… |
| GET |
/search/bycoordinates /search/bycoordinates |
Search realestate.com.au listings inside a **circular area** defined by `latitude` + `longitude` + `radius` (km). The circle is converted internally to an axis-aligned bounding… |
| GET |
/search/byzip /search/byzip |
Search realestate.com.au listings by **Australian postcode** (4 digits). Cleaner than `/search/bylocation` when you specifically want a postcode-only search. Supports the **full… |
| GET |
/search/bylocation /search/bylocation |
Search realestate.com.au listings by **free-text location** — suburb, postcode, region, state, neighborhood, or address. Returns paginated listings with `listingId`, address,… |
| GET |
/autocomplete /autocomplete |
realestate.com.au **search-box autocomplete** (`/suggest.realestate.com.au`). Returns ranked suggestions across suburbs, postcodes, regions, states, addresses, and listings —… |
| GET |
/search/byurl /search/byurl |
Run the search that a realestate.com.au **search URL** represents. The channel (`buy` / `rent` / `sold`) + location slug + filter slug are parsed into the friendly query-builder… |
Realestate com AU pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 5 / second |
|
| ULTRA | $60 / month | 25 / second |
|
| MEGA Recommended | $250 / month | 50 / second |
|