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

Data Dictionary: Company Posts API

Overview

Data dictionary for data retrieved using Company Posts API endpoints.

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

All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.

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

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",
}

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

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[].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.company_id

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

Long

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.hashtags

List of hashtags included in the reshared post text

Array of strings

Refer to the table example from the data:

Last updated

Was this helpful?