Demographics - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

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
                }
            }
        }
    }
}