Australian Property Data API
One unified API for Australian property data: property records, sale history, suburb metrics, planning context, cadastral data, ABS demographics, rate indicators, and AI prediction outputs. Start free, then upgrade when you need higher limits and gated data.
Live
Properties
8
Source Categories
Tracked
API Usage
API Plans Built Into the Platform
The same tiers are enforced by API keys, rate limits, endpoint access checks, and Stripe billing. Upgrade when your app needs more calls, more keys, or gated endpoint groups.
Starter tier
Free
$0/mo
5 developer API requests per day and 1 API key
Paid API tier
Pro
$29/mo
500 developer API requests per day, 5 API keys, 10 credits/month, and 25% off paid analysis tools
Paid API tier
Enterprise
$99/mo
5,000 developer API requests per day, 20 API keys, 50 credits/month, and 50% off paid analysis tools
Verified Source Categories, One API
We normalize available property records, government/open datasets, market indicators, and model outputs so you do not have to stitch them together.
Property Records
Core Property Data
Listing Records
Listings & Sales
Council Open Data
Planning & Zoning
ABS Census
Demographics
QLD Cadastre
Lot Boundaries
Planning Alerts
Development Apps
RBA
Interest Rates
AI Predictions
Model Outputs
/api/v1/Paygates & Access Rules
API keys are checked on every `/api/v1` request. The tier controls daily quota, burst rate, page size, endpoint access, and whether a credit unlock is required.
Free Endpoints
The free tier is intentionally narrow so users can test the API without exposing the full database.
GET /v1/properties/searchGET /v1/properties/{id}GET /v1/suburbs/
Pro+ Gated Data
Sales, auctions, market history, planning data, GeoJSON, and larger pages require Pro or Enterprise.
- Pro page size50 rows
- Enterprise page size200 rows
- Blocked response402 upgrade
Paid Analysis Tools
API subscriptions do not make detailed analysis or construction predictions free. Paid tiers reduce the charge when users buy or spend credits.
- Prediction unlock1 credit/property
- Pro discount25% off
- Enterprise discount50% off
Detailed API Use Cases
Practical patterns for turning PropertyLens data into apps, dashboards, due diligence tools, and internal data workflows.
Let users search properties, compare suburbs, and move from a broad market view into individual property records.
How teams use it
- 1Search by address, suburb, or postcode to find matching property records.
- 2Load core property facts, suburb metrics, and nearby context for a result page.
- 3Upgrade to sales history and larger page sizes when users need deeper due diligence.
Useful endpoints
/v1/properties/search/v1/properties/{id}/v1/properties/{id}/sales/v1/suburbs/Plan guidance
Free covers basic discovery. Pro or Enterprise unlocks sale history, larger result sets, and richer suburb detail.
API Endpoints
7 endpoint groups covering properties, suburbs, sales, market data, planning constraints, GeoJSON, and AI predictions. Badges show whether each route is Free, Pro+, or credit-gated.
/v1/properties/search?q=paddingtonFreeSearch properties by address
/v1/properties/{id}FreeGet property details
/v1/properties/{id}/salesPro+Get sale history
Quick Start
Get started in under a minute. Sign up, grab your API key, and test a free endpoint before upgrading for gated data.
curl -H "X-API-Key: pl_your_key_here" \
"https://app.propertylens.au/api/v1/suburbs/?zone=West"{
"suburbs": [
{
"id": 22,
"name": "Paddington",
"postcode": "4064",
"zone": "West",
"median_price": 1425000,
"growth_1yr_pct": 8.2,
"rental_yield_pct": 3.1,
"avg_days_on_market": 28,
"distance_to_cbd_km": 2.5
},
{
"id": 23,
"name": "Bardon",
"postcode": "4065",
"zone": "West",
"median_price": 1285000,
"growth_1yr_pct": 6.7,
"rental_yield_pct": 3.4,
"avg_days_on_market": 32,
"distance_to_cbd_km": 4.2
}
],
"count": 2
}How It Works
Sign Up Free
Create a Propertylens Australia account. No credit card required.
Generate API Key
Head to the developer dashboard and create your API key instantly.
Start Querying
Pass your key via X-API-Key header. Upgrade when you need Pro+ endpoints.
API Limits & Billing
Tier Limits
- Free5/day · 2/min
- Pro500/day · 30/min
- Enterprise5,000/day · 100/min
Authentication
- Auth methodX-API-Key header
- Response formatJSON
- Rate limit headersIncluded
Keys & Page Sizes
- Free1 key · 10 rows
- Pro5 keys · 50 rows
- Enterprise20 keys · 200 rows
Billing
- Free tierNo card required
- Paid tiersStripe checkout
- Credit packsAvailable separately
Detailed Analysis & Construction Predictions Stay Paid
API plans increase access and include some monthly credits, but detailed analysis and construction cost predictions remain paid premium tools. Pro users receive a 25% discount and Enterprise users receive a 50% discount.
- Free tier can test basic search, suburb listing, and single-property lookup
- Individual property predictions still cost credits to unlock
- Discounts apply to detailed analysis and construction cost prediction charges, not raw API quotas
Paid API plans include monthly credits, and extra discounted usage or credit packs are available from billing.
Start Building with Australian Property Data
Start on the free tier, then move to Pro or Enterprise when your app needs higher limits and gated endpoint groups.