【问题标题】:LinkedIn historical-follow-statistics API for current day does not match current follower count当天的 LinkedIn 历史关注统计 API 与当前关注者数量不匹配
【发布时间】:2017-08-03 21:14:51
【问题描述】:

Hitting the Historical Follower Count API 记录在 https://developer.linkedin.com/docs/company-pages#historical_followers

网址是:

https://api.linkedin.com/v1/companies/{id}/historical-follow-statistics?time-granularity=day&start-timestamp=1501718400000&end-timestamp=1501718400000&format=json

这些时间戳都是今天的。回应是:

[                                    
  "_total" => 1,                     
  "values" => [                      
    [                                
      "organicFollowerCount" => 932, 
      "paidFollowerCount" => 84,     
      "time" => 1501718400000.0,     
      "totalFollowerCount" => 1016,  
    ],                               
  ],                                 
]     

但公司页面上的实际关注者数量是 1009

这些数字中哪一个是正确的?这家公司的追随者数量波动不大,无法解释这种差异。

谢谢!

【问题讨论】:

    标签: linkedin linkedin-api


    【解决方案1】:

    Company Followers 计数在 num-followers 和统计端点之间不匹配。

    API 端点 1:https://api.linkedin.com/v1/companies/{id}/company-statistics? API Endpoint2 : https://api.linkedin.com/v1/companies/{id}/num-followers?

    在第二个 api 端点中,您可以获得准确的关注者数量。但公司统计端点返回的关注者数量多于实际数量。不知道为什么

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-04-29
      • 2013-07-01
      • 1970-01-01
      • 2021-11-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多