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.
What's in the Agent Package
Core Property + Market & Pricing modules. Everything an estate agent platform needs — address lookup through to market intelligence.
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}/
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}/
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/
Agent market stats
Active listings, average days on market, and price change stats by postcode. Power competitive analysis dashboards.
GET /api/agent_stats/{uprn}/
Property record
Bedrooms, bathrooms, property type, floor area, construction year, garden, parking, and sold price history for any UPRN.
GET /api/properties/{uprn}/
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.
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.
- Address lookup (find 2 calls, retrieve 5)
- Property records + EPC
- Build and test locally
- Everything in Free
- Comparable sales
- Price trends + distributions
- Live listings
- Agent market stats
- Everything in Growth
- Planning applications
- Risk & environment data
- Land Registry titles