[NEED] Instagram Scraper W/ Advanced functions

Kingam

Regular Member
Joined
Jul 26, 2015
Messages
336
Reaction score
96
Hey,

Anyone know of an instagram scraper that not only can scrape users followers/followings but has these filters or most

1. filter scraped followers/followings by latest/recent activities
- likes/comments
- posting

2. filter scraped followers/following by location
- country
- city

3. filter scraped followers/following by age + sex
- male vs female
- age ranges for example 18-24 or even 18-50 (should be adjustable)

4.filter scraped followers/following by keywords in bio
- any keywords or even multiple keywords (must have not just 1 but all scraping for)

My goal is to scrape a users followers/followings (even my own) and filter one by one to get the most targeted list out of it to later on like/comment and fully engage with those people.

An example would be scraping the followers of let's say Kanye West then:

- filter people who have liked a picture within 1 day and have posted within 3 days
- then filter those down to only people living in USA
- then filter those down to Male/Female OR both and a specific age range
etc. etc. etc.

Let me know If you know of anything exactly like this or even close! Thanks

K
 
Hi,
maybe just use 2 different bots. 1 to scrape a list of Follower from a Account and one to get information about users. Save the data in a database and select whatever you need. Easiest way.
 
Hi,
maybe just use 2 different bots. 1 to scrape a list of Follower from a Account and one to get information about users. Save the data in a database and select whatever you need. Easiest way.

I was planning to have it all in 1.. scraping/filtering since they really go hand and hand and then I already have a software for liking/commenting and scheduling post.

If i did use 2 bots though which bots will give me the info after I have scraped the users.. scraping the users is the easier part most automation software's can even do that, the KEY is the filters for me. It's easier to scrape and filter 1 big list then load it via txt or csv to the automation tool your using
 
I currently use JustChillin's scraper and it is great for about 80% of the the items you need. The only issue is that you do need to use another scraping tool to gather the usernames (like FollowLiker). You also have to manually filter the export, but overall it is a great tool.

IF there was a tool like you were talking about, including the filters, I would be interested as well.
 
I just mentioned it because I use a tool written in python to log in instagram and get the followers. Another continuous running Python-Programm behind Tor-Proxy gather the account data into a mongo database. On the database I actual try different kind of analytic frontends.
 
I currently use JustChillin's scraper and it is great for about 80% of the the items you need. The only issue is that you do need to use another scraping tool to gather the usernames (like FollowLiker). You also have to manually filter the export, but overall it is a great tool.

IF there was a tool like you were talking about, including the filters, I would be interested as well.

Okay great to hear its very close! so it doesn't gather the usernames? does it just gather user id?
 
I just mentioned it because I use a tool written in python to log in instagram and get the followers. Another continuous running Python-Programm behind Tor-Proxy gather the account data into a mongo database. On the database I actual try different kind of analytic frontends.

Ohh I see gotcha.. how has this been working for u?
 
Male female is not possible (unless using statistical analysis or something) , age is definitely not possible without FB business account. Rest all is available everywhere but yeah the features you asked are powerful
 
Male female is not possible (unless using statistical analysis or something) , she is definitely not possible without FB business account. Rest all is available everywhere but yeah the features you asked are powerful

Yeah if we had these features all in 1 tool, would be super powerful.

hmm so tha's the ONLY way to get male female?
 
Yeah if we had these features all in 1 tool, would be super powerful.

hmm so tha's the ONLY way to get male female?
I can almost think of 10 different ways to rape all these functions but sadly there is no way for them to be implemented since ig don't release it on its API. If age and gender is publically disclosed I'm sure all bots will add it
 
No there is another way. Using google tensorflow in my setup to use a pretrained deep learning network (ai) for gender determination :-) the results are great. Would say with actual training state 94% accurate.
 
I can almost think of 10 different ways to rape all these functions but sadly there is no way for them to be implemented since ig don't release it on its API. If age and gender is publically disclosed I'm sure all bots will add it

Right that's true. I thought Mass Planner had age but I could be wrong because I never used it as my daily bot
 
No there is another way. Using google tensorflow in my setup to use a pretrained deep learning network (ai) for gender determination :) the results are great. Would say with actual training state 94% accurate.

How big was the sample size ? Would love to read more about it. Why not open a thread here?

Right that's true. I thought Mass Planner had age but I could be wrong because I never used it as my daily bot

Mp didn't have age. I used it extensively.

Edit - they didn't have gender. As I said it's not possible with 100% accuracy.
 
How big was the sample size ? Would love to read more about it. Why not open a thread here?



Mp didn't have age. I used it extensively.

Did it have gender? lol
 
Sample based on audience datapool and actual I have found another 20gbyte data tagged with age-(group)and gender.
So I guess I will need to buy a new readon grafic card otherwise it will need at least one weak to train it.
 
Btw Microsoft offers a API for gender and age recon but it is quite expensive. At least you could try it for free on their azure website. But as every "nerd" I prefer the build it by yourself option.
 
Back
Top