← Back to directory

AnyAPI linkedin.search_posts (LinkedIn Post Search)

https://api.getanyapi.com/v1/run/linkedin.search_posts

Overview

AnyAPI linkedin.search_posts (LinkedIn Post Search)

Protocol x402
Price
Payment Asset USD Coin
Payment Network eip155:8453
Category tools/search
Provider getanyapi
Source bazaar
Indexed 2026-07-17 19:07:43

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "cursor": { "description": "Pagination cursor from a previous response.", "type": "string" }, "datePosted": { "description": "Filter by recency. One of last-hour, last-day, last-week, last-month, last-year.", "enum": [ "last-hour", "last-day", "last-week", "last-month", "last-year" ], "type": "string" }, "query": { "description": "The post search query.", "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "costUsd": { "description": "Amount charged in USD for this call.", "type": "number" }, "items": { "description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.", "type": "integer" }, "jqError": { "description": "Present only when a `jq` expression failed; `output` then carries the full unshaped result and this explains why the reshape did not apply.", "type": "string" }, "output": { "additionalProperties": false, "properties": { "data": { "description": "The search result, or null when not found.", "oneOf": [ { "type": "null" }, { "additionalProperties": false, "properties": { "posts": { "description": "Posts matching the search query. Populated whenever the provider has data for the entity.", "items": { "properties": { "createdUtc": { "description": "UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.", "type": "number", "x-anyapi-must-populate": true }, "text": { "description": "Text content of the post. Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true }, "url": { "description": "Canonical URL of the post. Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true } }, "required": [ "url", "text", "createdUtc" ], "type": "object" }, "type": "array", "x-anyapi-must-populate": true } }, "required": [ "posts" ], "type": "object" } ] }, "found": { "description": "Whether matching posts were found.", "type": "boolean" } }, "required": [ "found", "data" ], "title": "LinkedIn post search output", "type": "object" }, "provider": { "description": "Always \"AnyAPI\".", "type": "string" }, "resultId": { "description": "Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.", "type": "string" } }, "required": [ "output", "provider", "costUsd" ], "type": "object" }