Safest Linkedin automation method

Joined
Jul 6, 2023
Messages
3
Reaction score
9
I'm developing a Linkedin automation tool for myself.

Which one is safer, considering I'm doing 20 InMails/day through this:

1) Use chromedriver to log in and interact with the webpage
2) Use a chrome extension to run a content script to "animate" the process (e.g. click the message button, wait 1 second, write the message, wait 1 send, click send)
3) Use the cookie to make network requests directly (? not sure if this is even possible)

The only thing I want to optimize for is to prevent my LinkedIn from being banned.

Any insight?

My initial thought was that chromedriver would be safest because it doesn't modify the DOM. However, how can Linkedin tell that just because the DOM changed, it was due to an automation chrome extension and not Grammarly or Adblock, for example.

On the other hand, surely they could tell whether a click or typed text was user-made or automated
 
Last edited:
The safest will be doing it manually or use a good bot but make it work slower with big delays and at least 18h rest like a human being will do
 
The safest option is to get professionally made automation software which is used by hundreds of people, with developers that know how social media networks work updating it regularly.

The second best option if you can't afford such software, is to use the scripts (subject to how well they are made).

Make sure you don't do too many actions and that you are using proxies, a maximum of 2 accounts per proxy is recommended.

Also, the Chrome browsers / accounts / content / DM messages / Comment text shouldn't be common between any of your accounts.

Try to avoid sending the same message text over and over again, you can do that by using spintext feature.

A good social media automation software should have all of these functions.

So it depends on your current financial situation, if you can afford such a tool get it, if not, try around with Chrome extensions.
 
Which tool do you recommend for that ?
The safest option is to get professionally made automation software which is used by hundreds of people, with developers that know how social media networks work updating it regularly.

The second best option if you can't afford such software, is to use the scripts (subject to how well they are made).

Make sure you don't do too many actions and that you are using proxies, a maximum of 2 accounts per proxy is recommended.

Also, the Chrome browsers / accounts / content / DM messages / Comment text shouldn't be common between any of your accounts.

Try to avoid sending the same message text over and over again, you can do that by using spintext feature.

A good social media automation software should have all of these functions.

So it depends on your current financial situation, if you can afford such a tool get it, if not, try around with Chrome extensions.
 
Which tool do you recommend for that ?
Go to the Social Media marketplace here in BHW and use the search feature at the top right section for LinkedIn Automation Tool:

1697010938245.png


Make sure you select "This forum" from the dropdown selection and compare between the LinkedIn tools available and which features they have.
 
I'm developing a Linkedin automation tool for myself.

Which one is safer, considering I'm doing 20 InMails/day through this:

1) Use chromedriver to log in and interact with the webpage
2) Use a chrome extension to run a content script to "animate" the process (e.g. click the message button, wait 1 second, write the message, wait 1 send, click send)
3) Use the cookie to make network requests directly (? not sure if this is even possible)

The only thing I want to optimize for is to prevent my LinkedIn from being banned.

Any insight?

My initial thought was that chromedriver would be safest because it doesn't modify the DOM. However, how can Linkedin tell that just because the DOM changed, it was due to an automation chrome extension and not Grammarly or Adblock, for example.

On the other hand, surely they could tell whether a click or typed text was user-made or automated
Interested
 
The safest LinkedIn automation method is to use authorized tools for tasks like connection requests and messaging, while staying within platform limits and guidelines.

Avoid more action with in a day
 
Go to the Social Media marketplace here in BHW and use the search feature at the top right section for LinkedIn Automation Tool:

View attachment 290724

Make sure you select "This forum" from the dropdown selection and compare between the LinkedIn tools available and which features they have.
thought for a minute there you where pointing him to your sales thread
 
Added the topic to Watch. Interesting to follow your progress! Have a safe journey!
On the other hand, surely they could tell whether a click or typed text was user-made or automated
BTW, there seem to be libraries that simulate input, if I'm not mistaken: pyautogui
 
I'm developing a Linkedin automation tool for myself.

Which one is safer, considering I'm doing 20 InMails/day through this:

1) Use chromedriver to log in and interact with the webpage
2) Use a chrome extension to run a content script to "animate" the process (e.g. click the message button, wait 1 second, write the message, wait 1 send, click send)
3) Use the cookie to make network requests directly (? not sure if this is even possible)

The only thing I want to optimize for is to prevent my LinkedIn from being banned.

Any insight?

My initial thought was that chromedriver would be safest because it doesn't modify the DOM. However, how can Linkedin tell that just because the DOM changed, it was due to an automation chrome extension and not Grammarly or Adblock, for example.

On the other hand, surely they could tell whether a click or typed text was user-made or automated

Try TexAu
 
15 - 30 message/day
15 - 30 connect/day

it's ok
 
I used the Waalaxy service half a year ago, found it on ProductHunt. Before, you could automatically send up to 2000 connections a month, but now they've lowered it to 800 messages, which is interesting because if you send connections manually, you can officially send only 400 a month.


Out of 5 accounts, only 1 got banned over the course of 8 months. I spent a month talking to LinkedIn support and they decided to ban me permanently. However, I requested a money-back for the Sales Navigator that I had paid for, and they changed their minds and unbanned me :D


Nonetheless, I recommend this software (browser extension).
 
I'm developing a Linkedin automation tool for myself.

Which one is safer, considering I'm doing 20 InMails/day through this:

1) Use chromedriver to log in and interact with the webpage
2) Use a chrome extension to run a content script to "animate" the process (e.g. click the message button, wait 1 second, write the message, wait 1 send, click send)
3) Use the cookie to make network requests directly (? not sure if this is even possible)

The only thing I want to optimize for is to prevent my LinkedIn from being banned.

Any insight?

My initial thought was that chromedriver would be safest because it doesn't modify the DOM. However, how can Linkedin tell that just because the DOM changed, it was due to an automation chrome extension and not Grammarly or Adblock, for example.

On the other hand, surely they could tell whether a click or typed text was user-made or automated
I also have quora bot, which uses chrome driver because if it not used they will directly banned all accounts at once.
 
Back
Top