instagram-private-api icon indicating copy to clipboard operation
instagram-private-api copied to clipboard

How to search a user's follower list?

Open tadao opened this issue 2 years ago • 4 comments

General Question

Read the Notes and fill out the form. Switch to Preview for reading.

Form

Put an [x] if you meet the condition, else leave [ ].

Question

I want to find a specific user from a user's follower list. I can search from the iphone app. Is this possible?

tadao avatar May 16 '23 08:05 tadao

Yes

sunmasters avatar May 30 '23 08:05 sunmasters

@sunmasters Thanks for the reply. I read the source code but could not find an API that allows user search. Which API is it?

tadao avatar May 30 '23 09:05 tadao

here is the api https://i.instagram.com/api/v1/friendships/userid/followers/?search_surface=follow_list_page&query=fir&enable_groups=true&rank_token= replace userid with user id

sunmasters avatar May 30 '23 09:05 sunmasters

here is the api https://i.instagram.com/api/v1/friendships/userid/followers/?search_surface=follow_list_page&query=fir&enable_groups=true&rank_token= replace userid with user id

Getting a 404 here

Same with ig.feed.accountFollowers('userid') and feed.accountFollowing('userid');

pdahlenburg avatar Jul 20 '23 14:07 pdahlenburg