Geotag Schema

When using the normalised schema, only geotagId will be returned.

FieldTypeOptionalDescription
geotagIdStringNoUnique identifier for geotag.
counterpartyNameStringNoName of counterparty (brand).
counterpartyLabelStringNoName and short address of counterparty.
houseNumberStringYesThe building number.
streetStringYesStreet the building is located on.
neighbourhoodStringYesCommonly a district within a town.
localityStringYesCity, town or village.
cityStringYesCity. Can be the same value as locality.
countyStringYesCounty. Can be the same value as city.
regionStringYesRegion. Can be the same value as county.
postcodeStringYesPostcode of geotag. We estimate this in the event it wasn’t provided by the data source we use by considering surrounding geotags that have a postcode. While the field is optional, it’s very rare we don’t return it.
latitudeDoubleNoWGS84 latitude.
longitudeDoubleNoWGS84 longitude.
counterpartyCategoryStringYesThe level 3 category (industry).
postcodeEstimatedBooleanNoTrue if we’ve estimated the postcode by considering surrounding geotags.
postcodeErrorKmFloatYesIf we’ve estimated the postcode, the distance the location is from the geotag we used to estimate the postcode.