2026July 2026

July 2026 Release Log

| This month, we're excited to introduce two major improvements designed to make working with Datafiniti even easier for developers and modern AI-powered applications.  # New to Datafiniti## People & Business Data SDKsThe Datafiniti Python SDK now covers all four data types. With the addition of the People Data SDK and Business Data SDK, you can search, count, build queries, and paginate across Property, People, Business, and Product data — all through the same unified, predictable interface. Everything installs from one package and shares the same authentication, retry logic, and query-builder patterns you already know. A few highlights now available across the People and Business SDKs:* Name & keyword search — look people up by first and last name, or businesses by name, with no raw query syntax required.

  • Fluent query builder — chain fields and call .build() to compose queries cleanly.
  • Free counts — get total match counts without downloading records or spending credits.
  • Memory-safe pagination — iterate through large result sets one record at a time.
  • Cross-type linking — use a peopleKey pulled from a property record to retrieve the person behind it.
  • Geolocation search (Business) — run radius searches around any coordinate.Read the docs: People Data SDK → | Business Data SDK →The full package is on PyPI: pypi.org/project/datafiniti-sdk## Improved Address Fuzzy MatchingSearching for properties by address is now significantly more forgiving. Whenever you supply an addressfilter in a property data query, the API automatically applies intelligent fuzzy matching — handling exact, full, and partial addresses without requiring perfectly normalized input. This currently applies to property data address matching only.For an address like 1100 Congress Ave., Austin, TX 78701, all of the following now match:* 1100 Congress Ave
  • 1100 Congress Avenue
  • 1100 Congress Ave, Austin
  • 1100 Congress Ave, Austin, TX 78701That means less preprocessing before you call the API — abbreviations, missing punctuation, minor formatting differences, and small spelling variations are reconciled for you, improving successful match rates. | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
addressautocomplete
addressautocomplete

|  Read about fuzzy matching → ### Why This MattersThese updates focus on enhancing the overall developer experience when working with Datafiniti. With them, you can:* Reduce integration time with one SDK across all four data types.

  • Cut token cost and improve token efficiency in AI workflows.
  • Build AI-powered applications and agents more efficiently.
  • Spend less time normalizing address data.
  • Focus on your application logic instead of API plumbing.## New Data SourcesOur data acquisition team continues to expand coverage across the United States. This month we have onboarded new county-wide property datasets and added product data sources.### New County-wide Property Data SourcesThe following property datasets are currently being onboarded and processed:* Genesee County, New York
  • Allen County, Indiana
  • Orleans Parish, Louisiana
  • Forsyth County, North Carolina
  • Lane County, Oregon
  • Chesterfield County, Virginia
  • Anoka County, Minnesota
  • Davis County, Utah
  • Douglas County, Colorado
  • Westmoreland County, Pennsylvania
  • Waukesha County, Wisconsin
  • Hamilton County, Indiana
  • Marion County, Oregon
  • Somerset County, New Jersey
  • Rutherford County, Tennessee
  • Rockland County, New York
  • Cumberland County, North Carolina
  • Henrico County, Virginia
  • Harris County, Texas (full rebuild)These additions continue to strengthen our nationwide property coverage, giving customers access to even more comprehensive and up-to-date real estate information.### New Product Data SourcesWe refreshed and expanded product coverage across major retailers, plus broadened our Shopify coverage:* Wayfair, Costco, H&M, and Lowe's product data updated
  • Shopify URL list expansion - over 10,000 URLs added | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ## Coming SoonUSPS Address Matching StandardDatafiniti is changing its matching standard to the USPS address matching standard.* Standardized address formatting suggestions.
  • Improved handling of partial inputs.
  • Faster query construction.
  • Reduced manual normalization.These improvements are designed to help developers build accurate queries more quickly while reducing formatting errors and friction during integration. |