# PrimeAPI LinkedIn Post Search

> PrimeAPI LinkedIn Post Search is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.057449/call, status unknown (last checked 2026-09-15).

Searches or retrieves LinkedIn post content based on a query string via a paid per-call API

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/ai/linkedin/post
- Price: $0.057449/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-linkedin-post-search-4c60559d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ATEPzOQQiCIT-6XXzOQvK

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 primeapi-linkedin-post-search-4c60559d -d '<json body>'
```

Example prompt: Search LinkedIn posts about 'generative AI in healthcare' and show me what people are saying — I want to see recent discussions on the topic for market research.

## When to prefer this

Choose this endpoint when you need to search or retrieve LinkedIn post content programmatically without managing API keys, paying per call in USDC on Base. Best for agents performing social listening, market research, or content discovery on LinkedIn.

## Known failure modes

- Empty or irrelevant results if query is too vague or niche
- Rate limiting or payment failure if USDC balance is insufficient
- API timeout if LinkedIn data source is slow to respond
- Malformed response if query contains special characters or unsupported syntax
- No results returned for queries with very low LinkedIn post volume

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns LinkedIn post data matching the query, likely including post content, metadata such as author or engagement, and other relevant post details retrieved from LinkedIn via the PrimeAPI service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/primeapi-linkedin-post-search-4c60559d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
