/

Content researcher

Report of LinkedIn Content Engagement Analysis in email
Report of LinkedIn Content Engagement Analysis in email

Content researcher

Creator

What's in this guide

In this guide, you'll set up an AI agent that will research LinkedIn content trends from industry influencers to understand what's driving engagement. Here's how it works:

  • The workflow runs on a schedule and creates a list of LinkedIn influencer profiles to analyze

  • It automatically fetches recent posts from each influencer's profile

  • AI analyzes all the posts to identify content themes that are getting the most engagement

  • You receive an email report with insights on trending topics and why they're resonating

Here's a step-by-step guide on exactly how to set up this AI agent.

1. Make sure your post tracker is already set up

This agent will fill out the second tab in your LinkedIn Engagement Tracker sheet (this template). You should have already set this up in the previous setup guide.



2. Import the Content Researcher agent template

Start creating this agent by importing the LinkedIn Content Researcher template.



2. Review the triggering schedule (step #1)

This agent runs on a schedule, once a week on Saturdays (just like your own post engagement tracker).



3. Create your own list of influencers to follow (step #2)

The first thing this AI agent does is reference a list of influencers to look up. Open this table of contents and replace the names and LinkedIn profile URLs with influencers in your own space.

This list is important to personalize because these are the people whose posts the AI will be analyzing! You want the report to be relevant to you and your business.



4. Review the loop for each competitor (steps #3 and #4)

Next, the agent will grab at most 5 recent posts of each influencer in your list. This is done with a single Get posts step inside a loop.




5. Review the nested loop (step #5)

We need to process each of the 5 posts from each influencer in your list. That means we need another loop. The steps inside this loop will run for every post found in step #4.



6. Update the Find row step to point to your influencer tracker (step #6)

Now we're going to do the same thing we did for your own posts in the last agenet: We're going to check to see if we already added these posts to your tracker or not.

Open the Find row step and select the tab Creator LinkedIn Posts in the sheet LinkedIn Engagement Tracker.

To identify the row, you just need to match on the post's URL. Select the field URL and add the Activity URL from the iterator object.



7. Review the paths (step #7)

Next, a set of paths is already set up for you.

  • Path A: If no row corresponding to the post is found in step #6, we need to add the post to the tracker.

  • Path B: If a row is found in step #6, we just need to update the engagement stats.



8. Review the AI extract step (step #8)

If we need to add the post, first we need to extract some data from it. This AI extract step is already set up for you.

👉 Good to know: Extraction steps like this are usually pretty simple for AI, so by default this step is set to use a less powerful (and therefore less expensive) AI model.



9. Set up the Add row step (step #9)

Next, we add new posts to our tracker. Open step #9 and select the Creator LinkedIn Posts tab in your tracker. To map the right fields, just click Auto-suggest! All 10 fields should be automatically filled out for you.



10. Select fields to update in the Update row step (step #10)

In Path B, for posts already in your tracker, we just need to update them rather than extracting data from them and adding them. You just need to update the number of comments and reactions, nothing else.

Open up step #10 and map data to these two fields manually, or use Auto-suggest and delete any unnecessary fields.



11. Review the AI report step (step #11)

We're all done with loops and paths now! Now we just need to write a report on everything that was found and send it to you. Step #11 is the report writing step. The prompt is already set up for you and the list of posts is attached.



12. Review the Send email step

Last, the agent will email the report to you! As always, you can change this up to be a different type of notification like a Slack message instead depending on how you want to work.



13. Start a test run

Click Start a test run to see how this agent does!



14. See how the emailed report looks

When the test run has complete, take a look at the report in your inbox. If necessary, you can make tweaks to your prompt or list of influencers to get the report structure in the most useful state for you.



15. Turn it on!

When you're happy with your report, go ahead and turn your AI agent on.



16. Use the report to write about content that is already performing well

This report can be a gold mine of ideas. In the next agent, we'll use these influencers' posts to generate new posts for you, but it's also useful to read this report yourself to get ideas.

Take a look at what content is resonating. Rather than trying to copy posts, think about how elements of posts translate to your space and your voice. Consider:

  • Content type: What type of content resonates for your particular audience? For example, educational posts (like how-to guides) or "How I built this" video walkthroughs.

  • Post structure: Can you apply the same post structure, but to a different topic? For example, if a list of 10 ten products took off in someone's post, can you recommend 10 in your own specific industry?

  • Hot topics: Is everyone in your sphere talking about the same thing this month? For example, AI content generation, data security, a current event? Think about your own personal take on this topic and how you can translate it for your own audience.

Next, we'll build an agent to draft posts for you

This report is great, but we know it can be hard to take the next step of turning these ideas into posts. The next agent will help you do just that.