Free, Pro, and Enterprise API tiers

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.

3 to 100 requests/day
API key auth
JSON responses

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

3 developer API requests per day and 1 API key

3 requests per day
1 requests per minute
1 API key
3 rows max page size
Credit unlocks available separately
Detailed analysis and construction predictions charged at standard rates

Paid API tier

Pro

Popular

$29/mo

30 developer API requests per day, 3 API keys, 10 credits/month, and 25% off paid analysis tools

30 requests per day
5 requests per minute
3 API keys
25 rows max page size
10 included credits/month
25% off detailed analysis and construction cost predictions

Paid API tier

Enterprise

$99/mo

100 developer API requests per day, 10 API keys, 50 credits/month, and 50% off paid analysis tools

100 requests per day
20 requests per minute
10 API keys
100 rows max page size
50 included credits/month
50% off detailed analysis and construction cost predictions

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

All data unified under /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/search
  • GET /v1/suburbs/
  • GET /v1/status
  • GET /v1/openapi.json

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

  1. 1Search by address, suburb, or postcode to find matching property records.
  2. 2Load core property facts, suburb metrics, and nearby context for a result page.
  3. 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 address search and suburb list. Pro unlocks property detail, sale history, and larger result sets.

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.

GET
/v1/properties/search?q=paddingtonFree

Search properties by address

GET
/v1/properties/suggest?q=padPro+

Address autocomplete suggestions

GET
/v1/properties/{id}Pro+

Get property details (structured address, listing, suburb stats)

GET
/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"
Response (200 OK)
{
  "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

1

Sign Up Free

Create a Propertylens Australia account. No credit card required.

2

Generate API Key

Head to the developer dashboard and create your API key instantly.

3

Start Querying

Pass your key via X-API-Key header. Upgrade when you need Pro+ endpoints.

API Limits & Billing

Tier Limits

  • Free3/day · 1/min
  • Pro30/day · 5/min
  • Enterprise100/day · 20/min

Authentication

  • Auth methodX-API-Key header
  • Response formatJSON
  • Rate limit headersIncluded

Keys & Page Sizes

  • Free1 key · 3 rows
  • Pro3 keys · 25 rows
  • Enterprise10 keys · 100 rows

Billing

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.

Partner / OEM research packaging

Build inspection apps, buyers-agent tools, or conveyancing workflows on PropertyLens deep research without inventing a fourth subscription tier. Use Enterprise API access + credit overage.

  • Base: Enterprise API ($99/mo) — 100 req/day, 10 keys, 50 credits/mo, 50% premium discount on web tools.
  • Research calls: flat 10 credits per run via POST /api/v1/research/start.
  • Overage: top up with credit packs; failed jobs auto-refund.
  • Rights: derivative research outputs only — scraped listing redistribution is not licensed.

Tell us what you're building

Self-serve tiers validate demand. For higher volume, custom extracts, or white-label feeds, book a discovery chat: we confirm data rights before any quote.

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.