instagram-api - 可以通过 Instagram API 提取见解数据吗?

标签 instagram-api

Instagram 最近允许帐户链接到 Facebook 业务页面。他们还添加了一个新的“见解”部分,其中提供了以下指标:

印象
抵达
热门帖子
按年龄分类的追随者

enter image description here

我找不到通过 API 提取这些新数字的方法。是否需要申请单独的 Analytics API?

最佳答案

此问题的快速更新:Instagram 平台 API 现在提供 an endpoint for insights .

端点

GET graph.facebook.com
    /{media_id}/insights?metric={engagement|impressions|reach|saved|video_views}

示例
GET graph.facebook.com
    /17895695668004550/insights?metric=impressions,reach

示例响应
{
  "data": [
    {
      "name": "impressions",
      "period": "lifetime",
      "values": [
        {
          "value": 264
        }
      ],
      "title": "Impressions",
      "description": "Total number of times the media object has been seen",
      "id": "17855590849148465/insights/impressions/lifetime"
    },
    {
      "name": "reach",
      "period": "lifetime",
      "values": [
        {
          "value": 103
        }
      ],
      "title": "Reach",
      "description": "Total number of unique accounts that have seen the media object",
      "id": "17855590849148465/insights/reach/lifetime"
    }
  ]
}

关于instagram-api - 可以通过 Instagram API 提取见解数据吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38707910/

相关文章:

postman - Instagram 基本显示 API - 获取无效平台应用程序错误

node.js - 无法使用 Node 中的请求模块获取 Instagram 访问 token

Instagram API,新应用待审核

instagram-api - 检索超过 150 条 Instagram 评论

ios - Instagram 使用 swift 5 登录,得到 ["error_type": OAuthException, "error_message": Invalid platform app, "code": 400]

python - 通过 Python 对 Instagram 进行 API 调用时, header 元素 'x-instagram-ajax' 的用途是什么?

api - 无法让 Instagram 应用程序使用新的 API 政策和限制

laravel-5 - 无法从 Instagram API 获取其他人的评论

instagram - 无法获得 Instagram Basic Display API 的 access_token

javascript - JSONP 和框架7