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); // 450000Base URL
https://api.proptechusa.ai/v1Authentication
Bearer TokenGetting Started
1
2
Authenticate
Include your API key in the Authorization header
Authorization: Bearer YOUR_API_KEY3
Make Requests
All requests go to our base URL
https://api.proptechusa.ai/v14
Handle Responses
All responses are JSON with standard HTTP codes
Content-Type: application/jsonEndpoints
Official SDKs
📦
Node.js / TypeScript
npm install @proptechusa/sdkstable🐍
Python
pip install proptechusabeta🌐
REST / cURL
No installation neededstableAPI 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.