> ## Documentation Index
> Fetch the complete documentation index at: https://apidoc.cufinder.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Company Activity API

> The Company Activity API returns a company's most recent social posts, including text, hashtags, media, and engagement counts. Pass a company name, domain, or LinkedIn URL and get back a structured feed you can mine for launches, hiring news, and campaigns.

## Common Use Cases

Company posts reveal what a business is talking about right now — launches, hiring, milestones, and campaigns.

* **Social Monitoring:** Pulling a company's latest posts in a single call.
* **Sales Timing:** Spotting launches or announcements worth reacting to.
* **Competitive Intelligence:** Watching how competitors position and message.
* **Content Research:** Studying what resonates for a company or peer set.

<Badge color="blue" size="lg" icon="star" className="mt-3">
  Credit usage is 2 per request.
</Badge>

## Attributes

<ParamField body="query" type="string" required>
  Company name, company domain, or company LinkedIn URL.
</ParamField>

<ParamField body="page" type="integer">
  Page number for paginated results.
</ParamField>

## Response

<CodeGroup>
  ```json Response theme={null}
  {
      "status": 1,
      "data": {
          "confidence_level": 97,
          "query": "linkedin.com/company/cufinder",
          "activities": [
              {
                  "activity_url": "https://www.linkedin.com/posts/cufinder_anthropic-alphabet-ai-activity-7462132400869888002-bCRi",
                  "activity_id": "7462132400869888002",
                  "author_name": null,
                  "author_type": null,
                  "author_url": null,
                  "activity_comments_count": 59,
                  "activity_hashtags": [
                      "#AI",
                      "#Alphabet",
                      "#Anthropic"
                  ],
                  "activity_headline": null,
                  "activity_images": [
                      "https://media.licdn.com/dms/image/v2/D4D05AQHVN8EECW2Qow/videocover-high/B4DZ46pEhUGQBI-/0/1779100306969?e=2147483647&v=beta&t=7OeqGlKAUPD9jdYme0lvTDXAcMJv6xV2s7Cln7IjzQ0"
                  ],
                  "activity_is_video": true,
                  "activity_posted_at": "2026-05-18T13:30:04.063Z",
                  "activity_reactions_count": 3,
                  "activity_reposts_count": null,
                  "activity_text": "\ud83d\ude80 $9B \u2192 $2T: The Crossover Coming for Alphabet That's not a typo. Anthropic is projected to grow 222\u00d7 by 2030 \u2014 and cross Alphabet's revenue by mid-2028. Joseph Jacks (OSS Capital) …",
                  "activity_top_comments": [],
                  "activity_videos": [
                      "https://dms.licdn.com/playlist/vid/v2/D4D05AQHVN8EECW2Qow/mp4-640p-30fp-crf28/B4DZ46pEhUGQBg-/0/1779100309437?e=2147483647&v=beta&t=wmKMKSO-tGEwSnLXajhlIoZW7quey8wPXc6W17oYAE0",
                      "https://www.linkedin.com/embed/feed/update/urn:li:activity:7462132400869888002?compact=true"
                  ]
              }
          ],
          "credit_count": 4761
      }
  }
  ```
</CodeGroup>

## Related APIs

<CardGroup cols={2}>
  <Card title="Company Signals" icon="building" href="/buying-signals/signals-apis/company-signals">
    Companies that just triggered a signal.
  </Card>

  <Card title="Company Snapshot" icon="camera" href="/apis/company-snapshot">
    Get a quick company overview.
  </Card>

  <Card title="Company Enrichment" icon="building" href="/apis/company-enrichment">
    Enrich a company with full firmographics.
  </Card>

  <Card title="People Signals" icon="users" href="/buying-signals/signals-apis/people-signals">
    People at companies that triggered a signal.
  </Card>
</CardGroup>
