# AnyAPI LinkedIn Post Comments Scraper

> AnyAPI LinkedIn Post Comments Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Scrapes and returns comments from a LinkedIn post given its URL or identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.post_comments
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-linkedin-post-comments-scraper-df154339
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c0C4wRnqlXiskh7Ov-Q7t

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-post-comments-scraper-df154339 -d '<json body>'
```

Example prompt: Can you pull all the comments from this LinkedIn post — https://www.linkedin.com/posts/someuser_activity-1234567890 — and show me who said what?

## When to prefer this

Use this endpoint when you need to programmatically extract comments from a specific LinkedIn post without managing LinkedIn API credentials or subscriptions. It is ideal for one-off or low-volume tasks billed per request at $0.05 USDC, making it more cost-effective than maintaining a full LinkedIn data subscription for sporadic use.

## Known failure modes

- Post URL is invalid or malformed — returns error indicating bad input
- Post is private or restricted — returns access denied or empty result
- LinkedIn rate limiting or anti-scraping blocks — returns timeout or proxy error
- Post has been deleted — returns not found error
- Insufficient USDC balance — payment fails before request is processed

## 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

A JSON object containing an array of comments from the specified LinkedIn post, including commenter names, profile links, comment text, timestamps, and reaction counts where available.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "title": "Yelp search input",
 "example": {
  "limit": 5,
  "query": "pizza",
  "location": "Chicago, IL"
 },
 "required": [
  "query",
  "location"
 ],
 "properties": {
  "limit": {
   "type": "integer",
   "maximum": 20,
   "minimum": 1,
   "description": "Maximum number of results to return (1 to 20, default 20)."
  },
  "query": {
   "type": "string",
   "description": "Search term or category to look for (e.g. sushi)."
  },
  "location": {
   "type": "string",
   "description": "City and state defining the search area (e.g. San Francisco, CA)."
  }
 },
 "additionalProperties": false
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-linkedin-post-comments-scraper-df154339/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)
