Any Instagram Viral Post Finder Tool?

billionaire2050

Junior Member
Joined
Jul 11, 2018
Messages
150
Reaction score
67
I've been buying and selling instagram accounts for over a year now and what I've noticed this: posts that go viral on accounts similar to yours, will also go viral on your account and gain you tons of followers. I've looked a lot of places but couldn't find a tool that will take a public instagram's username as input, and give the links to top 5 or 10 most liked/commented posts as output so I could repost them.
I'm just starting to learn code but there's no way I could design one myself nor do I know which coding language the tool would be designed in.

If any of the members here know of any such tool on the internet, I'll be really grateful.
 
I don't know of any tool but designing an app like that shouldn't be to difficult. Have you talked to any coders you know about designing an app like that?
 
I don't know of any tool but designing an app like that shouldn't be to difficult. Have you talked to any coders you know about designing an app like that?
No I haven't talked to anyone yet. I agree, its simply sorting, and that's why I'm hoping to find it online. If I don't, I'd be willing to pay a coder to design it.
 
No I haven't talked to anyone yet. I agree, its simply sorting, and that's why I'm hoping to find it online. If I don't, I'd be willing to pay a coder to design it.
You should be able to extract the likes for posts fairly easily in python
 
No I haven't talked to anyone yet. I agree, its simply sorting, and that's why I'm hoping to find it online. If I don't, I'd be willing to pay a coder to design it.
Paying a coder would be a good option because then you can copyright it and possibly sell it to others who are looking for something similar.
 
Any of the main bots should be able to do this. Just run a scrape ad save posts with details, load into excel, a couple of calculations should you need them (comments+likes for example) and just order by column. Paying for a custom bot is going to be more expensive, take longer and have less features. Just email the support of public bots and ask them what you want to do, you'll get a definite answer and be know how good their support is.
 
What information would we need to extract to know if its viral? - Likes, comments, how many followers that accounts has (ratio between followers to views shows its virality for its own acc)....

any other factors anyone wants to add? I will try getting one done and send it over :)
 
What information would we need to extract to know if its viral? - Likes, comments, how many followers that accounts has (ratio between followers to views shows its virality for its own acc)....

any other factors anyone wants to add? I will try getting one done and send it over :)
Thanks a lot mate! We wouldn’t need the number of followers.
Just accept username,
Accept Top “how many” posts,
Check if it’s valid & not private,
Traverse all the posts,
Output is the links to those posts.
 
there sevices that provide viral info.

but forgot there name ... (( silly me))

Buzz feed
google trends

do help in finding virual
 
Where do you buy the IG accounts, and what is the average cost for 1k followers
 
Any of the main bots should be able to do this. Just run a scrape ad save posts with details, load into excel, a couple of calculations should you need them (comments+likes for example) and just order by column. Paying for a custom bot is going to be more expensive, take longer and have less features. Just email the support of public bots and ask them what you want to do, you'll get a definite answer and be know how good their support is.

If the OP is looking for something different than what my tool already does, just post on my thread and I'll add it in.
 
What information would we need to extract to know if its viral? - Likes, comments, how many followers that accounts has (ratio between followers to views shows its virality for its own acc)....

any other factors anyone wants to add? I will try getting one done and send it over :)

Hey any luck on getting one? or the info needed. I'm also in the market for this
 
I can probably help with the bot if you still need it. Feel free to message me
 
Back
Top