Maximum of 15 searches per day
Integrate Address Autocomplete on any website with our Autocomplete Plugin
Or use our Address Autocomplete JSON API directly
See Postcode Lookup for our postcode based address finder tool
Receive address suggestions as you type. Median response time less than 100ms
Handles spelling mistakes, handy if you are unsure how an address is spelt
Accepts abbreviations like rd
(Road), st
(Street) and wy
(Way)
Handles accidental switching of letters like Liecester
(Leicester)
Limit your address suggestions against a whitelist of any attribute, like post town, outward code or country
Limit your address suggestions to a bounding geospatial box defined by you
Choose between a flexible range of price tiers and licences. No tie-ins, no commitments. Contact us to find a licence that works better for you, or try our API for free
Drop in autocomplete functionality on your web pages, CRM, POS tools & ERP systems. We offer free developer support and additional resources to help you get started
We provide high quality and heavily tested software. It can be deployed anywhere and is readily customisable
Our data is updated daily using Royal Mail's PAF dataset. Get access to the UK's most accurate and reliable address database
Our Address Finder plugin has accessibility standards (WAI-ARIA 1.0, 1.1) and other enhancements built in to cater to visually impaired users
Our Address Finder API is designed from the ground up to be fast with median and 99th percentile response times under 20ms and 90ms respectively
Make full use of address data with cost-effective licensing for public sector organisations
Implement tools in your app or client projects. Register and monitor your client’s usage through modern and simple licensing options
Small charities can benefit from cost-effective plans to increase website donations, gift aid registration and to speed up in-person collection
You can easily integrate our solutions to your internal data tools such as a CRM, Point of Sale system or custom application
const { Client } = require("@ideal-postcodes/core-node");
const client = new Client({ api_key: "iddqd" });
const response = await client.autocomplete.list({
query: {
query: "221b bake",
api_key: "iddqd"
}
});
response.body.result.hits;