Census: Get Property Data
Census via Parse · government_public
Get property and housing statistics for a specified geography. Returns median home value, median rent, owner/renter occupancy, housing unit counts, median year built, median rooms, household income, and monthly housing costs from ACS data. Makes multiple requests to Census data tables and merges results by geography. For state-level queries with geo_code=*, returns all 52 states/territories. Access property and housing statistics from the US Census Bureau's American Community Survey (ACS). Get data on home values, rents, occupancy, housing units, and more at various geography levels. Fulfilled by Parse from www.census.gov.
- census
- government-public
- maps-geo
- parse
- platform-key
- real-estate
- www-census-gov
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a7a77a76-6329-44e5-b61f-fd84d5965dfb/get_property_data
- Interface artifact
- sha256:9acaed5ccd51a218a58101043504e86bed2ab584404bc9e29f9a7dfb2d2fb242
- Manifest digest
- sha256:5c65c240b43d6181062ddede40a3f9a46f36a1180b4cfa8348ca299a78ea7751
Request fields
- year (string): ACS data year (e.g. 2022, 2021, 2020).
- dataset (string): ACS dataset: acs/acs5 (5-year estimates, all geographies) or acs/acs1 (1-year estimates, larger areas only).: Allowed values: acs/acs5, acs/acs1
- geo_code (string): FIPS code for the geography, or * for all entities at the specified geo_level.
- geo_level (string): Geography level. Accepted values: state, county, place, zip, tract.: Allowed values: state, county, place, zip, tract
- state_code (string): 2-digit state FIPS code. Required for place and tract queries; optional for county queries to filter within a state.
- county_code (string): 3-digit county FIPS code. Required for tract queries.
Example queries
- {"year":"2022","dataset":"acs/acs5","geo_code":"*","geo_level":"state"}