# BatchData ## Overview BatchData is an API-first real estate data platform. We deliver property, ownership, and contact data for U.S. real estate through REST APIs (synchronous and webhook-delivered asynchronous), push-based property monitoring with webhook / AWS Kinesis / Azure Event Hub delivery, and a hosted Model Context Protocol (MCP) server for AI agent integration. Customers include real estate investors, PropTech developers, mortgage lenders, real estate agents, home-service providers, insurance companies, and AI applications. ## Core Platform - Homepage: https://batchdata.io/ - Pricing: https://batchdata.io/pricing - Solutions Overview: https://batchdata.io/solutions ## Core Products - MCP Server: https://batchdata.io/mcp-server - Smart Search (event-driven property monitoring): https://batchdata.io/smart-search - Property Enrichment: https://batchdata.io/property-enrichment - BatchRank (property scoring dataset): https://batchdata.io/batchrank ## Developer Resources - Developer Portal Home: https://developer.batchdata.com/ - Getting Started -- Welcome to BatchData: https://developer.batchdata.com/docs/batchdata/welcome-to-batchdata - API Reference V1: https://developer.batchdata.com/docs/batchdata/batchdata-v1 - API Reference V2 (includes Property Subscription): https://developer.batchdata.com/docs/batchdata/batchdata-v2 - API Reference V3 (includes V3 Skip Trace): https://developer.batchdata.com/docs/batchdata/batchdata-v3 - Data Dictionary: https://developer.batchdata.com/docs/batchdata/ZG9jOjM3NzA5MjQx-data-dictionary ## AI Integration Resources - LLMs Overview (concise API summary for AI assistants): https://developer.batchdata.com/docs/batchdata/llms-overview - LLMs Comprehensive Reference (full endpoint reference for AI assistants): https://developer.batchdata.com/docs/batchdata/llms-comprehensive-reference - MCP Server (Model Context Protocol for AI agents): https://batchdata.io/mcp-server ## Key Use Cases - Skip Tracing (find owner contact info -- phones, emails, addresses): https://batchdata.io/solutions - Lead Generation via event-driven property monitoring: https://batchdata.io/smart-search - Property Research & Enrichment: https://batchdata.io/property-enrichment - Property Scoring with the BatchRank dataset: https://batchdata.io/batchrank ## Reports & Insights - Reports Overview: https://batchdata.io/reports - Market Reports (state and county market data by report type and period): https://reports.batchdata.io/market-reports/ - Investor Pulse Reports, Q1 2026 and later (quarterly investor activity by national, state, and county): https://reports.batchdata.io/investorpulse-reports/ - Investor Pulse Reports, Q4 2025 and earlier (archive): https://batchdata.io/investorpulse-reports/ ## Support - Help Center: https://help.batchdata.io - Developer Support: support@batchdata.com - Sales: sales@batchdata.com ## Notes BatchData's API surface is documented at developer.batchdata.com across three versions (V1, V2, V3). Property APIs include Property Search, Property Lookup (`/property/lookup/all-attributes`), Property Skip Trace (V1 and V3 endpoints), and Property Subscription (V2 -- push-based monitoring with webhook, Kinesis, or Event Hub delivery). Address APIs include Verify, Geocode, Reverse Geocode, and Autocomplete. Phone APIs include Verification, DNC Check, and TCPA Check. Property and Phone APIs offer asynchronous variants (Address APIs are synchronous-only) -- async responses return a `requestId` immediately and deliver full results to a `webhookUrl` you specify in request `options`. There is no polling endpoint; async delivery is webhook-only. Property responses support 14 datasets/projections including `basic`, `core`, `contact`, `valuation`, `mortgage-liens`, `deed`, `permit`, `foreclosure`, `quicklist`, and `batchrank`. The MCP server exposes property search, property lookup, skip trace, comparable property, address verify/geocode/reverse-geocode, and phone verify/DNC/TCPA as tools usable by AI agents. OAuth authentication is supported for Claude (Desktop/Web/Mobile) and ChatGPT (Plus/Pro with Developer Mode) per the January 2026 release.