API Access

Programmatic access to PropTech exit data.

Getting Started

The PropTech Exit Tracker API provides RESTful access to our comprehensive exit database.

Base URL:

https://api.proptech-exits.ianyeo.com/v1

Authentication

Currently in beta - no authentication required. Rate limits apply:

Free

100 per hour

1,000 per day

Commercial

Contact us

Custom limits

Endpoints

GET
/exits?technology_focus=property_management&min_valuation=1000000

List all exits with optional filtering

GET
/exits/{id}

Get detailed information about a specific exit

GET
/search?q=london+proptech

Search exits by query

GET
/statistics

Get market statistics and trends

Response Format

{
  "data": [...],
  "meta": {
    "total": 150,
    "page": 1,
    "per_page": 50
  }
}

Commercial Use

For commercial use or higher rate limits, please contact: api@proptech-exits.ianyeo.com

SDKs & Libraries

Coming soon:

  • Python SDK
  • JavaScript/TypeScript SDK
  • R package

Need Help?

Questions about the API? Need higher rate limits? Want to discuss a partnership?

Contact API Team