Skip to main content

Overview

IP Enrichment API This page details the company-related fields that we provide through the IP Enrichment API.
Field AvailabilityPlease note: Not all fields are available in all bundles.
  • For more information about data formatting, see Data Types.
  • For a full example record, see Example IP Record.
  • 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

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:

Example

JSON

ip.address

Field Details

This is the specific IP address we have registered in our dataset

Example

JSON

ip.metadata

Field Details

The metadata object is a set of premium fields targeted towards identifying IPs as mobile or using hosting, proxy, Tor, VPN, relay or other services.

Example

JSON

ip.metadata.version

Field Details

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

JSON

ip.metadata.mobile

Field Details

A boolean field indicating whether the IP is a known mobile address.

Example

JSON

ip.metadata.hosting

Field Details

A boolean field indicating whether the IP is a known hosting address.

Example

JSON

ip.metadata.proxy

Field Details

A boolean field indicating whether the IP is a known proxy address.

Example

JSON

ip.metadata.tor

Field Details

A boolean field indicating whether the IP is a known Tor address.

Example

JSON

ip.metadata.vpn

Field Details

A boolean field indicating whether the IP is a known VPN address.

Example

JSON

ip.metadata.relay

Field Details

A boolean field indicating whether the IP is a known relay address.

Example

JSON

ip.metadata.service

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

JSON

ip.metadata.asn_domain

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

JSON

Location


ip.location

Field Details

The location object will contain some of our common location fields as well as the location timezone: See here for more information on our standard location fields.

Example

JSON

ip.location.name

Example

JSON

ip.location.locality

Example

JSON

ip.location.region

Example

JSON

ip.location.metro

Example

JSON

ip.location.country

Example

JSON

ip.location.continent

Example

JSON

ip.location.postal_code

Example

JSON

ip.location.geo

Example

JSON

ip.location.timezone

Example

JSON

Company


company

Field Details

Many of the fields in the data.company object come directly from our Company Schema.

Example

JSON

company.confidence

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

JSON

company.id

Field Details

See company.id for more information about how we handle company IDs.

Example

JSON

company.website

Field Details

See company.website for more information about how we handle company websites.

Example

JSON

company.name

Field Details

See company.name for more information about how we handle company names.

Example

JSON

company.display_name

Field Details

See company.display_name for more information about how we handle company names.

Example

JSON

company.location

Field Details

The location object will contain our common location fields:

Example

JSON

company.location.name

Example

JSON

company.location.locality

Example

JSON

company.location.region

Example

JSON

company.location.metro

Example

JSON

company.location.country

Example

JSON

company.location.continent

Example

JSON

company.location.street_address

Example

JSON

company.location.address_line_2

Example

JSON

company.location.postal_code

Example

JSON

company.location.geo

Example

JSON

company.size

Field Details

See company.size for more information about how we handle company size ranges.

Example

JSON

company.industry

Field Details

See company.industry for more information about how we handle company industries.

Example

JSON

company.inferred_revenue

Field Details

See company.inferred_revenue for more information about how we handle company revenues.

Example

JSON

company.employee_count

Field Details

See company.employee_count for more information about how we handle company employee counts.

Example

JSON

company.tags

Field Details

See company.tags for more information about how we handle company tags.

Example

JSON

Person


person

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.

Example

JSON

person.confidence

Field Details

Will be one of the following options: very high, high, moderate, low, very low.

Example

JSON

person.job_title_sub_role

Field Details

The value will be one of our Canonical Job Sub Roles. Each subrole maps to a role. See Mapping Job Title Class to Roles to Subroles for the complete list.

Example

JSON

person.job_title_role

Field Details

The value will be one of our Canonical Job Roles.

Example

JSON

person.levels

Field Details

Each level in the list will be one of our Canonical Job Title Levels. Note: The cxo level is a catch-all for “Chief __ Officer” roles, so a CEO, CIO, CTO, etc. will all have job_title_levels: [“cxo”].

Example

JSON


person.job_title_class

Field Details

The value will be one of our Canonical Job Roles.

Example

JSON