API v1.0 Live

US Property Data
API

Aggregate property data from US public sources into one simple REST API. Flood zones, demographics, amenities, and geocoding — all with a single API key.

GET /v1/properties/lookup
$ curl -H "X-API-Key: pda_your_key" \
  "https://api.propertypulse.dev/v1/properties/lookup?street=1600+Pennsylvania+Ave&state=DC"
Data Sources

Every data point you need

Aggregated from authoritative US government sources, normalized and served through a clean JSON API.

Address Lookup & Geocoding

Forward and reverse geocoding, batch lookups (up to 25 at once), and smart address normalization. Get lat/lng, FIPS codes, county, and census tract from any US address.

Census Bureau API

Flood Zone Analysis

FEMA National Flood Hazard Layer determination for any property. Get zone codes, risk levels, and descriptions — critical for insurance and lending.

FEMA NFHL

Demographics & Census Data

Census ACS 5-Year data by tract: median income, home values, population, vacancy rates, owner/renter split, and household size.

Census ACS 5-Year

Nearby Amenities

Schools, hospitals, grocery stores, parks, transit stops, restaurants, and banks within a configurable radius. Distances in miles.

OpenStreetMap

Environmental & Hazard Risk

EPA Superfund sites, toxic release facilities, FEMA flood zones, USGS earthquake risk, and USFS wildfire hazard data. Full risk profile for any address.

EPA / USGS / USFS

Schools & Foreclosures

Nearby schools by type and distance, HUD foreclosure listings, county assessor records with tax and sale history. All in one API.

HUD / OpenStreetMap
Developer Experience

Simple, predictable JSON

One API key. RESTful endpoints. Consistent response format. Instant results.

GETRequest
$ curl \
  -H "X-API-Key: pda_abc123" \
  "https://api.propertypulse.dev/v1/properties/lookup?street=1600+Pennsylvania+Ave+NW&city=Washington&state=DC&zip=20500"
200Response
{
  "data": {
    "id": 1,
    "street_address": "1600 PENNSYLVANIA AVE NW",
    "city": "WASHINGTON",
    "state": "DC",
    "county": "District of Columbia",
    "latitude": 38.8987,
    "longitude": -77.0352,
    "fips_code": "11001",
    "census_tract": "980000"
  }
}
Pricing

Start free, scale as you grow

No credit card required. Upgrade when you need more requests.

Free

$0/month
  • 250 requests/month
  • 5 requests/minute
  • Lookup & flood zones
Get Started

Basic

$29/month
  • 5,000 requests/month
  • 30 requests/minute
  • All data endpoints
Subscribe
Most Popular

Pro

$79/month
  • 50,000 requests/month
  • 120 requests/minute
  • All endpoints + bulk lookup
  • Full property reports
Subscribe

Enterprise

$299/month
  • 500,000 requests/month
  • 500 requests/minute
  • Priority support & SLA
  • Dedicated account manager
Contact Sales

Ready to build with property data?

Get your free API key in 30 seconds. No credit card required.