Find
Search while they type
Send a partial address or full postcode and show up to ten relevant suggestions.
Help customers find a Great Britain address in a few keystrokes. Suggestions are free, then a selected address returns clean form fields, its UPRN and coordinates.
Product preview using clearly fictional address data.
01 Less typing. Better data.
The API keeps the fast search step separate from the detailed retrieval. Your form feels quick, your data stays structured, and you only pay after a customer makes a selection.
Find
Send a partial address or full postcode and show up to ten relevant suggestions.
Select
Each suggestion carries a signed, short-lived ID. No UPRN is exposed before selection.
Retrieve
Return the selected address, practical address lines, postcode, UPRN and coordinates.
02 Built for real forms
Useful fields, predictable billing and a small integration surface.
Fast by design
Find requests cost nothing. A charge is made only after a valid address is successfully retrieved.
Property identity
Connect the chosen address to a stable property identifier and use it across your data workflow.
Location ready
Latitude and longitude arrive with the selected record, ready for mapping and distance checks.
Safer retrieval
Suggestion IDs are signed, tamper-resistant and expire after 30 minutes. Keep your API key on your server.
One integration, more property data
Use the same Property Insights API key for valuations, EPCs, sold prices, boundaries, local data and more.
Browse all property APIs03 Developer friendly
Search for suggestions, then retrieve the chosen result. The response maps neatly to the fields most checkout, onboarding and CRM forms already use.
curl "https://propertyinsights.co.uk/api/v1/address/autocomplete?query=12%20Cedar&limit=6" \
-H "x-api-key: YOUR_API_KEY"
{
"success": true,
"data": [
{
"id": "v1.eyJ1cHJuIjo...signature",
"text": "12 CEDAR LANE, DEMO VILLAGE, ZZ1 1ZZ",
"postcode": "ZZ1 1ZZ"
}
],
"meta": { "count": 1, "chargeable": false }
}04 Clear address API pricing
Suggestions are free. A successful retrieve costs 35 API credits.
05 Compare address providers
Our comparison pages separate verified facts from product positioning, including data sources, identifiers, geographic coverage and pricing models.
06 Good to know
Need a technical answer that is not here?
Talk to usFind requests are free. A successful selected-address retrieval costs 35 API credits. Invalid, missing and expired selections are not charged.
The retrieve response includes a canonical address, address lines, town, postcode, country code, UPRN, latitude and longitude.
The API covers postcode-bearing Ordnance Survey AddressBase Core records in England, Scotland and Wales. Northern Ireland is not currently covered, so we describe the service as Great Britain coverage.
No. The current service uses Ordnance Survey AddressBase Core and identifies addressable properties and their UPRNs. It does not certify Royal Mail deliverability or include PAF Multiple Residence records.
Your Property Insights API key should remain on your server. Have your frontend call a small route in your application, then make the Property Insights request from that server route.
A signed suggestion ID is valid for 30 minutes. Run a fresh autocomplete search if the customer returns to the form later.
Ready? Your form, upgraded