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

Dictionary: Base Company Data

This data dictionary shows all available data fields, explains their values, and provides samples of company data. All tables have snippets of the Base Company dataset.

Data fields

Main company information

Data field
Description
Data type

id

Identification key for a company profile record

Integer

source_id

Professional network static company ID

String

name

Company name

String

url

The Professional network URL where the company was first discovered. It can be outdated if the company has changed its profile

String

canonical_url

The current official Professional network URL for the company, reflecting the most recent updates

String

logo_url

Company's logo

String

financial_website_url

Company's financial website profile URL

String

shorthand_name

Dynamic part of the URL used to update the profile and identify companies

String

canonical_shorthand_name

The current official shorthand name

String

shorthand_names

A list of all historical company shorthand names that were captured

Array of structs

shorthand_names[].shorthand_name

Historical shorthand name value

String

website

Company website

String

size

Company size category

String

industry

Company's industry

String

type

Company type (e.g., Public Company, Privately Held)

String

description

Company description

String

tagline

Company tagline/headline as displayed on Professional network

String

employees_count

Number of employees on Professional network who associated their experience with the company

Integer

followers

Profile follower count

Integer

founded

Company's founding year

Integer

headquarters

Company headquarters address

String

other_investors

Count of additional investors not individually listed

Integer

deleted

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

Integer

specialties

List of company specialties

Array of strings

created_at

The time and date when the record was first scraped

Timestamp

updated_at

The time and date when the record was last updated

Timestamp

processed_at

Exposes when data was processed on our side (reparsing, reloads, data quality fixes)

Timestamp

Refer to the table example from the data:

Affiliated pages

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

affiliated_pages[].order_in_profile

Section record order on profile

Integer

affiliated_pages[].deleted

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

Integer

affiliated_pages[].created_at

The time and date when the record was first scraped

Timestamp

affiliated_pages[].updated_at

The time and date when the record was last updated

Timestamp

Refer to the table example from the data:

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

featured_employees[].order_in_profile

Section record order on profile

Integer

featured_employees[].deleted

Record deletion status

Integer

featured_employees[].created_at

The time and date when the record was first scraped

Timestamp

featured_employees[].updated_at

The time and date when the record was last updated

Timestamp

Refer to the table example from the data:

Investors

Data field
Description
Data type

featured_investors

Company investors

Array of structs

featured_investors[].id

Identification key for the investor record

String

featured_investors[].name

Investor's name

String

featured_investors[].financial_website_url

Investor's financial website profile URL

String

featured_investors[].order_in_profile

Section record order on profile

Integer

featured_investors[].deleted

Record deletion status

Integer

featured_investors[].created_at

The time and date when the record was first scraped

Timestamp

featured_investors[].updated_at

The time and date when the record was last updated

Timestamp

Refer to the table example from the data:

Funding rounds

Data field
Description
Data type

funding_rounds

Last funding round details

Struct

funding_rounds[].total_rounds_count

Total number of completed funding round

Integer

funding_rounds[].last_round_type

Last funding round type

String

funding_rounds[].last_round_date

Last funding round date

String

funding_rounds[].last_round_url

Funding round record URL on financial website

String

funding_rounds[].last_round_money_raised

Amount of money raised in the last funding round

String

Refer to the table example from the data:

Locations

Data field
Description
Data type

locations

Company locations

Array of structs

locations[].id

Identification key for the location record

String

locations[].address

Full company address

String

locations[].country

Displayed location (country) parsed from the location value

String

locations[].country_iso_2

ISO 2-letter code of the country

String

locations[].country_iso_3

ISO 3-letter code of the country

String

locations[].regions

Region information

Array of structs

locations[].regions[].region

Location region

String

locations[].state

Company location state

String

locations[].city

Company location city

String

locations[].street

Company location street

String

locations[].apartment

Company location apartment/suite

String

locations[].zip_code

Company location zip/postal code

String

locations[].is_primary

Denotes if the location is the company's primary location 0 – not a primary location 1 – primary location

Integer

locations[].order_in_profile

Section record order on profile

Integer

locations[].deleted

Record deletion status

Integer

locations[].created_at

The time and date when the record was first scraped

Timestamp

locations[].updated_at

The time and date when the record was last updated

Timestamp

Refer to the table example from the data:

Headquarters location

Data field
Description
Data type

headquarters_location

Structured headquarters location breakdown

Struct

headquarters_location.address

Full company address

String

headquarters_location.country

Displayed country name

String

headquarters_location.country_iso_2

ISO 2-letter country code

String

headquarters_location.country_iso_3

ISO 3-letter country code

String

headquarters_location.state

State / province

String

headquarters_location.city

City of the company headquarters

String

headquarters_location.street

Street address of the company headquarters

String

headquarters_location.apartment

Apartment number of the company headquarters

String

headquarters_location.suite

Suite of the company headquarters

String

headquarters_location.zip_code

ZIP / postal code of the company headquarters

String

headquarters_location.regions

Region information

Array of structs

headquarters_location.regions[].region

Location region

String

Refer to the table example from the data:

Similar companies

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

similar_pages[].order_in_profile

Section record order on profile

Integer

similar_pages[].deleted

Record deletion status

Integer

similar_pages[].created_at

The time and date when the record was first scraped

Timestamp

similar_pages[].updated_at

The time and date when the record was last updated

Timestamp

Refer to the table example from the data:

Company updates

Data field
Description
Data type

updates

Details of the company's posts

Array of structs

updates[].id

Identification key for the update record

String

updates[].urn

String-based identifier

String

updates[].logo_url

Post author logo URL

String

updates[].image_url

Main post image URL

String

updates[].article_body

Published text content. Note: may contain control characters

String

article_images

Array of image URLs in the post

Array of strings

updates[].article_video

Video attachment details

Struct

updates[].article_video.url

Video URL

String

updates[].article_video.image_url

Video thumbnail image URL

String

updates[].article_video.type

Video type

String

updates[].article_video.captions

Video captions

String

updates[].article_video.urn

Video URN identifier

String

updates[].article_document

Document attachment details

Struct

updates[].article_document[].title

Document title

String

updates[].article_document[].cover_pages

Document cover page image URLs

Array of strings

updates[].hashtags

Hashtags used in the post

Array of strings

updates[].mentions

Mentioned companies or people

Array of structs

updates[].mentions[].company_name

Mentioned company name

String

updates[].mentions[].member_name

Mentioned member name

String

updates[].mentions[].url

Mentioned entity URL

String

updates[].reaction_count

Number of reactions on the post

Integer

updates[].comment_count

Number of comments on the post

Integer

updates[].url

Direct URL to the post

String

updates[].name

Title of the article (if link present) or reposter name (when reshared)

String

updates[].order_in_profile

Section record order on profile

Integer

updates[].deleted

Record deletion status

Integer

updates[].created_at

The time and date when the post record was first created

Timestamp

updates[].updated_at

The time and date when the record was last updated

Timestamp

Refer to the table example from the data:

Company updates: reshared posts

Data field
Description
Data type

updates[].reshared_post

Details of the original reshared post

Structs

updates[].reshared_post.urn

Original post URN

String

updates[].reshared_post.logo_url

Original post author logo

String

updates[].reshared_post.image_url

Original post image

String

updates[].reshared_post.article_body

Original post text

String

updates[].reshared_post.article_images

Original post images

Array of strings

updates[].reshared_post.article_video

Original post video details

Struct

updates[].reshared_post.article_video.url

Original post video URL

String

updates[].reshared_post.article_video.image_url

Original post video thumbnail

String

updates[].reshared_post.article_video.type

Original post video type

String

updates[].reshared_post.article_video.captions

Original post video captions

String

updates[].reshared_post.article_video.urn

Original post video URN

String

updates[].reshared_post.article_document

Original post document details

Struct

updates[].reshared_post.article_document.title

Original post document title

String

updates[].reshared_post.article_document.cover_pages

Original post document cover pages

Array of strings

updates[].reshared_post.hashtags

Original post hashtags

Array of strings

updates[].reshared_post.mentions

Original post mentions

Array of structs

updates[].reshared_post.mentions[].company_name

Original post mentioned company name

String

updates[].reshared_post.mentions[].member_name

Original post mentioned member name

String

updates[].reshared_post.mentions[].url

Original post mentioned entity URL

String

updates[].reshared_post.reaction_count

Original post reaction count

Integer

updates[].reshared_post.comment_count

Original post comment count

Integer

updates[].reshared_post.date_published

Original post publish date

String

updates[].reshared_post.author_name

Original post author name

String

updates[].reshared_post.author_profile_url

Original post author profile URL

String

updates[].reshared_post.author_headline

Original post author headline

String

Refer to the table example from the data:

Last updated

Was this helpful?