# StableSocial LinkedIn Post Transcript

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

Retrieves the transcript or text content from a LinkedIn post given its URL

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/linkedin/post/transcript
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-linkedin-post-transcript-a2eceed7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ezhqxhzCWEcohUhryA7Db

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-post-transcript-a2eceed7 -d '<json body>'
```

Example prompt: Can you grab the full transcript or text from this LinkedIn post for me? https://www.linkedin.com/posts/someuser_activity-1234567890

## When to prefer this

Choose this endpoint when you need to extract text content from a specific LinkedIn post without requiring LinkedIn authentication or a subscription. Ideal for one-off or pay-per-use scraping of LinkedIn post transcripts where setting up OAuth or managing API credentials is not practical.

## Known failure modes

- Invalid or malformed LinkedIn post URL returns an error
- Post is private or restricted to non-authenticated viewers and cannot be scraped
- Post has been deleted or is no longer accessible
- LinkedIn rate limiting or anti-scraping measures may cause temporary failures
- Network or upstream scraping service downtime

## How this service works

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

## Output

The extracted text/transcript content of the specified LinkedIn post, returned as structured data including the post body and potentially associated metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the LinkedIn post to get the transcript from"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-linkedin-post-transcript-a2eceed7/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)
