PROPDATA — 166M+ Parcels · 20+ Routes · 16 Data Layers · AI-Ready

The property data layer
behind what you build.

Parcel identity, assessor and GIS records, market intelligence, rent estimates, comps, coordinate resolution, geometry, risk, lead intelligence, delta feeds, and AI workflows—delivered through one developer-facing platform.

Get production access Explore the API
Built for proptech platforms, data teams, AI agents, investors, lenders, brokers, and real estate software.
166M+
Parcels indexed
20+
Endpoint routes
16
Data layers
50
States covered
MCP
OAuth AI connector
$79
Plans start monthly

Your team should build the product—not spend months rebuilding the data layer underneath it.

Real estate data is fragmented across county assessors, GIS layers, federal datasets, market feeds, incompatible identifiers, changing schemas, and geographic coverage gaps. The expensive part is not making one API request. It is making all of those sources behave like one dependable system.

PropData turns that engineering burden into infrastructure. One authenticated platform can resolve a property, identify its parcel, attach county and market context, return parcel geometry where configured, rank comps, expose risk and neighborhood intelligence, monitor changed records, and connect the same capabilities to supported AI workflows.

PropData is not another dashboard pretending to be infrastructure. It is the property-data layer behind the dashboard—the part your customers never see, but your engineers would otherwise have to source, normalize, join, monitor, explain, and maintain.

That is the leverage: faster product launches, fewer vendor integrations, a smaller internal data-maintenance burden, and one source-aware response your application can turn into underwriting, research, mapping, acquisitions, lending, insurance, CRM, or AI experiences.

Coverage you can evaluate honestly: PropData indexes parcels nationally, but assessor, ownership, tax, sale, structure, contact, flood, and geometry depth varies by jurisdiction and source. Use the coverage metadata and test the exact counties and fields your production workflow requires. Serious infrastructure tells you what is available instead of hiding missing data.


One platform. Multiple products hiding inside it.

Start with the route that matches the job. Add enrichment, geometry, coverage, deltas, usage, or AI connectivity as your product grows.

PropData API · Production Architecture SOURCE-AWARE
Core workflows
/v1/property
Parcel, owner, value, tax, sale, structure, and enrichment context where supported.
/v1/property/by-location
Latitude and longitude to county, FIPS, parcel match, and optional geometry.
/v1/market + /v1/estimate
Market conditions, rent benchmarks, explainable ranges, and source periods.
/v1/property/delta
Changed records since a timestamp with cursor pagination.

Representative structure only. Exact fields vary by endpoint, source, county, plan, and coverage status.

GET /v1/property/by-location?lat=25.8990225&lng=-80.2376894&include_geometry=1
{
  "success": true,
  "match_level": "point_in_polygon",
  "coverage_status": "matched",
  "county_fips": "string",
  "parcel": {
    "parcel_id": "string",
    "property": "source-backed fields",
    "source": "county / GIS attribution"
  },
  "geometry": "GeoJSON when available",
  "generated_at": "ISO-8601"
}

A clean API surface for messy real estate data.

Use the direct base URL, send your API key in the x-api-key header, and receive structured JSON with source and coverage context. All production paths begin with /v1/.

// Coordinate to parcel with optional GeoJSON geometry
const base = 'https://propdata-api-worker.sales-fd3.workers.dev';
const path = '/v1/property/by-location?lat=25.8990225&lng=-80.2376894&include_geometry=1';

const response = await fetch(base + path, {
  headers: { 'x-api-key': 'pd_live_YOUR_KEY' }
});

if (!response.ok) throw new Error('PropData request failed');
const data = await response.json();

console.log({
  matchLevel: data.match_level,
  coverage: data.coverage_status,
  parcel: data.parcel,
  geometry: data.geometry
});
import requests

BASE = "https://propdata-api-worker.sales-fd3.workers.dev"
HEADERS = {"x-api-key": "pd_live_YOUR_KEY"}

response = requests.get(
    BASE + "/v1/market",
    headers=HEADERS,
    params={"zip": "55104"}
)
response.raise_for_status()
market = response.json()

# Keep attribution and source periods with customer-facing outputs.
print(market.get("snapshot"))
print(market.get("sources"))
print(market.get("generated_at"))
# Coverage metadata
curl "https://propdata-api-worker.sales-fd3.workers.dev/v1/property/coverage" -H "x-api-key: pd_live_YOUR_KEY"

# Property lookup with full enrichment where supported
curl "https://propdata-api-worker.sales-fd3.workers.dev/v1/property?address=123+Main+St&zip=55104&enrich=full" -H "x-api-key: pd_live_YOUR_KEY"

# Changed records since a timestamp
curl "https://propdata-api-worker.sales-fd3.workers.dev/v1/property/delta?since=2026-07-01T00:00:00Z&state=MN" -H "x-api-key: pd_live_YOUR_KEY"
// OAuth-protected connector for supported AI clients
SERVER  https://propdata-mcp.sales-fd3.workers.dev/mcp
AUTH    OAuth
ACCESS  Subscriber's own PropData API key

// Agent workflows can combine:
property lookup
coordinate-to-parcel resolution
market and rent intelligence
comps and parcel geometry
coverage-aware explanations

See the live documentation or download the 27-page API reference guide for authentication, parameters, response shapes, coverage, and troubleshooting.


Sixteen layers. One property intelligence platform.

Market feeds explain what is happening. Government sources explain the economic and community context. County records identify the parcel. PropData-built layers turn those inputs into usable workflows.

LAYER 01
HUD Fair Market Rents
Government bedroom-level rent benchmarks by county.
studio–4BRcounty
LAYER 02
Zillow ZORI
Observed asking-rent trends across supported geographic levels.
renthistory
LAYER 03
Realtor.com Research
Listing prices, inventory, days on market, and market velocity.
DOMinventory
LAYER 04
Redfin Market Tracker
Sale-to-list, days-to-pending, supply, and demand signals.
demandvelocity
LAYER 05
Census ACS
Housing, income, vacancy, demographics, and affordability context.
housingincome
LAYER 06
FRED Macro Data
Mortgage, inflation, vacancy, and housing-start context.
macrorates
LAYER 07
FHFA House Price Index
Government home-price appreciation by state and metro.
HPIappreciation
LAYER 08
Census Building Permits
Forward-looking construction and housing-supply signals.
permitssupply
LAYER 09 · BUILT IN-HOUSE
PropData Estimate Engine
Explainable low, mid, and high rent ranges with confidence and methodology context.
estimateconfidence
LAYER 10 · DIRECT INGEST
County Assessor + GIS
Parcel identity and county-reported property fields where supported.
parcelassessor
LAYER 11 · BUILT IN-HOUSE
PropData Comps
Comparable records ranked by location, recency, size, beds, and price context.
compsranking
LAYER 12 · BUILT IN-HOUSE
Geocoder + Coordinate Resolver
Address and coordinate routing to ZIP, county, FIPS, and parcel context.
lat/lngFIPS
LAYER 13
FEMA Natural Hazard Risk
County-level hazard and vulnerability context for due diligence.
hazardsrisk
LAYER 14
Community Safety Context
School, socioeconomic, resilience, and safety signals from public datasets.
schoolscommunity
LAYER 15
Opportunity Zones + USDA
Federal program and rural-eligibility context at supported geography.
OZUSDA
LAYER 16
Flood, Building + Owner Enrichment
Property-level flood, footprint, contact, and equity context where available.
floodenrichment

One key. Ten products your team can ship.

PropData compresses multiple data vendors, geospatial services, ingestion jobs, normalization projects, and monitoring systems into one API surface.

Product workflow Primary routes Engineering burden PropData removes
Property due diligence/v1/propertyCounty routing, parcel identity, assessor normalization, enrichment joins
Coordinate-to-parcel resolver/v1/property/by-locationFIPS routing, GIS coverage logic, point-in-polygon matching
Parcel mapping/v1/parcel-geometryBoundary sourcing, GeoJSON normalization, centroids and bounding boxes
Rent pricing/v1/estimate · /v1/rentBenchmark blending, bedroom logic, confidence and source periods
Market intelligence/v1/market · /v1/listingMarket-feed joins, historical context, computed signals
Comps and valuation/v1/compsSubject normalization, comparable ranking, price context
Neighborhood and risk/v1/neighborhood · /v1/zip-intelGovernment-source joins, risk normalization, community context
Lead and distress intelligence/v1/skip-trace · /v1/preforeclosureOwner/contact matching, status logic, jurisdiction-specific availability
Change monitoring/v1/property/deltaRepeated full downloads, local diffing, cursor and timestamp logic
AI property agentPropData MCP + OAuthTool schemas, subscriber-key mapping, structured property context

Built like infrastructure—not a downloadable spreadsheet.

PropData is designed for applications that need repeatable access, explainable sources, coverage awareness, and a way to keep up as the platform changes.

Edge
Cloudflare delivery and caching for developer-facing production access.
Canonical
Normalized storage across parcel, market, rent, risk, and enrichment layers.
Refresh
Source-aware ingestion schedules instead of one stale annual snapshot.
Coverage
County and field availability surfaced so teams can test before promising.
Delta
Changed-record feeds for synchronization, alerts, and portfolio monitoring.
Visible
Usage, health, coverage, and changelog routes for production operations.

Choose the capacity. Keep the infrastructure.

Production access begins immediately. Monthly plans are billed today and can be canceled before the next renewal. Annual plans are also available.

Starter
$79 / mo
10,000 requests monthly

  • Access to 20+ endpoint routes
  • Market + neighborhood intelligence
  • 166M+ parcel lookup coverage
  • Comps + geocoding
  • Coordinate lookup + geometry where configured
  • Usage + changelog visibility
Start Starter →
Scale
$499 / mo
250,000 requests monthly

  • Everything in Builder
  • Full batch operations
  • Higher-volume enrichment
  • Ten API keys
  • Email + Slack support
  • 99.0% uptime SLA
Choose Scale →
Enterprise
$1,499 / mo
Unlimited requests

  • Everything in Scale
  • Direct Supabase access
  • White-label rights
  • Unlimited API keys
  • Custom source + coverage review
  • MCP and AI-agent support
Choose Enterprise →

Pricing and included capacity verified against the direct PropData page on July 23, 2026. Always confirm the current pricing page before purchasing.


One company. Two serious developer APIs.

PropData powers real estate intelligence. PropSports applies the same infrastructure-first approach to live sports data, Statcast, player props, weather, umpires, and model odds.

// stop rebuilding the data layer

Put PropData behind
what you are building.

Choose production access, test the counties and fields that matter, and let your engineering team focus on the customer experience instead of reconstructing property-data infrastructure.

sales@proptechusa.ai · 1-888-784-3881 · Monthly access billed immediately · Cancel future renewals anytime