> For the complete documentation index, see [llms.txt](https://docs.coresignal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coresignal.com/company-data/company-posts-data/sample-company-posts-data.md).

# Sample: Company Posts Data

Review Coresignal's Company Posts Data sample below, or [contact sales](https://coresignal.com/contact-us/?utm_source=web\&utm_medium=public-docs\&utm_campaign=data-consultation) for more information.

{% hint style="info" %}
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
{% endhint %}

{% code title="Data sample" overflow="wrap" %}

```json
{
  "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"
}
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coresignal.com/company-data/company-posts-data/sample-company-posts-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
