jlobos / instagram-web-api

🤳 Instagram Private Web API client for Node
https://npmjs.com/instagram-web-api
MIT License
1.12k stars 186 forks source link

Need a help for follower & followings data #276

Open WuFFuW opened 2 years ago

WuFFuW commented 2 years ago

Can someone tell how can i fetch a something from followers data for example

[ {
    id: 'xxxxx',
    username: 'xxxxxxx',
    full_name: '',
    profile_pic_url: 'x',
    is_verified: false,
    followed_by_viewer: false,
    requested_by_viewer: false
  },](url)

How can i fetch id or username from this i tried (followers.data.username) but it didnt work

Followers and followings list limited by 50 how can i see the list of all followers / followings

xydv commented 2 years ago

Hey See This https://github.com/icancodebeauty/instagram-basic-api

S-codes14 commented 2 years ago

@WuFFuW did you get the solution, because I have the same problem but mine is limited by 47