Skip to main content
📞 1-888-784-3881🚀 Start Project
99.9% UPTIME • v1.0

PropTechUSA API

Integrate real estate valuations, market intelligence, and lead management into your applications with our powerful REST API.

12
Endpoints
99.9%
Uptime
<50ms
Latency
3
SDKs

Quick Start

import { PropTech } from '@proptechusa/sdk';

const client = new PropTech({
  apiKey: process.env.PROPTECH_API_KEY,
});

const valuation = await client.valuation.calculate({
  address: '123 Main St, Austin, TX 78701',
  sqft: 2000,
  bedrooms: 3,
  bathrooms: 2,
});

console.log(valuation.arv); // 450000
Base URL
https://api.proptechusa.ai/v1
Authentication
Bearer Token

Getting Started

1

Get Your API Key

Request access to receive your API credentials

Request Access →
2

Authenticate

Include your API key in the Authorization header

Authorization: Bearer YOUR_API_KEY
3

Make Requests

All requests go to our base URL

https://api.proptechusa.ai/v1
4

Handle Responses

All responses are JSON with standard HTTP codes

Content-Type: application/json

Endpoints

Official SDKs

📦

Node.js / TypeScript

npm install @proptechusa/sdkstable
🐍

Python

pip install proptechusabeta
🌐

REST / cURL

No installation neededstable

API Pricing

Developer

Free
1,000/month
  • Basic support
  • 100 req/min
  • Community Discord
POPULAR

Pro

$99/mo
50,000/month
  • Priority support
  • 500 req/min
  • Webhooks
  • Analytics

Enterprise

Custom
Unlimited
  • Dedicated support
  • Custom rate limits
  • SLA
  • On-premise option
🚀

Ready to Build?

Get your API key and start integrating PropTechUSA into your applications today.