Dictionary: Employee Posts Data
Overview
This data dictionary shows all available data fields, explains their values, and provides data samples from the Employee Posts dataset.
Author
author_name
Employee's full name
String
author_profile_url
Employee's profile URL
String
author_headline
Headline or title of the author (if available)
String
author_posts_count
Number of all author's posts
Integer
Refer to the table example from the data:
"author_name": "John Doe",
"author_profile_url": "https://professional-network.com/john-doe",
"author_headline": "Data Analyst @Company Example | Data is my passion",
"author_posts_count": 100,Post information
id
Post's ID
String
employee_parent_id
Employee profile identification key
String
url
Post's URL
String
date_published
Post publication date
String
article_body
Content of the post
String
image_url
URL of an image attached to the post (if available)
String
hashtags
List of hashtags used in the post
Array
mentions
Mentions of other profiles
Array of strings
full_name
Mention within the post
String
url
Profile URL of the mentioned entity
String
reaction_count
Number of reactions (likes, claps, etc.) on the post
Integer
created_at
The date and time when the employee post record was scraped and recorded in ISO 8601 format
String (date)
processed_at
Exposes when data was processed on our side (reparsing, reloads, data quality fixes)
Timestamp
Refer to the table example from the data:
Comments
comment_count
Number of comments on the post
Integer
comments
List of comments on the post
Array of objects
full_name
Name of the person who made the comment
String
headline
Headline or title of the commenter (if available)
String
profile_url
URL of the commenter’s profile
String
body
Content of the comment
String
reaction_count
Number of reactions on the comment
Integer
date_published
Time when comment was published
String
Refer to the table example from the data:
Reshared post
reshared_post
Reshared posts information
Object
id
Unique identifier of the reshared post. Used to distinguish it from other posts
String
company_id
The company_id of the reshared post in case the post belongs to a company
Integer
employee_parent_id
Author profile identification key
String
url
Direct URL to the reshared post on Professional network
String
author_name
Name of the original author of the reshared post
String
author_profile_url
Professional network profile URL of the original post’s author
String
author_headline
Headline or summary text shown under the author’s name, often follower count or role
String
article_body
Main text content of the reshared post
String
image_url
List of image URLs attached to the reshared post
String
hashtags
List of hashtags included in the reshared post text
String
date_published
Time since the post was published
String
Refer to the table example from the data:
Last updated
Was this helpful?