Address Verification
Verifies, corrects and enriches address data to the highest level of precision and confidence, globally and at scale.
Get started
Our Verify engine will parse, match, format, transliterate and enrich partial and complete address records into valid and verified addresses.
The superior capability of our AI parsing engine to identify location elements and remove noise in the input data significantly improves address match rates and uplift precision in existing as well as hard-to-address markets.
Our Verify API is architected to run on any application and scale to meet global needs, delivering cloud-native, low-code, platform agnostic and horizontally scalable options perfect for larger-scale Big Data deployments. .
Our address verification solution will verify, correct and enrich addresses for 249 countries and territories, all via a single API.
Our Verify engine will perform certified data processing for postal authority-approved address verification in the U.S., Canada and Australia, returning addresses formats that are CASS, AMAS and SERP certified.
We combine the most curated premise-level address data with the most sophisticated parsing and matching technology in the world, resulting in verified addresses to the most precise local formats.
Our Address Verification Codes provide information about the completeness of each input record, the level of verification and enrichment that could be achieved, and the amount of change that was needed to reach that level of verification.
Our AI parsing engine delivers unrivalled address match rates and uplift capability in established as well as hard-to-address markets where input data is ambiguous or incomplete.
Our geocoding gives you the capability to append latitude and longitude coordinates to verified addresses, further enhancing the precision and value to any geospatially-aware application.
Verify integrates seamlessly and quickly into any global system.
Go to developer hub See APIs
var url = "https://api.addressy.com/EmailValidation/Interactive/Validate/v2.00/json3.ws&Key=AA11-AA11-AA11-AA11&Email=email@domain.com&Timeout=100";
var http = new XMLHttpRequest();
http.open('POST', url, true);
http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
http.onreadystatechange = function() {
if(http.readyState == 4 && http.status == 200) {
var response = JSON.parse(http.responseText);
if (response.Items.length > 0 && typeof(response.Items[0].Error) == "undefined") {
//Your validation results
}
}
}
}
http.send(params);
"We implemented address verification from Loqate across three of our hotel brands websites and found it significantly benefited our conversion rates."
"Working with Loqate has helped Rank Group reduce marketing expenditure by £500,000 per year."
"We know that address validation has helped improve the customer journey, which has had a positive impact on conversion"
"Loqate's type-ahead addressing technology is highly intuitive and predictive which makes it ideal for customers on the move using mobile phones"
"It's crucial to populate web forms with accurate delivery address details to ensure we meet customer expectations and deliver on our promise of 100% happiness guaranteed."