Parcel API
Resolve a point, a radius or any polygon to the parcels it touches, across 161.8M parcels in 52 states — one schema everywhere, so you write the query once.
From $29/mo · free sample without an account · no call
{
"parcel_id": "0234170108",
"owner_name": "AUSTIN RETAIL HOLDINGS LLC",
"derived_owner_type": "LLC",
"property_address_line1": "1100 CONGRESS AVE",
"property_address_city": "AUSTIN",
"assessed_value": 1284300,
"acreage": 0.41,
"land_use": "COMMERCIAL",
"unified_land_use_category": "commercial",
"zoning": "CBD",
"year_built": 1974,
"building_count": 1,
"building_footprint_total_sqft": 14820,
"geometry": { "type": "Polygon", "coordinates": [ … ] }
}Endpoints
/v1/parcels/point1 creditThe parcel containing an exact latitude and longitude. The lookup behind an address, a rooftop or a dropped pin.
curl 'https://api.getparceldata.com/v1/parcels/point?lat=30.2672&lng=-97.7431' \ -H 'Authorization: Bearer YOUR_KEY'
/v1/parcels/radius3 creditsEvery parcel within N metres of a point. Comparables, neighbour notification lists, catchment analysis.
curl 'https://api.getparceldata.com/v1/parcels/radius?lat=30.2672&lng=-97.7431&radius=500' \ -H 'Authorization: Bearer YOUR_KEY'
/v1/parcels/polygon3 creditsEvery parcel intersecting an arbitrary WKT polygon — a service territory, a flood zone, a school district, a drawn AOI.
curl 'https://api.getparceldata.com/v1/parcels/polygon?wkt=POLYGON((...))' \ -H 'Authorization: Bearer YOUR_KEY'
What comes back
Plans
Subscribe with a card and the key arrives by email. One lookup is one parcel returned, and included lookups reset monthly.
$29/mo
1,000 lookups included
$0.029 per lookup, included or over
$99/mo
5,000 lookups included
$0.020 per lookup, included or over
$299/mo
25,000 lookups included
$0.012 per lookup, included or over
Building an agent? There is an MCP server, and the endpoints above are documented in OpenAPI. Need the whole dataset instead of queries? Bulk extracts start at $49.
Coverage
Field availability varies by county because assessors vary. The coverage dashboard publishes per-county fill rates and vintage rather than hiding them behind an average.
Start with an area
See the parcel count before you pay, and the file in your inbox after.