One API. Every property in America.
140 million properties. Sale history, rental data, tax records, and dozens of data points. JSON over REST. Free to start. Leave your credit card in your wallet.
curl https://api.straply.com/v1/properties?zipCode=90210&status=forSale \
-H "Authorization: Bearer stp_live_YOUR_KEY" {
"meta": { "total": 47, "limit": 25, "offset": 0 },
"data": [{
"id": "stp_a3f7c2e91b4d",
"status": "forSale",
"listPrice": 1850000,
"address": {
"streetAddress": "742 Evergreen Terrace",
"city": "Beverly Hills",
"state": "CA",
"zipCode": "90210"
},
"bedroomsTotal": 4,
"bathroomsTotal": 3.5,
"livingArea": 3200,
"lastSalePrice": 1625000,
"lastSaleDate": "2024-06-15"
}]
} What every property record includes
Listing data
Status, list price, days on market, listing type (FSBO, foreclosure, auction, new construction)
Sale history
Every recorded sale with date and price. Previous sale, original list price, price changes, delist events
Property details
Bedrooms, bathrooms, square footage, lot size, year built, stories, price per sqft
Location
Street address, city, state, ZIP, county, FIPS code, latitude, longitude
Tax records
Assessed value, tax rate, annual tax history going back 15+ years
Rental estimates
Monthly rent estimate, property value estimate, computed gross yield
Start building in 30 seconds
Sign up, get your API key, make your first request. No credit card. No sales call. No contract.
Get Your Free API Key