Maricopa County · FIPS 04013

Phoenix, AZ property data via API

Owner, year built, living sqft, sale prices, and tax values for Phoenix addresses — sourced live from the Maricopa County assessor and returned as a single JSON response.

Live example

Real lookup, real data

Below is the actual response returned for 2941 N 71st Dr, Phoenix, AZ 85033 — sourced from the Maricopa County assessor at request time.

Request
$ curl -H "X-API-Key: pda_your_key" \
  "https://api.propertypulse.dev/v1/properties/lookup?street=2941%20N%2071st%20Dr&city=Phoenix&state=AZ&zip=85033"
Response (200 OK)
{
  "street_address": "2941 N 71ST DR",
  "city": "PHOENIX",
  "state": "AZ",
  "zip_code": "85033",
  "county": "Maricopa County",
  "latitude": 33.4818,
  "longitude": -112.2125,
  "property_type": "single_family",
  "year_built": 1979,
  "sqft_living": 1572,
  "sqft_lot": 7214,
  "market_value": 296500,
  "assessed_value": 77989,
  "owner_name": "ANDRADE MARTHA ELENA",
  "owner_mailing_address": "2941 71ST DR PHOENIX AZ USA 85033",
  "zoning_code": null,
  "jurisdiction": "PHOENIX",
  "subdivision": "VILLA OASIS 1",
  "legal_class": "3.1",
  "property_use_code": "0131",
  "apn": "10221035",
  "deed_number": "20170433569",
  "data_source": "Maricopa County Assessor ArcGIS"
}

Fields available for Phoenix addresses

Plus universal fields like flood zones, demographics, schools, amenities, transit, and earthquake hazards.

  • Owner name + owner mailing address (absentee detection)
  • Year built, living sqft, lot sqft
  • Full Cash Value (market) and Limited Property Value (assessed)
  • Last sale price + date when available
  • Subdivision, jurisdiction, deed number
  • Legal class + Property Use Code
  • APN

Other cities in Maricopa County

Maricopa County (~4.5M (Maricopa County), 1.6M+ parcels) is supported in full — these cities are all included:

PhoenixMesaChandlerScottsdaleGlendaleTempePeoria

Try it on your own Phoenix addresses

Free tier: 250 requests / month, no credit card.