March 27th, 2025

Bug Fix

Modified Response Schema

RealEstateAPI SkipTrace API Updates

Endpoints affected: v1/SkipTrace, v1/SkipTraceBatch , v1/SkipTraceBatchAwait

Release Date: 03.20.2025

๐ŸŽ‰ What's New:

  • Improved Match Accuracy

    Weโ€™ve enhanced our matching algorithms for skip trace lookups, resulting in more accurate and relevant contact information for provided addresses or persons.

  • Response Enrichment

    • Responses schema now includes additional data, such as up to 3 email addresses where available, doNotCall indicator on phone numbers, and a more accurate isConnected indicator driven by phone usage metrics.

    • Response schema now include additional metadata, such as last_seen dates to indicate when demographics or contact details were last updated.

    • The addressHistory array now returns with the personโ€™s previous address instead of an empty array.

    • More accurate and tighter age and dob ranges for demographics profiles.

  • Performance Enhancements

    • Reduced average response time to around 200ms.

    • Improved resilience under high load conditions.

๐Ÿ‘ฉโ€๐Ÿ’ป Deprecations / Changes:

  • addressHistory field is now an array of objects where data is available instead of an empty array.

  • doNotCall field for phone numbers is now a boolean instead of an empty string.

  • lastSeen dates are now filled with the last update date for the given data point instead of empty strings.

๐Ÿ‘พ Bug Fixes:

  • Fixed occasional timeout issues with large batch requests on v1/SkipTraceBatchAwait.