# LinkedIn — Post comments

Extract all comments and their authors from a post HTML version: https://www.socialrouter.io/services/linkedin/post.comments

## Call it

```
POST https://api.socialrouter.io/v1/extract/linkedin/post.comments
Authorization: Bearer <your API key>
Content-Type: application/json

{ "urls": ["https://www.linkedin.com/posts/satyanadella_ai-activity-7123456789012345678-AbCd"] }
```

The response shape does not depend on which offer ran; `served_by` names the one that did.

## Input

- `https://www.linkedin.com/posts/<slug>` — A single-comment permalink (the URL carrying ?commentUrn=…) is accepted too.. Example: `https://www.linkedin.com/posts/satyanadella_ai-activity-7123456789012345678-AbCd`

## Options

- `postedLimit` (enum: any | 24h | week | month | 3months | 6months | year) — Only return comments posted within this window.

## Offers, in failover order

1. `apify/harvestapi` — $0.0028 per record, up to 50 inputs per call

## See also

- Catalogue as JSON: https://api.socialrouter.io/v1/services
- OpenAPI 3.1 spec: https://api.socialrouter.io/v1/openapi.json
- Agent overview: https://www.socialrouter.io/llms.txt
- Sitemap: https://www.socialrouter.io/sitemap.xml
- Docs: https://docs.socialrouter.io
