Parcel Data API

Access 160M+ parcel records through our powerful REST API. Get property boundaries, ownership data, valuations, & more.

API Response
200 OK
{
"latitude": 34.1500804293196,
"longitude": -117.642956308754,
"parcel_id": "1043081220000",
"alt_parcel_id": "06071_1043081220000",
"account_number": null,
"owner": "KOUTSOUTIS LIVING TRUST 5/5/22",
"owner_first_name": null,
"owner_last_name": null,
"owner_2": null,
"owner_type": "LV",
"parcel_value": 877938,
"land_value": 307278,
"improvements_value": 570660,
"agricultural_value": null,
"building_value": 570660,
"sale_price": 760000,
"tax_amount": null,
"sq_feet": 3575,
"acres": 0.418,
"acres_calc": 0.4,
"sale_date": "20150617",
"year_built": "1986",
"parcel_value_type": null,
"zoning": null,
"zoning_description": null,
"land_use": "RESID. SINGLE FAMILY",
"land_use_code": "0510",
"tax_year": "2023",
"legal": "TRACT 9687 LOT 41",
"situs": "2384 N CAMPUS AVE UPLAND CA 91784 1303",
"county": "San Bernardino",
"state": "CA",
"elevation": 590,
"bpd_uuid": "e6ce0238b4f253e1937e58dd85bf0b89",
"additional": {
"beds": "3",
"fips": "06071",
"heat": "CENTRAL",
"pool": "POOL/SPA",
"sewer": "PUBLIC",
"water": "PUBLIC",
"fireplace": "2",
"air_conditioning": "CENTRAL",
"building_quality": "8.0"
}
}

Built for Every Industry

From solar installations to insurance underwriting, our API powers applications across industries that depend on property intelligence.

Average latency: 40ms
160M+ parcels
3,200+ counties
50+ attributes

Property Investment Platform

Analyze property values, ownership history, and market trends

javascript
// Find high-value properties in San Francisco
const properties = await bpd.search({
  county: "San Francisco",
  parcel_value: { gte: 1000000 },
  year_built: { gte: "2000" },
  land_use: "COMMERCIAL"
});

properties.forEach(property => {
  console.log(`${property.situs}: $${property.parcel_value}`);
});

Self Serve API Pricing

Choose the plan that fits your needs. No contracts, no hidden fees.

Free Trial

Get familiar with real parcel data through the BPD ecosystem

$0
  • 30 day trial
  • 100 parcel records
  • Standard schema
  • Nationwide access
  • No credit card required
Get Started Free
Most Popular

Standard

Build applications with reliable nationwide parcel data

$200/month
  • 2,000 parcel records/month
  • Standard parcel schema
  • Nationwide access
  • Email support
Start With Standard

Professional

Additional fields and priority support for growing businesses

$450/month
  • 5,000 parcel records/month
  • Enhanced parcel schema
  • Nationwide access
  • Slack & email support
Try Professional

Need more than 5,000 parcels per month? Contact us for volume pricing.

Get Volume Pricing

Tell us about your needs and we'll create a custom plan.

Tell us more

Ready to Start Building?

Join hundreds of companies using our API to power the data behind their applications. Get your API key and start building in minutes.

Quick Setup

Get started with just an API key. No complex SDKs or lengthy onboarding.

Nationwide Coverage

Full US coverage across all 50 states and 3,200+ counties.

Fresh Data

Parcel data regularly updated from authoritative county sources.

Questions? Contact our developer support team at developers@buyparceldata.com