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

Sample: Company Posts API

Review Coresignal's Company Posts API 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
{
  "company_id": 9871234560,
  "company_source_id": 4412398,
  "id": "7192837465019283746",
  "url": "https://www.professional-network.com/posts/example-company_ai-innovation-futureofwork-activity",
  "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",
  "date_published": "2026-05-14",
  "article_body": "Excited to share our latest insights on the future of AI in enterprise. The past year has been transformative for our team, and we're just getting started. Drop your thoughts in the comments below 👇 #AI #Innovation",
  "image_url": "https://media.licdn.com/dms/image/D4E22AQF3k9mXpT7vYw/feedshare-shrink_800/0/1700000000000",
  "hashtags": [
    "AI",
    "Innovation"
  ],
  "mentions": [
    {
      "full_name": "John Doe",
      "url": "https://www.professional-network.com/john-doe-12345"
    },
    {
      "full_name": "Jane Smith",
      "url": "https://www.professional-network.com/jane-smith-67890"
    }
  ],
  "reaction_count": 847,
  "comment_count": 1,
  "comments": [
    {
      "full_name": "Alice Johnson",
      "headline": "Head of Product @ Sample Corp",
      "profile_url": "https://www.professional-network.com/alice-johnson-48291",
      "body": "This is such a timely post. We've been seeing the exact same trends on our end — enterprises are finally moving past the pilot phase and into real production deployments. Would love to connect and exchange notes!",
      "reaction_count": 34,
      "date_published": "2026-05-15",
      "deleted": 0,
      "created_at": "2026-05-15 09:23:14.582341",
      "updated_at": "2026-05-15 09:23:14.582341"
    }
  ],
  "reshared_post": {
    "id": "7185647382910274651",
    "url": "https://www.professional-network.com/posts/partner-company_digitaltransformation-enterpriseai-activity-7185647382910274651-mP4q",
    "author_name": "Partner Company",
    "author_profile_url": "https://www.professional-network.com/company/partner-company",
    "author_headline": "Enterprise AI Solutions | Trusted by Fortune 500 Companies",
    "company_id": 5523109,
    "date_published": "2026-05-17",
    "article_body": "The next wave of enterprise transformation is here. We've just published our 2024 State of AI report, covering adoption trends, ROI benchmarks, and the strategies top-performing companies are using to stay ahead. Download the full report below 👇 #DigitalTransformation #EnterpriseAI",
    "image_url": [
      "https://media.licdn.com/dms/image/D4E22AQF9kLmPx3vZw/feedshare-shrink_800/reshare_thumbnail.jpg"
    ],
    "hashtags": [
      "DigitalTransformation",
      "EnterpriseAI"
    ]
  },
  "deleted": 0,
  "created_at": "2026-05-14 08:15:22.104837",
  "updated_at": "2026-05-17 10:42:55.837291"
}

Last updated

Was this helpful?