Skip to content

如何獲取 Instagram 粉絲數

  1. 登入 Instagram 網頁版
  2. 點擊頭像。
  3. 截取瀏覽器網址列中 / 後面的使用者名稱。

例: https://www.instagram.com/ulanzi.studio/

其中 ulanzi.studio 即為使用者名稱。

API 介面

https://www.instagram.com/api/v1/users/web_profile_info/?username=ulanzi.studio

解析 JSON 數據獲取 edge_followed_by 欄位。

官方文檔