Coming Soon

Property analysis, via API

Integrate rental property data and cash flow analysis directly into your tools, dashboards, and workflows. One API call — full investment analysis.

Planned Endpoints

GET
/v1/property/{address}

Property details, tax records, and valuation estimates

GET
/v1/analysis/ltr/{address}

Long-term rental cash flow analysis with financing options

GET
/v1/analysis/str/{address}

Short-term rental projections with comparables and ADR

GET
/v1/rentals/estimate/{address}

Rent estimate with comparable properties in the area

GET
/v1/market/{zip}

Market-level stats — median rent, vacancy rate, appreciation

Example Response

terminal
curl https://api.pacrent.io/v1/analysis/ltr/166-mcbaine-ave-columbia-mo \
  -H "Authorization: Bearer prp_your_api_key"

{
  "address": "166 McBaine Ave, Columbia, MO 65203",
  "estimate": 194000,
  "monthly_rent": 1370,
  "analysis": {
    "one_pct_rule": 0.71,
    "noi": 14467,
    "cap_rate": 7.46,
    "dscr": 1.17,
    "cash_on_cash": 4.98,
    "monthly_cash_flow": 342
  },
  "financing": {
    "down_payment": 38800,
    "loan_amount": 155200,
    "rate": 6.96,
    "monthly_pi": 1028
  }
}

Built for

Developers

Build property analysis into your own apps and tools.

Teams

Power internal dashboards with real-time rental data.

Integrations

Connect property analysis to your CRM, spreadsheets, or workflows.

Get early access

Be the first to know when the API launches. Drop your email and we'll notify you.

No spam. We'll only email you about the API launch.