PropertyTitle API — Real Estate Title & Intelligence
The Problem Every Title Agent Knows You're underwriting a $5M commercial property. The seller says "clean title." The borrower has good credit. On paper, everything looks fine. But buried in the county recorder's office is a mechanic's lien from 2018. An unrecorded easement from 1975. A chain-of-title gap from a dissolved corporation. A certified tax lien nobody caught. By the time these surface…
PropertyTitle API — Real Estate Title & Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| Analysis | ||
| POST |
batchAnalyzePropertyTitle /v1/propertytitle/analyze/batch |
Analyzes multiple properties in a single request (1–50). Each analysis entry specifies a property_id and can optionally override factor weights for what-if scenario testing.… |
| POST |
analyzePropertyTitle /v1/propertytitle/analyze |
Performs comprehensive encumbrance risk analysis on a single property across 7 factor categories (liens, easements, chain-of-title, court judgments, HOA delinquencies, tax liens,… |
| Testing | ||
| POST |
testPropertyTitle /v1/propertytitle/test |
Runs analysis on built-in sample properties spanning diverse risk profiles — high-risk title defects, certified tax liens, foreclosure threats, and random samples. Useful for… |
| Reference Data | ||
| GET |
getProperty /v1/propertytitle/properties/{property_id} |
Returns a detailed property profile including address, parcel ID, county, state, property type, estimated value, year built, lot size, and square footage. Also includes a… |
| GET |
getStatistics /v1/propertytitle/statistics |
Returns aggregate statistics across all properties in the database, including total counts and values for each encumbrance category, severity breakdowns, foreclosure threat… |
| GET |
listEasements /v1/propertytitle/easements |
Returns all recorded easements in the database. Supports filtering by property, easement type, burden level, and development impact. Each easement includes the grantee, scope,… |
| GET |
getTaxStatus /v1/propertytitle/tax-status |
Returns tax lien records with balance due information. Supports filtering by property, status, and tax year. Includes delinquency tracking and certified lien counts for… |
| GET |
listLiens /v1/propertytitle/liens |
Returns all recorded liens across the property database. Supports filtering by property ID, status, lien type, and minimum amount. Returns detailed lien records including holder… |
| GET |
compareProperties /v1/propertytitle/compare |
Compares encumbrance risk across 2–10 properties side-by-side. Results are sorted by composite encumbrance score in descending order (highest risk first). Each result includes… |
| GET |
listTitleIssues /v1/propertytitle/title-issues |
Returns all recorded chain-of-title defects. Supports filtering by property, severity level, resolution status, and issue type. Each issue includes the grantor/grantee chain,… |
| GET |
listProperties /v1/propertytitle/properties |
Returns the catalog of properties available for analysis. Supports filtering by county, state, property type, and estimated value range. Each result includes summary-level… |
| System | ||
| GET |
healthCheck /v1/propertytitle/health |
Returns service health status with dataset statistics. Used for monitoring and integration validation. |
PropertyTitle API — Real Estate Title & Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $49 / month | 60 / minute |
|
| ULTRA | $149 / month | 300 / minute |
|
| MEGA | $399 / month | 1000 / minute |
|