Address Validation
Real-time Address Validation & Lookup
Type ahead address validation powered by address data drawn from the most trusted and verified local and global address data sources available.
Book a demo
Like this? Trial it in your business.
Keep trying the demoInstant. Authoritative. Accurate.
Zone in on worldwide location and display a result within just three keystrokes, in as quickly as 50 milliseconds. Never worry about the accuracy of a location again.
- Reduce failed deliveries
- Eliminates human errors
- Easier customer experience, with address data entry reduced by 78%
The most curated location data in the world
We combine global datasets with local expertise and market leading technology to curate unparalleled world class location data. We make data make sense.
- 250 countries and territories
- 180 postal formats
- Enriched location data
Book a Demo
Golden customer record
Capturing a clean correct address is the first step in gathering accurate location data. Ensuring you are empowering customers to find the right location improves downstream operations.
- Clean & accurate location data
- Reach your customers & reduce churn rate
- Enrich & standardise your data
Build the most accurate address data with Address Lookup
With address verification across 250 countries and territories, 6,500 languages and 8 global character sets, you only need one checkout form for customers, wherever they are in the world.
We’re the only location data specialist to curate our data, meaning we combine global data sets with local expertise and market leading technology to give the most comprehensive selection of data available.
Our single-line type ahead search uses location biasing to return the address closest to the customer based on their physical location, within just three keystrokes.
Ringfence geographical areas to capture only the information that serves you best, reducing the risk of operational problems further down the line.
We’re constantly improving our tech, and our reliable platform means you don’t need to worry about scalability, security or outages, even during peak times.
Unique ‘fuzzy matching’ technology automatically amends customer mistakes like typos, missing letters or spelling errors, so even if the entry isn’t perfect, the results will be.
New Feature: Parcel Locker Plus
Did you know? 73% of consumers prefer knowing their parcel collection options before making a purchase.
Your customers can choose from 5,200+ collection points Australia wide, including Parcel Lockers, Post Offices locations and retail partner locations.
"The Loqate address validation system has been instrumental in improving our ecommerce conversion rates, reducing cart abandonment rates and significantly reducing incorrect address entry by our customers."
"Loqate is a trusted partner to IBM, we do a lot of business together on behalf of our joint clients. Loqate delivers trusted technology, good support and I would recommend them."
"At BT we live by our values - simple, personal and brilliant - Loqate embodies all three. It's a perfect partnership."
"Integrating our WooCommerce ecommerce platform with Loqate’s address validation service has significantly reduced the number of failed order deliveries, with a substantial saving in shipping costs each month and a better customer experience overall."
"We know that address validation has helped improve the customer journey, which has had a positive impact on conversion"
"Loqate’s address validation service was easy to integrate into our customers’ ecommerce website checkouts. It provides our customers’ with a slim-line checkout which improves conversion rates and grows revenue."
"Using Loqate has helped us to reduce failed deliveries and improve the customer journey significantly."
Start your free trial today
Check out Loqate in action with a 30-minute demo tailored to your needs. Connect with our data experts now.
- See product in action
- Get personalised recommendations
- No commitment whatsoever
- 30 minute demo
Perfect for anyone looking to test Loqate’s key features.
- Capture accurate addresses
- Validate contact data (email & phone)
- No credit card required
- Customer support
- Cancel anytime
Get started free
You get free lookups for 30 days to trial our address validation wherever you like.
Our free trial is truly free. We don't request payment details up front and the trial period ends automatically.
Sign up for any of our annual plans when you're done testing or get in touch to discuss pricing options.
Developer resources
Wherever you are and whatever you need, using our solutions is simple. Our APIs seamlessly integrate into any global system, so you can be up and running in minutes.
Developers Hub
const url = "https://api.addressy.com/Capture/Interactive/Retrieve/v1.20/json3.wss&Key=AA11-AA11-AA11-AA11&Id=GBR|52509479";
fetch(url, {
method: 'POST',
headers: {
'Content-type': 'application/x-www-form-urlencoded'
}
})
.then(response => response.json())
.then(data => {
if (data.Items && data.Items.length > 0 && typeof(data.Items[0].Error) === "undefined") {
// Your address results e.g. console.log(data.Items[0].Line1);
}
})
.catch(error => console.error('Error fetching data:', error));