GroundView Enrichment - 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

GroundView provides demographic and socio-economic data for U.S. locations, offering current estimates and five-year forecasts on population, income, and spending.

Groundview Enrichment

This query returns detailed summaries for specific address, supporting market analysis and audience profiling.

query GetByAddress {
    getByAddress(address: "2656 N Elston Ave, Chicago, IL 60647") {
        groundView {
            data {
                censusBlockGroup
                censusBlockGroupArea
                censusBlockGroupPopulation
                censusBlockGroupPopulationForecast5Y
                percentPopulationUnder5yearsPercent
                percentPopulation5to9yearsPercent
                percentPopulation10to14yearsPercent
                percentPopulation15to19yearsPercent
                percentPopulation20to24yearsPercent
                percentPopulation25to29yearsPercent
                percentPopulation30to34yearsPercent
                percentPopulation35to39yearsPercent
                percentPopulation40to44yearsPercent
                percentPopulation45to49yearsPercent
                percentPopulation50to54yearsPercent
                percentPopulation55to59yearsPercent
                percentPopulation60to64yearsPercent
                percentPopulation65to69yearsPercent
                percentPopulation70to74yearsPercent
                percentPopulation75to79yearsPercent
                percentPopulation80to84yearsPercent
                percentPopulation85plusyearsPercent
                maritalStatusNeverMarriedPercent
                maritalStatusNowMarriedPercent
                maritalStatusSeparatedPercent
                maritalStatusWidowedPercent
                maritalStatusDivorcedPercent
                homeWorkers16yearsAndOverPercent
                educationHighSchoolGraduatePercent
                educationAssociatesDegreePercent
                educationBachelorsDegreePercent
                educationMastersDegreePercent
                educationProfessionalSchoolDegreePercent
                educationDoctorateDegreePercent
                unemployedPercent
                industryAgricultureForestryFishingHuntingMiningPercent
                industryConstructionPercent
                industryManufacturingPercent
                industryWholesaleTradePercent
                industryRetailTradePercent
                industryTransportationandUtilitiesPercent
                industryInformationPercent
                industryFinancialActivitiesPercent
                industryProfessionalScientificManagementPercent
                industryServicePercent
                industryLeisureandHospitalityPercent
                industryOtherServicesPercent
                industryPublicAdministrationPercent
                occupationWhiteCollarPercent
                occupationBlueCollarPercent
                censusBlockGroupHouseholds
                censusBlockGroupHouseholdsForecast5Y
                households1personPercent
                households2personPercent
                households3personPercent
                households4personPercent
                households5personPercent
                households6personPercent
                households7plusPersonPercent
                ownerOccupiedHousingUnitsPercent
                renterOccupiedHousingUnitsPercent
                households1vehiclePercent
                households2vehiclesPercent
                households3vehiclesPercent
                households4vehiclesPercent
                households5plusVehiclesPercent
                averageVehiclesPerHousehold
                averageRent
                averageHomeValue
                householdIncomeUnder10kPercent
                householdIncome10kto15kPercent
                householdIncome15kto20kPercent
                householdIncome20kto25kPercent
                householdIncome25kto30kPercent
                householdIncome30kto35kPercent
                householdIncome35kto40kPercent
                householdIncome40kto45kPercent
                householdIncome45kto50kPercent
                householdIncome50kto60kPercent
                householdIncome60kto75kPercent
                householdIncome75kto100kPercent
                householdIncome100kto125kPercent
                householdIncome125kto150kPercent
                householdIncome150kto200kPercent
                householdIncome200kplusPercent
                averageHouseholdIncome
            }
        }
    }
}