gpt4 book ai didi

linkedin-api - 查询 Linkedin API 的帖子点赞/分享/评论计数

转载 作者:行者123 更新时间:2023-12-02 19:29:37 26 4
gpt4 key购买 nike

从文档和谷歌搜索来看,不确定这是否可行。

有人可以为我指明正确的方向,根据帖子的 ID 查询帖子并返回有关该帖子的信息

最佳答案

您可以查询链接的API端点https://api.linkedin.com/v1/companies/ {id}/历史状态更新统计并在网址末尾使用 (time,like-count,impression-count,click-count,comment-count,share-count,engagement,unique-count) ,如下所示:

https://api.linkedin.com/v1/companies/ {id}/历史状态更新统计:(时间、点赞数、印象数、点击数、评论数、分享数、参与度、唯一数)?时间粒度=天&开始时间戳= {someEpochTime}&end-timestamp={anotherEpoch}&update-key={someUpdateKey}&format=json

  • update-key 是可选的:如果不包含更新 key ,它将为您提供所有更新的统计信息

响应将如下所示:

{
"shareCount": 0,
"clickCount": 1,
"engagement": 0.014084507042253521,
"likeCount": 0,
"time": 1532563200000,
"impressionCount": 71,
"commentCount": 0,
"uniqueCount": 36
}

关于linkedin-api - 查询 Linkedin API 的帖子点赞/分享/评论计数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41015839/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com