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.
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.
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}/
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}/
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}/
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/
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}/
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.
# 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.
- Address lookup (find 2 calls, retrieve 5)
- Property records
- Build and test locally
- Everything in Free
- Comparable sales
- Price distributions + trends
- Live listings + agent stats
- 10,000 calls/month
- Everything in Growth
- Planning applications
- Risk & environment data
- Development plays unlocked