PSYTE™ Geodemographics
PSYTE™ Geodemographics offers a straightforward way to classify neighborhoods, making it easier to understand them. With this dataset, you can discover important information about the demographics and lifestyles found in particular locations. The query below returns the PSYTE™ Geodemographics results for the provided address.
query GetByAddress {
getByAddress(address: "835 Michigan Ave, Chicago, IL 60611") {
psyteGeodemographics {
data {
censusBlock
censusBlockGroup
censusBlockPopulation
censusBlockHouseholds
PSYTEGroupCode
PSYTECategoryCode
PSYTESegmentCode {
value
description
}
householdIncomeVariable {
value
description
}
propertyValueVariable {
value
description
}
propertyTenureVariable {
value
description
}
propertyTypeVariable {
value
description
}
urbanRuralVariable {
value
description
}
adultAgeVariable {
value
description
}
householdCompositionVariable {
value
description
}
}
}
}
}