# AnyAPI LinkedIn Post Scraper

> AnyAPI LinkedIn Post Scraper 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 data from a specific LinkedIn post via a pay-per-request API with no subscription required

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.post
- 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-scraper-41e732dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JN8w5Hk0o5fz6JFtzvb4M

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-scraper-41e732dd -d '<json body>'
```

Example prompt: Can you pull the full details from this LinkedIn post — the text, author, likes, and comment count? Here's the URL: https://www.linkedin.com/posts/example-user_activity-1234567890

## When to prefer this

Choose this endpoint when you need to programmatically extract data from a specific LinkedIn post without a LinkedIn API subscription or OAuth setup. Ideal for one-off or low-volume lookups where a flat $0.002 per-call pay-per-request model is more cost-effective than maintaining a monthly subscription. Best when you already have the LinkedIn post URL and need structured post metadata quickly.

## Known failure modes

- Post URL is invalid or malformed — returns error response
- LinkedIn post is private or requires authentication — may return empty or error
- Rate limiting or LinkedIn blocking the scraper — may return failure or partial data
- Post has been deleted or no longer exists — returns not found error
- Insufficient USDC balance for the $0.002 per-call fee — payment fails

## 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 scraped LinkedIn post data including post body text, author name and profile details, like/reaction count, comment count, share count, post date, and any other available post metadata.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-linkedin-post-scraper-41e732dd/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)
