Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$1.7 / 1k comments
Extract LinkedIn post comments and replies, including likes and reactions, from a list of post URLs
Endpoint
POST /api/v1/agents/linkedin/post-comments/run
Parameters
List · LinkedIn post URLs to scrape comments from. One per line.
Number · Comments per post. Use 0 for all.
Dropdown · Only comments within this time window.Options:
any, 1h, 24h, week, monthLegend: any = Any time, 1h = Past hour, 24h = Past 24 hours, week = Past week, month = Past monthToggle · Also fetch replies to each top-level comment.
Response columns
| Field | Display name | Type |
|---|---|---|
sourcePostUrl | Source Post URL | url |
commentUrl | Comment URL | url |
commentText | Comment Text | text |
author | Author | text |
authorTitle | Author Title | text |
authorUrl | Author URL | url |
authorType | Author Type | text |
isPostAuthor | Is Post Author | boolean |
posted | Posted | text |
likes | Likes | number |
replies | Replies | number |
reactions | Reactions | number |
shares | Shares | number |
edited | Edited | boolean |
pinned | Pinned | boolean |
contributed | Contributed | boolean |
authorAvatar | Author Avatar | url |
Example
Example response
Response