# AnyAPI LinkedIn Search Posts

> AnyAPI LinkedIn Search Posts 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-23).

Searches LinkedIn for posts matching a given query and returns structured post data via a pay-per-request scraping API.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.search_posts
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-23
- Success rate: 85% of calls made through Zero
- Rating: 4.7 / 5 from 2 reviews
- Activations on Zero: 43
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-linkedin-search-posts-6b0651cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ioz3e4yLHqdELjiSs72U3

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-search-posts-6b0651cc -d '<json body>'
```

Example prompt: Search LinkedIn for the most recent posts about 'generative AI in healthcare' and give me the top results including the post text, author, and engagement stats.

## When to prefer this

Use this endpoint when you need to programmatically search and extract LinkedIn posts for a given keyword, hashtag, or topic without maintaining a LinkedIn session or subscription. Ideal for market research, competitive intelligence, content monitoring, or social listening on LinkedIn at low cost ($0.002 per call) with no monthly commitment.

## Known failure modes

- No posts found for the given query — empty results array returned
- LinkedIn rate limiting or blocking causing scraping failure — error response
- Invalid or missing query parameter — 400 bad request
- Payment failure or insufficient balance — 402 payment required
- LinkedIn page structure changes breaking the scraper — unexpected schema or null fields

## 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 LinkedIn post objects, each containing post content/text, author name and profile info, engagement metrics (likes, comments, shares), post URL, and timestamp of the post.

## Response schema (JSON Schema)

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

## More

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