获取帖子或文章详情/Get post or article detail
[中文]#
用途:#
参数:#
url: 帖子(/posts/...)或文章(/pulse/...)URL。
返回:#
类型、标题、正文、作者、发布时间、点赞数、评论数。
[English]#
Purpose:#
Fetch a post or an article by URL (auto-detected).
[示例/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-07-09 22:15:17