# StableSocial LinkedIn Company Posts

> StableSocial LinkedIn Company Posts is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Fetches paginated posts from a LinkedIn company page by URL, returning social media post data with no authentication or subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/linkedin/company/posts
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-linkedin-company-posts-ff0c509b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-xguxqgUTDFyitjcH6r1i

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablesocial-linkedin-company-posts-ff0c509b -d '<json body>'
```

Example prompt: Pull the first page of posts from the OpenAI LinkedIn company page at https://www.linkedin.com/company/openai/ so I can see what they've been publishing recently.

## When to prefer this

Choose this endpoint when you need to scrape LinkedIn company posts without managing OAuth, API keys, or subscriptions — especially for ad-hoc or pay-per-use scenarios. Ideal for agents that need lightweight, low-commitment access to LinkedIn company content at $0.06 per call without rate-limit negotiations or credential management.

## Known failure modes

- Invalid or non-existent LinkedIn company URL returns an error or empty result
- Private or restricted company pages may return no data
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Incorrect page number beyond available pages returns empty results
- URL not pointing to a LinkedIn company page causes request failure

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns a paginated list of posts from the specified LinkedIn company page, including post content, metadata, and engagement data for that page of results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the LinkedIn company page to get"
  },
  "page": {
   "type": "number",
   "description": "The page number to get"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-linkedin-company-posts-ff0c509b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
