How to get followers and following list in Instagram via http requests

后端 未结 2 2016
后悔当初
后悔当初 2021-02-07 10:46

I\'m looking for a possibility to get a followers and following list in JSON format via web request (in the same way as on the Instagram web site). For example, I can login via

2条回答
  •  囚心锁ツ
    2021-02-07 11:32

    Easy(just replace _a with __a)

    'https://www.instagram.com/'+user_name+'/followers/?_a=1'
    'https://www.instagram.com/'+user_name+'/following/?_a=1'
    

提交回复
热议问题