The U.S. address infrastructure, maintained by the United States Postal Service (USPS), supports over 160 million delivery points with unmatched geographic coverage. It powers everything from e-commerce and emergency services to financial compliance and voter registration.
A simple business address might look like the below example.
"address": {
"address_line_1": "Experian", // Lines 1-3 contain flexible delivery information
"address_line_2": "1 Main St", // like organisation, street, PO Box, etc
"address_line_3": "",
"locality": "OAKTON", // City
"region": "VA", // State abbreviation
"postal_code": "12345-6789", // ZIP+4
"country": "UNITED STATES OF AMERICA" // Country name
}
The US address dataset is a comprehensive and standardized database built on authoritative sources, primarily the United States Postal Service (USPS). It includes validated address components such as ZIP+4 codes and delivery point verification (DPV), ensuring high accuracy for mail delivery, customer onboarding, and regulatory compliance.
Number of addresses
Country ISO3 | usa |
Dataset identifier | us-address |
Data source | United States Postal Service |
Update frequency | Monthly |
This dataset is particularly valuable for organizations operating in the U.S. that require reliable address data for logistics, marketing, fraud prevention, and customer engagement. Industries such as e-commerce, financial services, healthcare, utilities, and government benefit from its ability to reduce undeliverable mail, improve user experience, and meet compliance standards like KYC and AML.
Include us-address
in the datasets
array within your /Search, /Validate or /Lookup request. See an example of a partial /Search request and response structure below.
Request | Response |
---|---|
|
|
TODO
Credit usage
Dataset identifier | usa_regional_geocodes |
Data source | TODO |
Update frequency | TODO |
TODO
Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section or within a custom layout. Find detailed information about the available elements for the usa_regional_geocodes
Enrichment set below.
Name | Attribute | Description |
---|---|---|
TODO | TODO | TODO |
EXAMPLES