Automate Sending Connection Requests to People on LinkedIn Based on a Specific Topic

Description:

This template automates the process of searching for a specific topic (e.g., AI Automation) on LinkedIn, following people, saving their posts, and sending connection requests. The scenario finds posts from users you are not connected with, follows them, and sends a connection request.


How to Use It:

  1. Copy and paste this template into Uxer’s scenario builder.
  2. Ensure that you are logged into LinkedIn in Chrome before running the scenario.
  3. Save and run the scenario to automate following people and sending connection requests on LinkedIn based on a specific topic.

Step-by-Step Process for Setting Up Your Automation Scenario

  1. Open Chrome and Navigate to LinkedIn
    The scenario opens Chrome and navigates to LinkedIn, with incognito mode disabled to ensure the user remains logged into their account.

    OpenBrowser Chrome "https://www.linkedin.com" -Incognito false
    
  2. Search for the Topic
    The script clicks on the search bar, writes the specified topic (e.g., AI Automation), and submits the search by sending the ENTER key.

    Click Text "Search"
    Write "AI Automation"
    SendKeys ENTER
    
  3. Filter by Posts
    The scenario clicks on the “Posts” filter to show posts related to the topic.

    Click Text "Posts"
    
  4. Scroll and Follow People
    The script scrolls through the posts until it finds a person you are not connected with and clicks the “+ Follow” button.

    Scroll 5 -UntilVisible Text "+ Follow"
    Click Text "+ Follow"
    
  5. Open Options Menu
    The scenario clicks the “More” button next to the “✓ Following” text to open the options menu.

    Click Text "âś“ Following"  -XMargin 70
    
  6. Scroll and Click “Copy Link to Post”
    The script scrolls to ensure the options menu is visible and clicks the “Copy link to post” option under the “Save” item in the list.

    Scroll 2
    Click Text "Save" -YMargin 45
    
  7. View the Post and Full Profile
    The scenario opens the post and navigates to the person’s full profile.

    Click Text "View post"
    Click Text "View full profile"
    
  8. Send a Connection Request
    The scenario first checks if the “Connect” button is under the “More” menu. If it’s not, it clicks the closest “Connect” button near the “Message” button using an anchor mechanism to ensure the correct button is clicked.

    Click Text "Message" > Text "More"
    Click Text "Message" > Text "Connect"
    
  9. Send Without a Note
    The script clicks to send the connection request without adding a note.

    Click Text "Send without a note"
    

Complete Script:

OpenBrowser Chrome "https://www.linkedin.com" -Incognito false
Click Text "Search"
Write "AI Automation"
SendKeys ENTER
Click Text "Posts"
Scroll 5 -UntilVisible Text "+ Follow"
Click Text "+ Follow"
Click Text "âś“ Following"  -XMargin 70
Scroll 2
Click Text "Save" -YMargin 45
Click Text "View post"
Click Text "View full profile"
Click Text "Message" > Text "More"
Click Text "Message" > Text "Connect"
Click Text "Send without a note"

Let us know if you need further assistance or need any other templates!