Build PropTech Products with Real Property Data

Access 3.7 million Indiana parcels, assessments, and sales through a single API. Skip the months of data aggregation and start building.

The Problem

Aggregating data from 92 separate county systems takes months

County websites lack APIs -- scraping is fragile and unreliable

Enterprise data providers require 5-figure annual contracts

Data format inconsistency between CAMA, Gateway, and SDF sources

How the API Helps

Unified Parcel Search

Search by address, parcel ID, or owner across all 92 counties. One endpoint, one response format, every county.

GET /parcels/search?address=...

Assessment History

Multi-year assessment data with land, improvement, and total values. Detect trends and identify over-assessed properties.

GET /parcels/{id}/assessments

Sales Comparables

Historical sales transactions with prices, dates, and buyer/seller info. Build comparable market analyses programmatically.

GET /parcels/{id}/sales

GeoJSON Geometry

Parcel boundary polygons as GeoJSON. Render maps, calculate areas, and perform spatial queries without a separate GIS system.

GET /parcels/{id}?include=geometry

Try It Yourself

Terminal
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.aribatax.com/parcels/search?address=1234+Main+St&county_id=49"

Start Building Today

Free tier includes 50 requests/day. No credit card required.