No Data
Every response object will contain every field listed in the Schema page that the customer has paid for. If we do not have data for a field, its value will benull unless the field is an Array type, in which case its value will be an empty list [].
Phone Numbers
All phone numbers will be in in E164 format with a leading+ and country code. For example, "+15558675309".
Currencies
Unless otherwise stated in the Schema page for a field, all currency values are in USD.Locations
Localities
A locality is the city, town, village, neighborhood, or other local place-name component of an address. It is the part of a location most users think of as “city-level” and usually appears beforeregion and country in a cleaned location name. Examples: san francisco, london, berkeley, north york, marseille.
We match locations using a strict/fuzzy logic. Our goal is match as many locations as possible to our Location Data entity, linking them based on location.name. To tap into our location matching logic, use our Location Cleaner API or retrieve possible location values using our Autocomplete API.
