The LinkedIn Listener
Searches for recent LinkedIn posts by a keyword, extracts post and author details, and saves the enriched data into a Google Sheet.
Eduardo Rodriguez
Featured Apps
This automation acts as a personal research assistant for LinkedIn. Once you provide a search term (like a product name, industry trend, or skill) and a link to a Google Sheet, it gets to work.
Here's the step-by-step process:
- It opens LinkedIn and ensures you are logged in.
- It performs a search for posts containing your keyword.
- It applies a filter to show only recent posts from the last day, week, or month.
- It carefully scrapes key details from the search results, including the post text, author's name, and a link to their profile.
- For each post, it visits the author's profile to gather additional context, such as their current job title, company, and professional "About" summary.
- Finally, it compiles all this information and neatly appends it as new rows to your specified Google Sheet. If your sheet is empty, it will even create the necessary headers for you.
Usage Ideas
- Lead Generation: Find potential clients who are discussing a problem your product solves.
- Market Research: Monitor what people are saying about your competitors or key industry trends.
- Content Strategy: Discover popular topics and posts in your niche to inspire your own content calendar.
- Recruiting: Identify active professionals in a specific field who could be great candidates for open roles.
- Brand Monitoring: Keep track of mentions of your brand, products, or key executives.
Customization Ideas
This template is a powerful starting point that you can easily tailor to your specific needs. You have the flexibility to:
- Target Any Topic: Change the search keyword at any time to research different products, companies, or trends.
- Choose Your Destination: While it's pre-configured for Google Sheets, you can ask to send the data to a different service you have connected, like a CRM or project management tool.
- Control the Scope: Decide exactly how many posts you want to analyze in each run, from a few to a few dozen.
- Set the Time Frame: Easily switch between searching for posts from the "Past 24 hours," "Past week," or "Past month."
- Customize the Data: Ask the agent to modify the script to capture different data points. For example, you could add the number of likes on a post, the author's location, or their follower count.
Agent Inputs
Required Parameters
Name | Type | Default |
|---|---|---|
googleSheetUrl | string | None |
Full URL of the Google Sheet where results will be saved | ||
searchTerm | string | None |
LinkedIn search keyword to find posts about | ||
Optional Parameters
Name | Type | Default |
|---|---|---|
dateFilter | string | Past 24 hours |
Time range filter for posts: 'Past 24 hours', 'Past week', or 'Past month' | ||
numberOfPostsToExtract | number | 2 |
How many posts to extract and process | ||