County-direct property data for your platform, your models, and your pipeline. REST API with JSON responses, rate limiting, and OpenAPI spec.
$ curl https://api.propintel.co/v1/parcels/search \
-H "X-API-Key: pk_live_..." \
-H "Content-Type: application/json" \
-d '{
"state": "FL",
"county": "hillsborough",
"filters": {
"distress_score_min": 60,
"property_use": "SFR",
"just_value_max": 350000
},
"limit": 25
}'{
"count": 25,
"total": 1847,
"parcels": [
{
"parcel_id": "U-15-28-18-ZZZ-000001-00040.0",
"address": "4218 W CYPRESS ST, TAMPA, FL 33607",
"owner_name": "JOHNSON DAVID L",
"just_value": 187500,
"land_value": 42000,
"year_built": 1962,
"sqft": 1248,
"property_use": "SFR",
"distress_score": 78,
"distress_signals": [
"tax_delinquent_2yr",
"code_violation_open",
"lis_pendens_active"
],
"absentee_owner": true,
"last_updated": "2026-04-08T06:12:00Z"
}
]
}Book a call with our data team. We'll walk you through the API, discuss your use case, and set up a sandbox.