Back to LinkedIn
TikHub·LinkedIn
LinkedIn Web V2: Get user's posts
/api/v1/linkedin/web_v2/get_user_postssync$0.075 / callFetch a member's posts, commented posts, or reacted posts by profile URL. (TikHub · LinkedIn Web V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | yes | Profile URL |
| type | string | — | posts / | comments | reactions (default "posts") |
| start | integer | — | Pagination offset |
| pagination_token | string | — | Pagination token |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/linkedin/web_v2/get_user_posts","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.