# Clado LinkedIn Post Reactions Fetcher

> Clado LinkedIn Post Reactions Fetcher is a paid API for AI agents from clado.x402.paywithlocus.com, paid per call via x402, $0.013/call, status unknown (last checked 2026-09-13).

Fetches reactions (likes, celebrates, etc.) on a LinkedIn post, with optional pagination and reaction type filtering.

## Facts

- Endpoint: POST https://clado.x402.paywithlocus.com/clado/post-reactions
- Price: $0.013/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clado-linkedin-post-reactions-fetcher-ec26437d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dDWvJoQWI86lM2JV7Of-T

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 clado-linkedin-post-reactions-fetcher-ec26437d -d '<json body>'
```

Example prompt: Pull all the 'like' reactions from this LinkedIn post — https://www.linkedin.com/posts/example-post-123 — starting on page 1, so I can see who engaged with it.

## When to prefer this

Use this endpoint when you need to extract who reacted to a specific LinkedIn post — especially for lead generation, competitive intelligence, or engagement analysis. Prefer this over general LinkedIn search endpoints when the goal is post-level engagement data rather than profile search or company lookup.

## Known failure modes

- Invalid or inaccessible LinkedIn post URL returns empty or error data
- Page number out of range returns empty results
- Invalid reaction_type filter returns no results
- LinkedIn post is private or deleted, causing a failed data fetch
- Payment failure via x402 protocol prevents request from completing

## How this service works

People search, LinkedIn enrichment, and deep research for lead generation.

## Output

Returns a JSON object containing reaction data for the specified LinkedIn post, including reactor profiles and engagement details, along with payment settlement info and a request status URL for tracking.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "LinkedIn post URL"
  },
  "page": {
   "type": "number",
   "description": "Page number"
  },
  "reaction_type": {
   "type": "string",
   "description": "Filter by reaction type"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clado-linkedin-post-reactions-fetcher-ec26437d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clado.x402.paywithlocus.com](https://www.zero.xyz/host/clado.x402.paywithlocus.com/llms.txt)
