suburbs_sales_recent
Properties sold in the suburb over the last 3 years, with beds/baths/land size, sale price and date, and coordinates.
Paginated: total reports how many sales are available for the suburb
(counted before limit/offset), so you can page through the full feed.
Flat price per call regardless of page size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Sales to return (default 20, max 200). | |
| offset | No | Row offset — page through the feed with `limit`. | |
| suburb_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The endpoint's payload, or `null` when Microburbs has no value. | |
| reason | No | Machine-readable slug naming the no-data condition (e.g. `no_avm_for_GANSW704074813`). Stable per endpoint. Omitted on success. | |
| message | No | Human-readable explanation. Omitted on success. | |
| available | No | `false` on no-data responses. Omitted on success — branch on `data !== null` if you want a single discriminator. |