For a simplified overview of our IP fields, check out the IP Data Overview.
For more details about our IP fields and fill rates check out our IP Stats pages.
If you'd like access to premium fields or have questions about which fields are included in your specific field bundle(s), please speak to one of our data consultants.
IP
ip
Description
Information related to the IP address.
Data Type
Object
Field Details
This the object containing all information related to a particular IP we've registered in our dataset.
IP objects can include the following data:
Field
Type
Description
ip.address
String
The matched IP address.
ip.metadata
Object
Premium fields targeted towards identifying IPs as mobile or using hosting, proxy, Tor, VPN, relay or other services.
This field will only contain the integer values 4 or 6 corresponding to whether the ip.address field is a IPv4 or IPv6 address.
Example
"version": 4,
ip.metadata.mobile
Description
If the IP is a known mobile address.
Data Type
Boolean
Field Details
A boolean field indicating whether the IP is a known mobile address.
Example
"mobile": false,
ip.metadata.hosting
Description
If the IP is a known hosting address.
Data Type
Boolean
Field Details
A boolean field indicating whether the IP is a known hosting address.
Example
"hosting": false
ip.metadata.proxy
Description
If the IP is a known proxy address.
Data Type
Boolean
Field Details
A boolean field indicating whether the IP is a known proxy address.
Example
"proxy": false
ip.metadata.tor
Description
If the IP is a known Tor address.
Data Type
Boolean
Field Details
A boolean field indicating whether the IP is a known Tor address.
Example
"tor": false
ip.metadata.vpn
Description
If the IP is a known VPN address.
Data Type
Boolean
Field Details
A boolean field indicating whether the IP is a known VPN address.
Example
"vpn": false
ip.metadata.relay
Description
If the IP is a known relay address.
Data Type
Boolean
Field Details
A boolean field indicating whether the IP is a known relay address.
Example
"relay": false
ip.metadata.service
Description
If known, the name of the service for the address.
Data Type
String
Field Details
If known, this field will contain the name of the service for the address. If the service name is unknown, the field value returned will be null.
Example
"service": null
ip.metadata.asn_domain
Description
The domain associated with the ASN block.
Data Type
String
Field Details
If known, this field will contain the domain associated with the ASN block for this IP. If the ASN block is unknown, the field value returned will be null.
Example
"asn_domain": null
Location
ip.location
Description
The location associated with the IP address.
Data Type
Object
Field Details
The location object will contain some of our common location fields as well as the location timezone:
Field
Data Type
Description
name
String
Our cleaned values for locations in the format locality, region, country.
locality
String
region
String
metro
Enum (String)
US ONLY. These are generated based on the census-designated MSAs and maps. Will be one of our Canonical Metros.
Our cleaned values for locations in the format locality, region, country.
Data Type
String
Example
"name": "phoenix, arizona, united states"
ip.location.locality
Description
The locality of the ip address
Data Type
String
Example
"locality": "phoenix"
ip.location.region
Description
The region of the ip address
Data Type
String
Example
"region": "arizona"
ip.location.metro
Description
US ONLY. These are generated based on the census-designated MSAs and maps. Will be one of our [Canonical Metros](https://docs.peopledatalabs.com/docs/location-metros).
Data Type
Enum (String)
Example
"metro": "phoenix, arizona"
ip.location.country
Description
Standardized format for country. Will be one of our [Canonical Countries](https://docs.peopledatalabs.com/docs/location-countries).
Data Type
Enum (String)
Example
"country": "united states"
ip.location.continent
Description
Standardized format for continent. Will be one of our [Canonical Continents](https://docs.peopledatalabs.com/docs/location-continents).
Data Type
Enum (String)
Example
"continent": "north america"
ip.location.postal_code
Description
The postal code of the ip address
Data Type
String
Example
"postal_code": "85001"
ip.location.geo
Description
City-center geo code of a locality, in the format latitude, longitude.
Data Type
String
Example
"geo": "33.44838,-112.07404"
ip.location.timezone
Description
The timezone the address is in. Will be lowercase and one of the Global Time Zone values found [here](https://docs.trifacta.com/display/DP/Supported+Time+Zone+Values).
Data Type
Enum (String)
Example
"timezone": "america/phoenix"
Company
company
Description
Information related to the company associated with the IP address
Data Type
Object
Field Details
Many of the fields in the data.company object come directly from our Company Schema.
How confident we are that the returned company is associated with requested IP.
Data Type
Enum (String)
Field Details
Will be one of the following options: very high, high, moderate, low, very low.
Our company matches are created with observed data along with registered ASN blocks. For matches we make with observed data, the confidence value is our scoring for how much and how often we have seen a company associated with an IP address.
Example
"confidence": "very high"
company.id
Description
The [PDL ID](https://docs.peopledatalabs.com/docs/company-schema#id) of the company associated with the IP address
Data Type
String
Field Details
See company.id for more information about how we handle company IDs.
Example
"id": "tnHcNHbCv8MKeLh92946LAkX6PKg"
company.website
Description
The [primary website](https://docs.peopledatalabs.com/docs/company-schema#website) of the company associated with the IP address.
Data Type
String
Field Details
See company.website for more information about how we handle company websites.
Example
"website": "peopledatalabs.com"
company.name
Description
The [name](https://docs.peopledatalabs.com/docs/company-schema#name) of the company associated with the IP address.
Data Type
String
Field Details
See company.name for more information about how we handle company names.
Example
"name": "people data labs"
company.display_name
Description
The [display_name](https://docs.peopledatalabs.com/docs/company-schema#display_name) of the company associated with the IP address.
Data Type
String
Field Details
See company.display_name for more information about how we handle company names.
Example
"display_name": "People Data Labs"
company.location
Description
The [location](https://docs.peopledatalabs.com/docs/company-schema#location) of the company's primary HQ associated with the IP address
Our cleaned values for locations in the format locality, region, country.
Data Type
String
Example
"name": "san francisco, california, united states"
company.location.locality
Description
The locality of the company HQ
Data Type
String
Example
"locality": "san francisco"
company.location.region
Description
The region of the company HQ
Data Type
String
Example
"region": "california"
company.location.metro
Description
US ONLY. These are generated based on the census-designated MSAs and maps. Will be one of our [Canonical Metros](https://docs.peopledatalabs.com/docs/location-metros).
Data Type
Enum (String)
Example
"metro": "san francisco, california"
company.location.country
Description
Standardized format for country. Will be one of our [Canonical Countries](https://docs.peopledatalabs.com/docs/location-countries).
Data Type
Enum (String)
Example
"country": "united states"
company.location.continent
Description
Standardized format for continent. Will be one of our [Canonical Continents](https://docs.peopledatalabs.com/docs/location-continents).
Data Type
Enum (String)
Example
"continent": "north america"
company.location.street_address
Description
The street address of the company HQ
Data Type
String
Example
"street_address": "455 market street"
company.location.address_line_2
Description
The company HQ’s street address line 2
Data Type
String
Example
"address_line_2": "suite 1670"
company.location.postal_code
Description
The postal code of the company HQ
Data Type
String
Example
"postal_code": "94105"
company.location.geo
Description
City-center geo code of a locality, in the format latitude, longitude.
Data Type
String
Example
"geo": "37.77,-122.41"
company.size
Description
The self-reported [size range](https://docs.peopledatalabs.com/docs/company-sizes) of the company associated with the IP address.
Data Type
Enum (String)
Field Details
See company.size for more information about how we handle company size ranges.
Example
"size": "51-200"
company.industry
Description
The self-reported [industry](https://docs.peopledatalabs.com/docs/industries) of the company associated with the IP address.
Data Type
Enum (String)
Field Details
See company.industry for more information about how we handle company industries.
Example
"industry": "computer software"
company.inferred_revenue
Description
The [estimated annual revenue](https://docs.peopledatalabs.com/docs/inferred-revenue-ranges) (in USD) of the company associated with the IP address.
The current [number of employees](https://docs.peopledatalabs.com/docs/company-schema#employee_count) working at the company associated with the IP address.
Data Type
Integer (> 0)
Field Details
See company.employee_count for more information about how we handle company employee counts.
Example
"employee_count": 116
company.tags
Description
[Tags](https://docs.peopledatalabs.com/docs/company-schema#tags) associated with the company associated with the IP address.
Data Type
Array [String]
Field Details
See company.tags for more information about how we handle company tags.
Information related to the person associated with the IP address
Data Type
Object
Field Details
We offer several person-related fields within our IP records to understand the associated persona behind the IP. These fields are largely limited to job title information.