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

Property data API
for sourcers.

Comps, price distributions, live listings, and agent market data in one API. Build automated deal finders and BMV screeners without scraping portals or maintaining data pipelines.

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

200
Comps per call (0.5mi radius)
30yr
Land Registry price history
5
Price distribution buckets per outcode
2 calls
for a complete BMV analysis

What's in the Sourcing Package

Core Property + Market & Pricing modules. Everything a sourcer needs to find, screen, and evaluate deals — without manual portal research.

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 type to build tighter comp sets.

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

Price distributions

5-bucket price histogram for any outcode. Know exactly where a property sits in the market — top 20%, bottom 20%, median. Quantify the discount.

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

Price trends

Monthly median prices by outcode, 12-month rolling window with volatility score. Know if an area is rising, falling, or stagnant before you commit.

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

Live listings

Active inventory by postcode with Sold STC status. Identify stale listings, motivated sellers, and properties that have been reduced — before the rest of the market.

GET /api/live-listings/search/
Core Property · 1 call

Property record

Bedrooms, bathrooms, property type, floor area, construction year, garden, parking, and sold price history. The due diligence layer for every deal you evaluate.

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

Agent market stats

Days on market, price reduction rates, and active stock levels by postcode. Spot areas where seller motivation is high and time-on-market is long.

GET /api/agent_stats/{uprn}/

Sourcing for development potential? Upgrade to Pro.

Pro (£349/month) unlocks Planning & Land — planning application history, approval rates by LPA, and Land Registry title data. Find permitted development opportunities and screen for consent before they hit the market.

View Pro plan →

Build a BMV screener in three calls

Address → UPRN → comparables + price distributions. Is the asking price genuinely below market? Answer that in one function call.

BMV screen — 3 API calls
# Step 1 — resolve address to UPRN (2 calls)
curl "https://api.homedata.co.uk/api/address/find/?q=14+Oak+Avenue+Manchester"

# Step 2 — comparable sales within 0.5 miles (2 calls)
curl "https://api.homedata.co.uk/api/comparables/100023456789/" \
  -H "Authorization: Api-Key YOUR_API_KEY" \
  # filter to same type, sold in last 18 months
  # returns sold_let_price, distance_meters, epc_floor_area

# Step 3 — price distribution for the outcode (1 call)
curl "https://api.homedata.co.uk/api/price_distributions/M20/" \
  -H "Authorization: Api-Key YOUR_API_KEY"
  # returns 5 buckets with min/max/count — plot where asking price sits

Sourcing Package pricing

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

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