Automate Liking LinkedIn Posts for Any Given Topic

Description:
This template automates the process of searching for a specific topic (e.g., AI Automation) on LinkedIn and liking multiple posts using Uxer’s AI Assistant. The scenario finds posts under a given topic and automates the action of liking them.


How to Use It:

  • Copy and paste this template into Uxer’s scenario builder.
  • Make sure you are logged into LinkedIn in Chrome before running the scenario.
  • Save and run the scenario to automate liking posts on LinkedIn for a specific topic.

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

  1. Prepare the Topic for the Search

    • Choose a topic or keyword you want to search for on LinkedIn (e.g., AI Automation).
  2. Open Chrome and Navigate to LinkedIn
    The scenario opens Chrome and navigates to LinkedIn. Make sure you are logged into your account before running the scenario.

    OpenBrowser Chrome "https://www.linkedin.com" -Incognito False
    
  3. Search for the Topic
    The script enters the topic (e.g., AI Automation) in the LinkedIn search bar and submits the search.

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

    Click Text "Posts"
    
  5. Scroll and Like Posts
    The script scrolls through the LinkedIn posts, automatically liking them as it scrolls down. The scenario repeats this process to like multiple posts.

    IsVisible Text "Follow"
    Scroll 3 -UntilVisible Image {ux_linkedin_like}
    Click Image {ux_linkedin_like}
    Scroll 3 -UntilVisible Image {ux_linkedin_like}
    Click Image {ux_linkedin_like}
    Scroll 3 -UntilVisible Image {ux_linkedin_like}
    Click Image {ux_linkedin_like}
    

Complete Script:

OpenBrowser Chrome "https://www.linkedin.com" -Incognito False
Click Text "Search"
Write "AI Automation"
SendKeys ENTER
Click Text "Posts"
IsVisible Text "Follow"
Scroll 3 -UntilVisible Image {ux_linkedin_like}
Click Image {ux_linkedin_like}
Scroll 3 -UntilVisible Image {ux_linkedin_like}
Click Image {ux_linkedin_like}
Scroll 3 -UntilVisible Image {ux_linkedin_like}
Click Image {ux_linkedin_like}

Let us know if you need further assistance or more use cases!