Replacing getAddress.io? Free drop-in replacement →
Agent Package · Growth £149/month

Property data API
for estate agents.

Comps, price trends, live listings, EPC ratings, and agent market stats — all from one API. Build valuation tools, market reports, and client dashboards without manual lookups or maintaining data pipelines.

Free tier: 100 calls/month. No credit card required.

29M+
UK residential properties
30yr
Land Registry price history
0.5mi
Comparables search radius
1 call
per comparable set (up to 200)

What's in the Agent Package

Core Property + Market & Pricing modules. Everything an estate agent platform needs — address lookup through to market intelligence.

Market & Pricing · 2 calls

Comparable sales

PostGIS 0.5-mile radius search. Up to 200 comps per call, sorted by bedroom match. Filter by type, date, and event.

GET /api/comparables/{uprn}/
Market & Pricing · 1 call

Price trends

Monthly median asking prices by outcode, 12-month rolling window with volatility score. Show clients where the market is heading.

GET /api/price_trends/{outcode}/
Market & Pricing · 1 call

Live listings

Active market inventory by postcode. Returns latest_price, property_uprn, and listing_property_type for each active listing.

GET /api/live-listings/search/
Market & Pricing · 1 call

Agent market stats

Active listings, average days on market, and price change stats by postcode. Power competitive analysis dashboards.

GET /api/agent_stats/{uprn}/
Core Property · 1 call

Property record

Bedrooms, bathrooms, property type, floor area, construction year, garden, parking, and sold price history for any UPRN.

GET /api/properties/{uprn}/
Core Property · 1 call

EPC rating

Current and potential energy efficiency scores, floor area, and last assessment date. Required field for rental listings from 2025.

GET /api/epc-checker/{uprn}/

Build a comparable evidence report

Address → UPRN → comparables + price trends. Three calls. Everything a RICS-standard valuation needs as supporting evidence.

Step 1 — find the UPRN from a typed address
curl "https://api.homedata.co.uk/api/address/find/?q=42+Church+Road+Bristol" \
  # address/find — 2 calls (no API key needed for public endpoint)
  # returns suggestions[] with uprn, address, postcode

# Step 2 — pull comparable sales
curl "https://api.homedata.co.uk/api/comparables/100023456789/" \
  -H "Authorization: Api-Key YOUR_API_KEY"
  # ?count=20&property_type=Semi-Detached&event_type=sold

# Step 3 — outcode price trend
curl "https://api.homedata.co.uk/api/price_trends/BS6/" \
  -H "Authorization: Api-Key YOUR_API_KEY"

Agent Package pricing

Transparent call weights — most property data costs 1 call, address find is 2 calls, retrieve is 5. Know your API costs before you write a line of code.

Free
100 calls/month · Core only
  • Address lookup (find 2 calls, retrieve 5)
  • Property records + EPC
  • Build and test locally
Get started
Agent Package
Growth · £149/mo
10,000 calls · Core + Market
  • Everything in Free
  • Comparable sales
  • Price trends + distributions
  • Live listings
  • Agent market stats
Get started free →
Pro · £349/mo
50,000 calls · All modules
  • Everything in Growth
  • Planning applications
  • Risk & environment data
  • Land Registry titles
View all plans