Skip to content
@AddressVerify-io

AddressVerify

Real-time U.S. residential address verification, home-type classification & property-value data — one simple API.

AddressVerify

Real-time U.S. residential address verification, home-type classification, and property-value data — one simple API.

Website · API Docs · Get an API key · Status


AddressVerify (addressverify.io) is an address-verification API built for marketing, lead-quality, and home-services teams. A single request tells you whether a U.S. residential address is real and deliverable, what kind of home it is, and what it's worth — with optional expanded property data (beds, baths, living area, year built, lot size, tax assessment, and listing status).

// POST https://api.addressverify.io/service/lookup/address
{
  "address": "1013 Bates Ave, Bakersfield, CA, 93307",
  "addressValid": true,
  "homeType": "SINGLE_FAMILY",
  "homeValue": 273900
}

Official SDKs

Language Package Repository
JavaScript / TypeScript @addressverify/sdk addressverify-js
Python addressverify addressverify-python
import { AddressVerify } from "@addressverify/sdk";

const av = new AddressVerify({ apiKey: process.env.ADDRESSVERIFY_API_KEY! });
const result = await av.verify("123 Main St, New York, NY 10001");
// → { addressValid: true, homeType: "SINGLE_FAMILY", homeValue: 273900 }

Why AddressVerify

  • 🏠 Residential focus — classifies SINGLE_FAMILY, MULTI_FAMILY, APARTMENT, CONDO, TOWNHOUSE, MANUFACTURED, and LOT
  • 💰 Property values — estimated home value plus expanded property, tax, and listing data
  • Fast & simple — one REST endpoint, single- or multi-line input, JSON in/out
  • 🆓 Free to start — 100 API calls/month, no credit card required

Get started

  1. Create a free account at app.addressverify.io
  2. Grab your API key from the dashboard
  3. Install an SDK above (or call the REST API directly)

© AddressVerify · addressverify.io

Popular repositories Loading

  1. addressverify-js addressverify-js Public

    Official TypeScript/JavaScript SDK for the AddressVerify API — validate residential addresses, classify home types, and get property values.

    TypeScript

  2. addressverify-python addressverify-python Public

    Official Python SDK for the AddressVerify API — validate residential addresses, classify home types, and get property values.

    Python

  3. .github .github Public

    AddressVerify organization profile & community health files.

  4. addressverify-go addressverify-go Public

    Official Go SDK for the AddressVerify API — validate residential addresses, classify home types, and get property values.

    Go

  5. addressverify-rust addressverify-rust Public

    Official Rust SDK for the AddressVerify API — validate residential addresses, classify home types, and get property values.

    Rust

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…