For the complete documentation index, see llms.txt. This page is also available as Markdown.

September 2026

Multi-source Company data: adding new fields

We are adding fields for data quality, company identity, location, and company relationships. Use them to keep records current and enrich company profiles with related companies and employees.

Data field
Description
Data type

is_deleted

Record deletion status: 1 – the profile returned "Page not found" or was deleted; 0 – the record exists

Integer

quality

Indicates record quality:

1 – the record meets all of the following:

  • A company name is present;

  • Contains at least one indicator of identity: a website, company logo, or a non-zero number of employees;

  • The record has been updated recently enough to be considered current.

0 – one or more of those checks failed

Integer

professional_network_shorthand_names

Historical variations of shorthand names for the company

Array of strings

tagline

Company tagline/headline as displayed on Professional network

String

company_locations_full.country

Location country

String

company_locations_full.country_iso_2

ISO 2-letter code of the country

String

company_locations_full.country_iso_3

ISO 3-letter code of the country

String

company_locations_full.regions

Location regions

Array of strings

Adding similar_pages struct

Data field
Description
Data type

similar_pages

Companies similar to the record company

Array of structs

similar_pages[].id

Identification key for the similar company record

String

similar_pages[].name

Similar company name

String

similar_pages[].industry

Similar company industry

String

similar_pages[].url

Similar company profile URL

String

similar_pages[].location

Similar company location

String

Adding featured_employees struct

Data field
Description
Data type

featured_employees

List of featured employees

Array of structs

featured_employees[].id

Identification key for the employee record

String

featured_employees[].full_name

Employee full name

String

featured_employees[].headline

Employee profile headline

String

featured_employees[].profile_url

Employee profile URL

String

Adding affiliated_pages struct

Data field
Description
Data type

affiliated_pages

Profiles of affiliated companies

Array of structs

affiliated_pages[].id

Identification key for the affiliated company record

String

affiliated_pages[].affiliated_company_id

Identification key relating to the company table for the affiliate company

Integer

affiliated_pages[].url

Affiliate company profile URL

String

affiliated_pages[].name

Affiliate company name

String

affiliated_pages[].location

Affiliate company location

String

affiliated_pages[].industry

Affiliate company industry

String

Multi-source Company data: adding new fields

We are adding fields that describe what a company does and how it operates. Use them to classify companies by business area, offerings, SaaS status, and business model.

Data field
Description
Data type

business_areas

Mid-level areas the company operates in, e.g., what the company does

Array of strings

offerings

Concrete products and services the company sells. Brand, product, and feature names are excluded

Array of strings

is_saas

Whether the company is a SaaS company

Boolean

business_model

Business model(s) the company operates in. Possible values: B2B, B2C, B2G, B2B2C, C2C

Array of strings

New field processed_at: adding across multiple datasets

A new field, processed_at, is being added to multiple datasets. This field records the timestamp of the last processing by the data pipeline before delivery, providing consumers with a delivery-side marker for when a record was prepared, independent of source-side collection or update timestamps.

Data field
Description
Data type

processed_at

Exposes when data was processed on our side (reparsing, reloads, data quality fixes). Aligned to the delivery date – one day ahead of updated_at

Timestamp

Sources and affected entities

Source
Entities

Base Jobs

Jobs

Base Company

Company

Company Posts

Posts

Employee Posts

Posts

Craft

Company

Indeed

Jobs

Glassdoor

Jobs, Review

Owler

Company

Company Posts data: removing a field

We are removing the reshared_post.author_headline field due to its low fill rate.

Removing a field

Data field
Data type

reshared_post.author_headline

String

Multi-source Company API: adding new fields

We are introducing new fields to detail what a company does and how it functions. Utilize these fields to categorize companies based on their business area, offerings, SaaS status, and business model.

Data field
Description
Data type

business_areas

Mid-level areas the company operates in, e.g., what the company does

Array of strings

offerings

Concrete products and services the company sells. Brand, product, and feature names are excluded

Array of strings

is_saas

Whether the company is a SaaS company

Boolean

business_model

Business model(s) the company operates in. Possible values: B2B, B2C, B2G, B2B2C, C2C

Array of strings

Webhooks: new response header

GET /v2/subscriptions endpoint now includes an x-total-subscriptions header in its response. Use this header to track your active subscriptions and stay within your subscription limit, eliminating the need to paginate through the entire list.

Query
Header value
Notes

expired=false (default)

Count of subscriptions with "status": "active"

This is the number to watch against your subscription limit

expired=true

Count of all subscriptions, expired ones included

Reading this value as your active count will overstate usage

Last updated

Was this helpful?