# AnyAPI LinkedIn Company Posts Scraper

> AnyAPI LinkedIn Company Posts 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, last successful call 2026-07-03).

Scrapes and returns recent posts from a LinkedIn company page by company identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.company_posts
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-03
- Success rate: 50% of calls made through Zero
- Activations on Zero: 15
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-linkedin-company-posts-scraper-a08cc30f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dpeu4E1kdav5QGfIvMd0w

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-company-posts-scraper-a08cc30f -d '<json body>'
```

Example prompt: Can you pull the most recent posts from OpenAI's LinkedIn company page so I can see what they've been announcing lately?

## When to prefer this

Use this endpoint when you need to programmatically extract recent post content and engagement data from a LinkedIn company page without a LinkedIn API subscription. Ideal for competitive intelligence, content monitoring, lead research, or aggregating social signals for a brand. Prefer this over LinkedIn's official API when you need pay-per-use access with no monthly commitment.

## Known failure modes

- Company identifier not found or invalid — returns error indicating unknown company
- LinkedIn rate limiting or anti-scrape measures blocking the request — returns error or empty result
- Private or restricted company page with no accessible posts
- Network timeout or upstream scraping failure
- Malformed request payload missing required company identifier

## 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

Returns a JSON array of recent LinkedIn company posts including post content, timestamps, engagement data (likes, comments, shares), and post metadata for the specified company page.

## Response schema (JSON Schema)

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

## More

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