获取帖子或文章详情/Get post or article detail
[中文]#
用途:#
参数:#
url: 帖子或文章完整 URL(支持 /posts/... 与 /pulse/... 两种形态)。
返回:#
正文、作者、发布时间、话题标签、图片 / 视频、互动数等字段。
[English]#
Purpose:#
Fetch a post or an article by URL.
Parameters:#
url: Full post or article URL (both /posts/... and /pulse/... are
supported).
Returns:#
Fields such as body text, author, posted time, hashtags, images / video
and engagement counts.
[示例/Example]#
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/linkedin/web_v2/get_post_detail?url=https%3A%2F%2Fwww.linkedin.com%2Fposts%2Forlenchner_scrapecon-activity-7180537307521769472-oSYN' \
--header 'Authorization: Bearer <token>'
Modified at 2026-08-23 21:13:33