PostcodeScout for Business
UK postcode data, straight into your product
One API for house prices, crime and demographics by postcode, built on the same official government data as our consumer reports. Drop it into underwriting, listings, or risk tools in an afternoon.
curl https://api.postcodescout.co.uk/v1/postcode/SW1A%201AA
{
"postcode": "SW1A 1AA",
"outcode": "SW1A",
"incode": "1AA",
"introducedDate": "1980-01",
"coordinates": {
"latitude": 51.50101,
"longitude": -0.141563
},
"geography": { ... },
"services": { ... },
"census": [ ... ]
}Endpoints
Three endpoints
GET /v1/postcode/{postcode}
Postcode Details
Geographic, service, census, and coordinate data for any active full UK postcode.
GET /v1/postcode/autocomplete
Postcode Autocomplete
Suggests full postcodes as the user types a partial postcode.
GET /v1/house/price/trends
House Prices
Historical sold price trends — median and interquartile mean prices by year, property type, and postcode outcode.