Sample: Employee Posts API

Review Coresignal's Employee Posts Data sample below, or contact sales for more information.

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

Data sample
{
  "author_name": "John Doe",
  "author_profile_url": "https://professional-network.com/in/john-doe",
  "author_headline": "Data Analyst @Company Example | Data is my passion",
  "author_posts_count": 100,
  "id": "1234567890123456",
  "url": "https://www.professional-network.com/posts/johndoe_example-post-123456",
  "date_published": "2025-07-01",
  "article_body": "Data is only as valuable as the insights you can draw from it, and the right structure makes all the difference. With Jane Doe, we're building tools that turn raw data into clear, actionable stories.",
  "image_url": "https://example.com/image/link123456789",
  "hashtags": [
      "#Data",
      "#Inspiring"
    ],
  "mentions": [
    {
      "full_name": "Jane Doe",
      "url": "https://professional-network.com/in/jane-doe"
    }
  ],
  "reaction_count": 10,
  "comment_count": 2,
  "comments": [
    {
      "full_name": "John Smith",
      "headline": "Talent Intelligence@ Example corp | Meta Alumni",
      "profile_url": "https://www.professional-network.com/in/john-smith",
      "body": "Great opportunity",
      "reaction_count": 1,
      "date_published": "2025-07-01"
    },
    {
      "full_name": "Jane Smith",
      "headline": "Looking for a job in QA | Functional Testing ",
      "profile_url": "https://professional-network.com/in/jane-smith",
      "body": "I'd be interested to join your team",
      "reaction_count": 0,
      "date_published": "2025-07-02"
    }
  ]
}

Last updated

Was this helpful?