is it possible to scrape all followers of an account, that lives in a city or country? (followliker)

Lebowskii

Regular Member
Joined
Aug 15, 2013
Messages
476
Reaction score
71
for example, all followers of Joe rogan, living in the country of sweden

or all followers of joe rogan, living in stockholm

anyone know how to do this?
 
Not possible. IG doesn't make this information public for normal accounts. Business accounts have the option to set a location.

Technically it would be possible to scrape all users then scrape their last (n) images and check for location tagged images. But the number of requests mean this is going to be very difficult for non-trivial numbers
 
If their account is not set to private mode for their followers, and you can view it. Then it is possible, try using Selenium based scraping stuff.
 
Technically of course it's possible:
1. Extract all followers of Joe Rogan
2. Extract all followers #stockholm
3. Try to cross them and extract the duplicates and voila, these are your targeted users

PS Of course you need to use lots of scrapers for that
 
Technically of course it's possible:
1. Extract all followers of Joe Rogan
2. Extract all followers #stockholm
3. Try to cross them and extract the duplicates and voila, these are your targeted users

PS Of course you need to use lots of scrapers for that
Do users really follow the hashtag of their home city?
 
Back
Top