# LinkedIn Post Comments Scraper (No Cookies) via stableapify.dev

> LinkedIn Post Comments Scraper (No Cookies) via stableapify.dev is a paid API for AI agents from stableapify.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Scrapes comments and comment replies from LinkedIn posts in bulk, including social activity metrics like likes and reactions, without requiring cookies or a LinkedIn account.

## Facts

- Endpoint: POST https://stableapify.dev/api/actors/harvestapi/linkedin-post-comments/call
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-post-comments-scraper-no-cookies-via-stableapify-dev-4514e922
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VRIkCJd-v07LgyX3Ljmt-

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 linkedin-post-comments-scraper-no-cookies-via-stableapify-dev-4514e922 -d '<json body>'
```

Example prompt: Can you scrape all comments and replies from this LinkedIn post — https://www.linkedin.com/posts/example-post-id — and give me up to 200 results including how many likes each comment got? No LinkedIn account needed.

## When to prefer this

Choose this endpoint when you need to extract LinkedIn post comments at scale without managing LinkedIn session cookies or accounts. It is ideal for bulk comment collection, engagement analysis, or monitoring social activity on specific LinkedIn posts, especially in automated or agent-driven workflows where cookie management is impractical.

## Known failure modes

- Invalid or inaccessible LinkedIn post URL returns an empty dataset or run error
- Post with restricted privacy settings may yield no comments
- Actor run may time out or fail for very large comment threads exceeding memory limits
- Rate limiting by LinkedIn may cause partial results or empty output
- Invalid memory or maxItems parameters may cause actor initialization failure

## How this service works

Start the "LinkedIn Post Comments Scraper (No Cookies) ✅ (No Cookies)" Apify actor (harvestapi/linkedin-post-comments). Extract LinkedIn post comments or comment replies in bulk, as well as comment social activities such as the number of likes and reactions. No cookies or accoun…

## Output

Returns an Apify actor run object with a run ID, status, actor ID, dataset ID, start timestamp, and an authentication token that can be used to fetch the scraped comment data from the default dataset once the run completes.

## Example request

```json
{
 "input": {
  "username": "sarptecimer",
  "includeEmail": false
 },
 "options": {
  "memory": 256,
  "maxItems": 100
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "profileScraperMode"
   ],
   "properties": {
    "posts": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "description": "Queries to search LinkedIn profiles by name."
    },
    "maxItems": {
     "type": "integer",
     "maximum": 9007199254740991,
     "minimum": -9007199254740991,
     "description": "Maximum number of comments to scrape per each post"
    },
    "postedLimit": {
     "enum": [
      "any",
      "24h",
      "week",
      "month",
      "3months",
      "6months",
      "year"
     ],
     "type": "string",
     "description": "Fetch comments no older than X time. Options: '24h', 'week', 'month'."
    },
    "scrapeReplies": {
     "type": "boolean",
     "description": "Whether to scrape replies to comments."
    },
    "profileScraperMode": {
     "enum": [
      "short",
      "main"
     ],
     "type": "string",
     "default": "short",
     "description": "Choose the mode for scraping LinkedIn profiles. The Short mode provides basic information, while the Full mode includes full detailed profile data."
    }
   },
   "description": "Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).",
   "additionalProperties": {}
  },
  "options": {
   "type": "object",
   "properties": {
    "build": {
     "type": "string",
     "maxLength": 100,
     "minLength": 1
    },
    "memory": {
     "type": "integer",
     "maximum": 32768,
     "minimum": 128
    },
    "maxItems": {
     "type": "integer",
     "maximum": 100000,
     "minimum": 1
    }
   },
   "description": "Optional Apify run options.",
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-post-comments-scraper-no-cookies-via-stableapify-dev-4514e922/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableapify.dev](https://www.zero.xyz/host/stableapify.dev/llms.txt)
