Best LinkedIn Automation Tool?

Mcney

Junior Member
Joined
May 9, 2017
Messages
162
Reaction score
30
Any feedback on the best LinkedIn Automation tool to use at the moment?

Ideally, I don't want it to be addon based. They're annoying as hell and I would rather pay more for a cloud or desktop based app.

I just need to be able to auto-connect and follow-up via the tool.
 
Be careful with LinkedIn when automating. They might limit your account for few days (it happened for me).
 
I use socinator to manage multiple accounts. I have the thresholds figured out right now to where I haven't heard any alerts of accounts being locked or suspicious in a few months. Let me know if oyu have any more questions.
 
The Top 12 LinkedIn automation tools

1. LinkedIn Sales Navigator
2. LinkedIn Plugins
3. LinkedIn Small Business
4. Crystal
5. LeadFuze
6. SalesLoft Prospector
7. Outro
8. Salestools.io
9. eLink Pro
10. Discoverly
11. Guru
12. Rapportive.
 
Automating Linkedin is very tricky.
You have to set your objectives in order to do a proper work.
Grow your network? Get sales?
What you want?
From what I have seen on my end you should build your targeted audience first by adding connections based on specific queries then start creating content that is engaging to that specific audience. also helps you manage multiple accounts so you can drive traffic/impressions with likes and comments to your content to generate leads. because of how high the organic reach is of LinkedIn right now you can really take advantage of that.
 
are there any free linkedin automation bots ?
 
are there any free linkedin automation bots ?
No free ones from my research that ive done. There is another post in BHF shows a script to auto send invited to your network so you can't query to build a targeted audience. Also I would recommend you keep it to under 30 adds a day. You just need to do is go to linkedin >> my network tab and copy and paste the script into your browser console and press enter
The script is here
let arrUsers = [];
var numberOfUsers = 0;
var intervalUsers;
var lastWindowHeight = -1;

function startScript(numberOfCon){
numberOfUsers = numberOfCon;
connectWith();
}

function connectWith(){
runInterval().then(value => sendConnections());

}

function runInterval() {
return new Promise((resolve, reject) => {
intervalUsers = setInterval(function(){
window.scrollTo(0, document.body.scrollHeight);

if(numberOfUsers<=arrUsers.length || document.body.scrollHeight == lastWindowHeight){
console.log("Finishing interval, we already got enough users or we can not find anymore...");
clearInterval(intervalUsers);
resolve(1);
}

arrUsers = document.querySelectorAll('button[data-control-name="invite"]');
console.log("We got " + arrUsers.length + " users (for now)...");

lastWindowsHeight = document.body.scrollHeight;
}, 2000);
})
}

function sendConnections(){
var totalConnectionsSent = 0;

for (let usr of arrUsers) {
if (totalConnectionsSent >= numberOfUsers) {
break;
}

usr.click();
totalConnectionsSent += 1;
}

console.log("FINISHED!");
console.log("Sent " + totalConnectionsSent + " connections.");

alert("FINISHED!\n\nSent " + totalConnectionsSent + " connections.\n");

}
//

// Here is the only change you have to do: Change the number 10 with the number of connections you want to do: 1, 10, 37, 2184... and press enter.
startScript(10);
 
I would be stay away of any automation, At the end of the day LinkedIn caught you and punish
 
I would be stay away of any automation, At the end of the day LinkedIn caught you and punish
I think as long as you are conservative it is okay. I mean dont go out and add like 100 connections per day. Right now I am keeping it under 15 a day. slow and steady
 
LinkedIn Revenue Navigator, LinkedIn Plugins, LinkedIn Small Business are the best.
 
thanks alot i'm using it right now is there a tool smiliar for facebook as well ????
I am not much work on Facebook so I didn't find any one. But I know some bot which works same for Facebook. You can use Socinator and Jarvee.
 
I personally use GrowthLead.io. The program is cloud based and if you use in tandem with sales navigator will cost you $150 per month. I agree though that cloud based is the way to go. It will always run and it is much harder to detect.

Growth Lead also has a great feature I have not been able to find elsewhere - you can actually tag prospects in sales navigator and let the automation run through it, making your outreach way more targeted. The problem with most automation is that it runs off a generic search URL, and even if you get granular with filters you will always connect with people that don't make sense. An example of this is if you wanted to connect with an owner of a SaaS, every single owner of a SaaS marketing or SaaS consulting company will also show up.

There are also integrations so if you connect, the tool with scrape the email if available and you could zap directly in to an email follow up sequence.

Lastly, if you wanted to run an agency you could do it with this software. Literally one login and you can manage all the accounts you are working on.
 
Back
Top