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

Dictionary: Company Posts Data

Overview

This data dictionary shows all available data fields, explains their values, and provides data samples from the Company Posts dataset.

Author

Data field
Description
Data type

company_name

Company name

String

company_url

Company profile URL

String

company_headline

Headline or title of the company (if available)

String

company_posts_count

Number of all company's posts

Integer

company_logo_url

Company logo URL

String

company_followers_count

Company's profile followers count

Integer

Refer to the table example from the data:

Author
{
  "company_name": "Example Company",
  "company_url": "https://www.professional-network.com/company/example-company",
  "company_headline": "Global Leader in Enterprise Software | Empowering 10,000+ Businesses Worldwide",
  "company_posts_count": 1284,
  "company_logo_url": "https://media.licdn.com/dms/image/D4E0BAQGk3mXpT7vYw/company-logo_200_200/0/1700000000000",
  "company_followers_count": 142300,
}

Metadata

Data field
Description
Data type

company_id

Company record identification key in our database

Long

company_source_id

Identifier assigned by Professional network

Long

id

Post's ID

String

url

Post's URL

String

date_published

Post publication date

String

deleted

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

Integer

created_at

Record creation timestamp in ISO 8601 format

Timestamp

updated_at

Record update timestamp in ISO 8601 format

Timestamp

Refer to the table example from the data:

Post content

Data field
Description
Data type

article_body

Content of the post

String

image_url

URL of an image attached to the post (if available)

String

article_images

Array of image URLs in the post

Array of strings

article_video

Video attachment details

Struct

article_video.url

Video URL

String

article_video.image_url

Video thumbnail image URL

String

article_video.type

Video type

String

article_video.captions

Video captions

String

article_video.urn

Video URN identifier

String

article_document

Document attachment details

Struct

article_document.title

Document title

String

article_document.cover_pages

Document cover page image URLs

Array of strings

hashtags

Hashtags used in the post

Array of strings

mentions

Mentioned companies or people

Array of structs

mentions[].full_name

Name mentioned in the post

String

mentions[].url

Mentioned entity URL

String

Refer to the table example from the data:

Engagement

Data field
Description
Data type

reaction_count

Number of reactions on the post

Integer

comment_count

Number of comments on the post

Integer

comments

List of comments on the post

Array of objects

comments[].full_name

Name of the person who wrote the comment

String

comments[].headline

Headline or title of the commenter (if available)

String

comments[].follower_count

Commenter's follower count

String

comments[].profile_url

URL of the commenter’s profile

String

comments[].body

Content of the comment

String

comments[].date_published

Time when comment was published

String

comments[].reaction_count

Reactions number on the comment

Integer

comments[].deleted

Comment deletion status: 1 – comment was deleted 0 – comment exists

Integer

comments[].created_at

Comment creation timestamp

Timestamp

comments[].updated_at

Comment update timestamp

Timestamp

Refer to the table example from the data:

Reshared post

Data field
Description
Data type

reshared_post

Reshared posts information

Struct

reshared_post.id

Unique identifier of the reshared post. Used to distinguish it from other posts

String

reshared_post.url

Direct URL to the reshared post on Professional network

String

reshared_post.author_name

Name of the original author of the reshared post

String

reshared_post.author_profile_url

Professional network profile URL of the original post’s author

String

reshared_post.author_headline

Headline or summary text shown under the author’s name, often follower count or role

String

reshared_post.author_followers

Number of author followers

Integer

reshared_post.employee_parent_id

Author profile parent category identification key

Long

reshared_post.company_id

The company_id of the reshared post in case the post belongs to a company

Long

reshared_post.logo_url

Original post author logo

String

reshared_post.date_published

Time since the post was reshared

String

reshared_post.article_body

Main text content of the reshared post

String

reshared_post.image_url

Original post image URL

Array of strings

reshared_post.article_images

Original post images

Array of strings

reshared_post.article_video

Original post video details

Struct

reshared_post.article_video.url

Original post video URL

String

reshared_post.article_video.image_url

Original post image URL

String

reshared_post.article_video.type

Original post video type

String

reshared_post.article_video.captions

Original post video captions

String

reshared_post.article_video.urn

Original post video URN

String

reshared_post.article_document

Original post document details

Struct

reshared_post.article_document.title

Original post document title

String

reshared_post.article_document.cover_pages

Original post document cover pages

Array of strings

reshared_post.hashtags

List of hashtags included in the reshared post text

Array of strings

reshared_post.mentions

Original post mentions

Array of structs

reshared_post.mentions[].full_name

Name mentioned in the original post

String

reshared_post.mentions[].url

Original post mentioned entity URL

String

reshared_post.reaction_count

Original post reaction count

Integer

reshared_post.comment_count

Original post comment count

Integer

Refer to the table example from the data:

Last updated

Was this helpful?