Property Data for Insurance Underwriting

Building specs, construction details, and property characteristics for every improved parcel in Indiana. Automate risk assessment.

The problem

  • Manual property inspections are expensive and slow
  • County assessor data requires separate agreements per jurisdiction
  • Building characteristics are locked in proprietary CAMA systems
  • No API access to year built, construction type, or condition ratings

How the API helps

Building Details

Year built, construction type, stories, square footage, foundation, roof material, heating/cooling systems, and condition ratings.

GET /parcels/{id}/buildings

Flood & Risk Overlays

FEMA flood zone data, NRI risk scores, soil data, and watershed information layered onto parcel records.

GET /parcels/{id}/overlays

Property Classification

DLGF property class codes (residential, commercial, industrial, agricultural) for portfolio segmentation and risk categorization.

GET /parcels/search?prop_class=...

Spatial Risk Queries

Find all properties within a radius or bounding box. Assess portfolio exposure to geographic risk concentrations.

GET /parcels/search?lat=...&lng=...&radius_mi=5

Try it yourself

Terminal
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.aribatax.com/parcels/lookup/490327113028000800"

Start building today

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