获取用户帖子/Get user's posts
LinkedInapi
About
获取用户帖子/Get user's posts
Documentation
获取用户帖子/Get user's posts
⚠️ 注意 / Note
本接口由有限的资源池提供服务,在高并发或资源紧张时可能间歇性返回 400 或其他错误。 此类失败通常是暂时性的,重试即可成功。建议客户端实现自动重试机制,推荐
retry = 3。This endpoint is served from a limited resource pool and may intermittently return
400or other errors under load. Such failures are typically transient and succeed on retry. We recommend implementing automatic retries withretry = 3.
[中文]
用途:
- 按主页 URL 获取该用户的帖子、评论过的帖子或点赞过的帖子。
参数:
- url: 用户主页 URL。
- type: posts / comments / reactions,默认 posts。
- start: 翻页偏移,第 1 页传 0,第 2 页传 50,以此类推。
- pagination_token: 翻页时传上一次响应 paging 里的 token。
返回:
- data: 帖子列表;paging: 翻页信息(count / start / pagination_token)。
[English]
Purpose:
- Fetch a member's posts, commented posts, or reacted posts by profile URL.
Parameters:
- url: Profile URL.
- type: posts / comments / reactions. Defaults to posts.
- start: Pagination offset — 0 for page 1, 50 for page 2, and so on.
- pagination_token: Token from the
pagingobject of the previous response.
Returns:
- data: list of posts; paging: pagination info (count / start / pagination_token).
[示例/Example]
url = "https://www.linkedin.com/in/williamhgates/", type = "posts"
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取用户帖子/Get user's posts
Test this model in the Sandbase Playground with your own prompts.
Open in Playground