I recently started paying attention to Pinterest, as many of my growth hacker friends kept mentioning it.
The other day, I wanted to do the classic follow/unfollow tactic that works well on other social media platforms. So I made this short Javascript code.
Here is the script to mass follow on Pinterest
Steps:
- Do a search for a competitor on Pinterest
- Click on the followers tab
- Scroll down the page for a few seconds until you have about 300 users loaded
- Make your page size small by hitting Cmd + “-” (the minus sign)
- Type “javascript:” into the address bar. (Notice the colon [:] after javascript, no quotes).
- Paste the code below after “javascript:”
var inputs = document.querySelectorAll('button.RCK');
for(var i=0; i<inputs.length; i++){
inputs[i].click();
}
and that should do it!
✋ Stop worrying about SEO and have me do it for you
PS: Ready to work with the 0.01% of all SEOs worldwide? Click here.
Note that the limit is 300 follows per hour on Pinterest.
How to mass unfollow users on Pinterest
The exact same code works if you want to mass unfollow people. Just head to your following tab and follow the same instructions as above.
Conclusion
Hope you liked this simple automation script for Pinterest. Share it with a friend who might find it helpful!
I’ll be adding to this post as I find more hacks! Let me know in the comments which other scripts you want me to create specifically for Pinterest.
Thanks bro its really a secret trick
It worked! Let’s pray I dont get banned lol
still can’t figure out how to do this you should have posted some screenshot