Release Date: June 2026
We are excited to announce the launch of our new Reverse Skip Trace API endpoints, now available for all BatchData API customers. This powerful new feature allows you to identify persons and their associated property addresses by searching with phone numbers or email addresses.
What's New
The Reverse Skip Trace API provides the opposite functionality of our traditional skip trace service. Instead of starting with a property address to find contact information, you can now start with contact information to find people and their properties. This opens up new possibilities for customer identification, lead qualification, and data enrichment workflows.
The API supports both synchronous and asynchronous processing modes to handle workloads of any size efficiently.
Use Cases
Lead Qualification: Verify and enrich leads by identifying property ownership from contact information
Customer Identification: Match phone numbers or emails to property owners for verification
Data Enrichment: Append property information to existing contact records
Reverse Lookups: Identify who owns properties based on phone or email contacts
Portfolio Analysis: Connect contact information to property portfolios
Inputs Accepted
The Reverse Skip Trace API accepts the following inputs:
Phone number only: Search by phone to identify persons and their properties
Email address only: Search by email to identify persons and their properties
Both phone and email: Combine both inputs for increased match accuracy
Each request can process up to 100 search items in batch mode.
Pricing
Reverse Skip Trace uses a per-match billing model - you're only charged for successful matches, not for searches that return no results.
Both Pay-As-You-Go (PAYG) and subscription tiers are available. For current pricing and tier details, please visit our pricing page:
Getting Started
To use the Reverse Skip Trace API:
Enable Access: Ensure your API token has the
property-reverse-skip-trace-v3ability enabledChoose Your Endpoint:
Synchronous:
POST /api/v3/property/reverse-skip-traceAsynchronous:
POST /api/v3/property/reverse-skip-trace/asyncFormat Your Request: Provide phone and/or email in the request body
Process Results: Each response includes matched persons with their contact details and associated properties
Example Request
{
"requests": [
{
"phone": "5555551234",
"email": "customer@example.com"
}
],
"options": {
"includeTCPABlacklistedPhones": true,
"dateFormat": "iso-date-time"
}
}
Example Response
The API returns comprehensive person and property information including: - Full name and also-known-as (AKA) names - Multiple phone numbers with carrier, type, and compliance flags - Email addresses - Associated property address and ownership details - TCPA litigator and deceased status indicators
API Reference Link
For complete API documentation including request/response schemas, error codes, and additional examples, please visit our developer documentation at:
Support
If you have any questions or need assistance getting started with the Reverse Skip Trace API, please contact our support team at support@batchdata.com or through the in-app chat.
We're excited to see how you leverage this new capability to enhance your workflows and look forward to your feedback!
