Company Recent Activity
Analyze company activity by researching recent news & LinkedIn posts
This example shows how to analyze recent company activity and associated events and summarize findings into a “Company Activity” report.
Company Recent Activity Template
Let’s build this report step by step!
- Create a new research template
-
Add prebuilt fields
company_name
,company_description
,company_industry
,company_news
,company_linkedin
-
Add a custom field to retrieve Company LinkedIn Data
Here, we use a special LINKEDIN
agent that can take Company / Person LinkedIn URLs and return profiles in Markdown format.
Field Name: company_linkedin_data
Set prompt to {company_linkedin}
. This instructs the agent to take the output of the company_linkedin
field (Company LinkedIn URL) and use it as the input for a LinkedIn agent.
- Add a custom field to summarize Recent LinkedIn Posts
Here, we already have LinkedIn data obtained in the previous step. Thus, we use the LLM
agent to work with that data and generate posts summary.
Field Name: company_linkedin_posts_summary
Prompt:
Feel free to experiment with the prompt!
- Add a custom field to read & summarize news articles
Here, we use a RESEARCH
agent with Internet and web Scraping access to visit all the company news articles and summarize them.
Field Name: company_news_deep
Prompt:
- Add a custom field to generate the final Company Activity Report
Finally, use the LLM
agent to take Posts & News summaries and generate the final report!
Field Name: company_activity_summary
Prompt:
- Run the template!
Click “Save Template”, then “Run” and you are good to go!
Here is an example of Company Activity Report for a startup Constructor.io.
Snippet of Company Activity Report