AddressVerify: A Lob Alternative With Property Intelligence
Lob is a strong CASS-certified verification and direct-mail platform. If you also need to know whether an address is a house, what kind, and what it is worth, that is the gap AddressVerify fills.
Let us be fair to Lob, because the honest version matters. Lob is a developer-first platform that unifies address verification with print and direct mail, and its verification API is genuinely strong: USPS CASS certified (currently Cycle O), with delivery point validation, ZIP+4, US autocomplete, international coverage, and a broad set of official SDKs. If your workflow ends in a physical mail piece, Lob is purpose-built for exactly that.
The reason teams still search for a Lob alternative is almost never "Lob is bad at addresses." It is that a validated, mailable address only answers half of the question. Lob confirms the mail will arrive. It does not tell you that the address is a single-family home rather than a warehouse, a duplex, or a PO box, and it has no concept of what the property is worth. For lead qualification, home services, solar, roofing, insurance, and real estate, that second half is the whole point.
AddressVerify is built for that second half. One JSON call returns validation plus the residential property picture: home type, estimated value, and the full expanded block of beds, baths, lot size, year built, tax assessment, and listing history. This page is an honest comparison of where each tool fits.
Lob vs AddressVerify
An honest, capability-by-capability comparison. A green check marks where each tool leads.
| Capability | Lob | AddressVerify |
|---|---|---|
| US deliverability and ZIP+4 | Yes, CASS certified | Yes |
| CASS certification (Cycle O) | Yes | No |
| Delivery point validation (DPV) | Yes | Not the focus |
| International address validation | Yes, separate product | US residential focus |
| Address autocomplete | Yes, US | No |
| Direct mail and print | Yes, core product | No |
| Batch verification | Yes | Per-address REST |
| Residential vs commercial flag | Yes, binary | Yes |
| Property type classification | No | Yes, 7 classes |
| Estimated home value | No | Yes |
| Expanded property data (beds, baths, tax, listing) | No | Yes, same call |
| Homeowner and owner data | No | Yes, Home Verify |
| Real-time REST with JSON | Yes | Yes |
| Pay-as-you-go pricing | Subscription plus overage | Yes, per call |
Why teams evaluate a Lob alternative
You need residential property type, not just a mailable address
Lob returns a binary residential-or-commercial flag, which is useful but stops there. AddressVerify classifies the property into seven residential types so you can route or reject a lead on the property itself, not just on whether mail is deliverable.
You want estimated home value in the same request
Lob does not return a home value because that is not its job. AddressVerify returns an estimated value alongside validation, so you can score leads by buying power without stitching in a second property-data vendor.
You are qualifying leads, not sending mail
Lob optimizes for CASS compliance and physical mail. If your real workflow is "is this a homeowner worth a truck roll or a sales call," a property-aware API answers that question directly.
You want pay-as-you-go pricing and a free tier to test
AddressVerify is pay-as-you-go with 50 API calls a month free and no credit card, so you can benchmark it against your own address list before you commit, without a monthly subscription.
What the response looks like
A single POST returns validation and the residential property picture. Add ?expanded=true for beds, baths, lot size, tax, and listing history.
curl -X POST 'https://api.addressverify.io/service/lookup/address' \
-H 'x-api-key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"address": "1013 Bates Ave, Bakersfield, CA 93307"}'Returns:
{
"address": "1013 Bates Ave, Bakersfield, CA 93307",
"addressValid": true,
"homeType": "SINGLE_FAMILY",
"homeValue": 273900
}Full field list, authentication, and SDKs for JavaScript, Python, Go, and Rust are in the API documentation. See pricing for plan limits.
Where Lob is still the right call
No tool wins everywhere. Here is where we would tell you to stay, or run both.
You send physical mail at scale
Lob unifies CASS-certified verification with print, direct mail, and certified mail in one platform. If the downstream action is mailing something, that is its center of gravity and AddressVerify is not a replacement for it.
You need CASS compliance and DPV
Lob is USPS CASS certified with delivery point validation and ZIP+4. AddressVerify focuses on residential property intelligence rather than postal certification, so if CASS compliance is a hard requirement, keep Lob in that part of your pipeline.
You need international coverage or autocomplete
Lob verifies addresses across many countries and offers US address autocomplete. AddressVerify specializes in US residential addresses and verifies a submitted address rather than suggesting one, so a global footprint or a type-ahead form is a reason to keep Lob.
Lob vs AddressVerify, answered
01Is AddressVerify a drop-in replacement for Lob?
For US residential lead qualification, yes: you swap the endpoint and read a cleaner JSON response that also includes property type and estimated value. For CASS presort, direct mail, international addresses, or autocomplete, Lob remains the better fit, and many teams run both, Lob for the mail stream and AddressVerify for lead qualification.
02What does AddressVerify return that Lob does not?
Residential property type (seven classes), an estimated home value, and an expanded property block with bedrooms, bathrooms, living area, lot size, year built, tax assessment, and listing history, all in the same request that validates the address. Lob returns postal deliverability data and a binary residential flag, not property intelligence.
03Is Lob CASS certified and AddressVerify is not?
Correct. Lob is USPS CASS certified (Cycle O) with DPV and ZIP+4. AddressVerify focuses on residential property intelligence rather than postal certification. If CASS compliance is a hard requirement, keep a CASS-certified tool in that part of your pipeline.
04Can I try AddressVerify before switching?
Yes. The free plan includes 50 API calls a month with no credit card, and the free web tool on this site lets you check addresses immediately. Run your own list through both and compare the responses.
Compare it against your own data
50 free API calls, no credit card. Run your address list through AddressVerify and see the property data Lob does not return.