> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peopledatalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IP Data Overview

The following table contains an overview of each company-related field in our dataset. Click the field name to go to the corresponding section in our [IP Schema](/docs/ip-schema) to see additional details about each field.

<Info>
  **Field Availability**

  Please note: Not all fields are available in all packages.

  For more details about the fields we offer, including fill rates and which fields are included in the base vs premium packages, check out our [IP Stats](/docs/ip-stats) pages.
</Info>

| Field                                                                              | Type                                                  | Short Description                                                                                                                            | Bundle |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | :----- |
| [`ip`](/docs/ip-fields#ip)                                                         | `Object `                                             | Information related to the IP address.                                                                                                       | Base   |
| [`ip.address`](/docs/ip-fields#ipaddress)                                          | `String `                                             | The matched IP address.                                                                                                                      | Base   |
| [`ip.metadata`](/docs/ip-fields#ipmetadata)                                        | `Object `                                             | Premium fields targeted towards identifying IPs as mobile or using hosting, proxy, Tor, VPN, relay or other services.                        | Base   |
| [`ip.metadata.version`](/docs/ip-fields#ipmetadataversion)                         | `Integer (4 or 6)`                                    | The type of IP Address (IPv4 or IPv6).                                                                                                       | Base   |
| [`ip.metadata.mobile`](/docs/ip-fields#ipmetadatamobile)                           | `Boolean `                                            | If the IP is a known mobile address.                                                                                                         | Base   |
| [`ip.metadata.hosting`](/docs/ip-fields#ipmetadatahosting)                         | `Boolean `                                            | If the IP is a known hosting address.                                                                                                        | Base   |
| [`ip.metadata.proxy`](/docs/ip-fields#ipmetadataproxy)                             | `Boolean `                                            | If the IP is a known proxy address.                                                                                                          | Base   |
| [`ip.metadata.tor`](/docs/ip-fields#ipmetadatator)                                 | `Boolean `                                            | If the IP is a known Tor address.                                                                                                            | Base   |
| [`ip.metadata.vpn`](/docs/ip-fields#ipmetadatavpn)                                 | `Boolean `                                            | If the IP is a known VPN address.                                                                                                            | Base   |
| [`ip.metadata.relay`](/docs/ip-fields#ipmetadatarelay)                             | `Boolean `                                            | If the IP is a known relay address.                                                                                                          | Base   |
| [`ip.metadata.service`](/docs/ip-fields#ipmetadataservice)                         | `String `                                             | If known, the name of the service for the address.                                                                                           | Base   |
| [`ip.metadata.asn_domain`](/docs/ip-fields#ipmetadataasn_domain)                   | `String `                                             | The domain associated with the ASN block.                                                                                                    | Base   |
| [`ip.location`](/docs/ip-fields#iplocation)                                        | `Object `                                             | The location associated with the IP address.                                                                                                 | Base   |
| [`ip.location.name`](/docs/ip-fields#iplocationname)                               | `String `                                             | Our cleaned values for locations in the format locality, region, country.                                                                    | Base   |
| [`ip.location.locality`](/docs/ip-fields#iplocationlocality)                       | `String `                                             | The locality of the ip address                                                                                                               | Base   |
| [`ip.location.region`](/docs/ip-fields#iplocationregion)                           | `String `                                             | The region of the ip address                                                                                                                 | Base   |
| [`ip.location.metro`](/docs/ip-fields#iplocationmetro)                             | [`Enum (String)`](/docs/location-metros)              | US ONLY. These are generated based on the census-designated MSAs and maps. Will be one of our [Canonical Metros](/docs/location-metros).     | Base   |
| [`ip.location.country`](/docs/ip-fields#iplocationcountry)                         | [`Enum (String)`](/docs/location-countries)           | Standardized format for country. Will be one of our [Canonical Countries](/docs/location-countries).                                         | Base   |
| [`ip.location.continent`](/docs/ip-fields#iplocationcontinent)                     | [`Enum (String)`](/docs/location-continents)          | Standardized format for continent. Will be one of our [Canonical Continents](/docs/location-continents).                                     | Base   |
| [`ip.location.postal_code`](/docs/ip-fields#iplocationpostal_code)                 | `String `                                             | The postal code of the ip address                                                                                                            | Base   |
| [`ip.location.geo`](/docs/ip-fields#iplocationgeo)                                 | `String `                                             | City-center geo code of a locality, in the format latitude, longitude.                                                                       | Base   |
| [`ip.location.timezone`](/docs/ip-fields#iplocationtimezone)                       | `Enum (String)`                                       | The timezone the address is in. Will be lowercase and formatted according to the [IANA Time Zone Database](https://www.iana.org/time-zones). | Base   |
| [`company`](/docs/ip-fields#company)                                               | `Object `                                             | Information related to the company associated with the IP address                                                                            | Base   |
| [`company.confidence`](/docs/ip-fields#companyconfidence)                          | [`Enum (String)`](/docs/confidence-levels)            | How confident we are that the returned company is associated with requested IP.                                                              | Base   |
| [`company.id`](/docs/ip-fields#companyid)                                          | `String `                                             | The [PDL ID](/docs/company-schema#id) of the company associated with the IP address                                                          | Base   |
| [`company.website`](/docs/ip-fields#companywebsite)                                | `String `                                             | The [primary website](/docs/company-schema#website) of the company associated with the IP address.                                           | Base   |
| [`company.name`](/docs/ip-fields#companyname)                                      | `String `                                             | The [name](/docs/company-schema#name) of the company associated with the IP address.                                                         | Base   |
| [`company.display_name`](/docs/ip-fields#companydisplay_name)                      | `String `                                             | The [display\_name](/docs/company-schema#display_name) of the company associated with the IP address.                                        | Base   |
| [`company.location`](/docs/ip-fields#companylocation)                              | `Object `                                             | The [location](/docs/company-schema#location) of the company's primary HQ associated with the IP address                                     | Base   |
| [`company.location.name`](/docs/ip-fields#companylocationname)                     | `String `                                             | Our cleaned values for locations in the format locality, region, country.                                                                    | Base   |
| [`company.location.locality`](/docs/ip-fields#companylocationlocality)             | `String `                                             | The locality of the company HQ                                                                                                               | Base   |
| [`company.location.region`](/docs/ip-fields#companylocationregion)                 | `String `                                             | The region of the company HQ                                                                                                                 | Base   |
| [`company.location.metro`](/docs/ip-fields#companylocationmetro)                   | [`Enum (String)`](/docs/location-metros)              | US ONLY. These are generated based on the census-designated MSAs and maps. Will be one of our [Canonical Metros](/docs/location-metros).     | Base   |
| [`company.location.country`](/docs/ip-fields#companylocationcountry)               | [`Enum (String)`](/docs/location-countries)           | Standardized format for country. Will be one of our [Canonical Countries](/docs/location-countries).                                         | Base   |
| [`company.location.continent`](/docs/ip-fields#companylocationcontinent)           | [`Enum (String)`](/docs/location-continents)          | Standardized format for continent. Will be one of our [Canonical Continents](/docs/location-continents).                                     | Base   |
| [`company.location.street_address`](/docs/ip-fields#companylocationstreet_address) | `String `                                             | The street address of the company HQ                                                                                                         | Base   |
| [`company.location.address_line_2`](/docs/ip-fields#companylocationaddress_line_2) | `String `                                             | The company HQ’s street address line 2                                                                                                       | Base   |
| [`company.location.postal_code`](/docs/ip-fields#companylocationpostal_code)       | `String `                                             | The postal code of the company HQ                                                                                                            | Base   |
| [`company.location.geo`](/docs/ip-fields#companylocationgeo)                       | `String `                                             | City-center geo code of a locality, in the format latitude, longitude.                                                                       | Base   |
| [`company.size`](/docs/ip-fields#companysize)                                      | [`Enum (String)`](/docs/company-sizes)                | The self-reported [size range](/docs/company-sizes) of the company associated with the IP address.                                           | Base   |
| [`company.industry`](/docs/ip-fields#companyindustry)                              | [`Enum (String)`](/docs/industries)                   | The self-reported [industry](/docs/industries) of the company associated with the IP address.                                                | Base   |
| [`company.inferred_revenue`](/docs/ip-fields#companyinferred_revenue)              | [`Enum (String)`](/docs/inferred-revenue-ranges)      | The [estimated annual revenue](/docs/inferred-revenue-ranges) (in USD) of the company associated with the IP address.                        | Base   |
| [`company.employee_count`](/docs/ip-fields#companyemployee_count)                  | `Integer (> 0)`                                       | The current [number of employees](/docs/company-schema#employee_count) working at the company associated with the IP address.                | Base   |
| [`company.tags`](/docs/ip-fields#companytags)                                      | `Array [String]`                                      | [Tags](/docs/company-schema#tags) associated with the company associated with the IP address.                                                | Base   |
| [`person`](/docs/ip-fields#person)                                                 | `Object `                                             | Information related to the person associated with the IP address                                                                             | Base   |
| [`person.confidence`](/docs/ip-fields#personconfidence)                            | [`Enum (String)`](/docs/confidence-levels)            | How confident we are that the returned person is associated with requested IP.                                                               | Base   |
| [`person.job_title_sub_role`](/docs/ip-fields#personjob_title_sub_role)            | [`Enum (String)`](/docs/job-title-subroles-post-v271) | The derived subrole of the person's current job title.                                                                                       | Base   |
| [`person.job_title_role`](/docs/ip-fields#personjob_title_role)                    | [`Enum (String)`](/docs/job-title-roles-post-v271)    | The derived role of the person's current job title.                                                                                          | Base   |
| [`person.job_title_class`](/docs/ip-fields#personjob_title_class)                  | [`Enum (String)`](/docs/job-title-class)              | The line item category this employee would fall into                                                                                         | Base   |
| [`person.levels`](/docs/ip-fields#personlevels)                                    | [`Array [Enum (String)]`](/docs/job-title-levels)     | The derived level(s) of the person's current job title                                                                                       | Base   |
| [`dataset_version`](/docs/ip-fields#dataset_version)                               | `String`                                              | The release number for the current build                                                                                                     | Base   |

***

<Frame>
  <img align="center" src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/891be0ed02ce4959796635e8174b6ed7798a85f2595404a0ac7609c814e3a71b-Recruiting_Banner_for_Docs.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=abe1365e54a2f16de90de429336be8de" data-transcend-suppress width="1685" height="215" data-path="images/docs/891be0ed02ce4959796635e8174b6ed7798a85f2595404a0ac7609c814e3a71b-Recruiting_Banner_for_Docs.png" />
</Frame>

*Know someone who’d thrive building data products and helping us launch what’s next? We’d love to meet!*

*Check out our [open roles](https://www.peopledatalabs.com/company?utm_source=docs\&utm_medium=footer\&utm_campaign=cta#jobs) →*


## Related topics

- [IP Schema](/docs/ip-fields.md)
- [Data License Overview](/docs/data-license.md)
- [Company Data Overview](/docs/company-data-overview.md)
- [Person Data Overview](/docs/person-data-overview.md)
- [Examples - IP Enrichment API](/docs/examples-ip-enrichment-api.md)
