# AnyAPI LinkedIn Post Transcript

> AnyAPI LinkedIn Post Transcript is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes and returns the transcript or text content from a LinkedIn post given its URL or identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.post_transcript
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-linkedin-post-transcript-f90b6ed7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JQTZ0v60Tv47OON-rC0hq

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 anyapi-linkedin-post-transcript-f90b6ed7 -d '<json body>'
```

Example prompt: Can you grab the full text content from this LinkedIn post: https://www.linkedin.com/posts/satyanadella_activity-7123456789012345678-abcd?

## When to prefer this

Use this endpoint when you need to programmatically extract the text content of a specific LinkedIn post without managing LinkedIn authentication, browser automation, or scraping infrastructure. Ideal for agents doing content analysis, monitoring, or research on LinkedIn posts on a per-request pay-as-you-go basis with no subscription required.

## Known failure modes

- Post URL is invalid or malformed — returns error indicating bad input
- LinkedIn post is private or requires login to view — returns access denied or empty result
- Post has been deleted or no longer exists — returns not found error
- Rate limiting or LinkedIn anti-scraping measures triggered — returns timeout or blocked response
- Non-post LinkedIn URL provided (e.g. profile or company page) — returns unexpected or empty content

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the extracted transcript or text body of the specified LinkedIn post, likely including the post content, author details, and associated metadata such as engagement counts or timestamps.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-linkedin-post-transcript-f90b6ed7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
