This automation is designed to extract key engagement metrics and audience data from a LinkedIn post. It's useful for analyzing the impact of content and identifying engaged users for lead generation, marketing, or research purposes.
Given a LinkedIn post URL and an Airtop profile, this automation extracts:
| Name | Description | Required | 
|---|---|---|
| airtop_profile | The name of an Airtop Profile that's logged into LinkedIn | Yes | 
| linkedin_post_url | The full URL of the LinkedIn post you want to analyze | Yes | 
The output will be a structured JSON object with the following fields:
{
  "interactors": [
    {
      "name": "Jane Doe",
      "job_title": "Marketing Director at ExampleCorp",
      "profile_url": "https://linkedin.com/in/janedoe"
    }
    // ... more interactors
  ],
  "reactions_count": 153,
  "comments_count": 21,
  "reposts_count": 8
}
Read more about how to [extract Linkedin post comments and reactions](https://www.airtop.ai/automations/linkedin-post-engagement-data-extractor-n8n).