MPPtempoquality 0.45

Retrieve reactions on LinkedIn posts with pagination and reaction-type filtering via pay-per-call MPP.

Price
$0.013 / call
Protocol
mpp
Verified
no

What it does

The Clado Post Reactions endpoint (`/clado/post-reactions`) is part of the Clado suite of LinkedIn data and lead-generation APIs, served through the Locus MPP (Micropayment Protocol) gateway. This specific endpoint lets you fetch the list of people who reacted to a given LinkedIn post. You can paginate through results and optionally filter by reaction type (e.g., like, celebrate, support). Each call costs $0.013, settled in pathUSD on Tempo L2.

Clado's broader service includes people search, LinkedIn profile scraping, contact enrichment (email/phone), deep research for lead generation, and bulk contact operations. All endpoints are pay-per-call via the MPP protocol, meaning each request triggers a 402 Payment Required challenge that must be satisfied with a micropayment before the response is delivered.

Note that the probe returned 404 on HEAD and GET methods for this endpoint; however, the OpenAPI spec declares it as a POST endpoint, so the 404 is expected for non-POST methods. The endpoint is likely live when called with POST and the correct payment flow. No response schema or example responses are documented in the OpenAPI spec, so the exact shape of returned data is unknown.

Capabilities

linkedin-post-reactionsreaction-type-filteringpaginationmicropayment-protocoltempo-l2-settlementlead-generation-data

Use cases

  • Identify people who engaged with a specific LinkedIn post for targeted outreach
  • Analyze engagement patterns on LinkedIn content by reaction type
  • Build lead lists from people who reacted to competitor or industry posts
  • Monitor post performance by tracking reaction counts and types over time

Fit

Best for

  • Sales teams building lead lists from LinkedIn engagement signals
  • Growth marketers analyzing LinkedIn content engagement
  • Recruiters identifying active professionals engaging with industry content

Not for

  • Real-time streaming of LinkedIn activity (this is a polling/request-based API)
  • Non-LinkedIn social media platforms
  • Users who need free or subscription-based access (this is strictly pay-per-call)

Quick start

curl -X POST https://clado.mpp.paywithlocus.com/clado/post-reactions \
  -H "Content-Type: application/json" \
  -d '{"url": "https://www.linkedin.com/feed/update/urn:li:activity:1234567890", "page": 1}'

Example

Request

{
  "url": "https://www.linkedin.com/feed/update/urn:li:activity:1234567890",
  "page": 1,
  "reaction_type": "LIKE"
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.45/ 1.00

OpenAPI spec provides clear request schema and pricing, but no response schema or examples are available. The probe returned 404 because it used HEAD/GET rather than POST, so liveness is uncertain but plausible. No crawled documentation yielded useful content beyond the OpenAPI definition.

Warnings

  • No response schema documented — the shape of returned data is unknown
  • Probe returned 404 on HEAD and GET; endpoint is POST-only so liveness via POST is unconfirmed
  • No example responses available in docs or crawl
  • Currency address 0x20c0...b9537d11c60e8b50 assumed to be pathUSD (6 decimals) based on Tempo L2 context; amount 13000 = $0.013

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 17:18:58Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access