πŸ“Š Extract LinkedIn post engagement data with Airtop

⚑ 1,113 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search β€” you just pass a URL and get structured data back.

View All Scrapers

Description

LinkedIn Post Engagement Data Extractor

Use Case

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.

What It Does

Given a LinkedIn post URL and an Airtop profile, this automation extracts:

Input Parameters

NameDescriptionRequired
airtop_profileThe name of an Airtop Profile that’s logged into LinkedInYes
linkedin_post_urlThe full URL of the LinkedIn post you want to analyzeYes

How It Works

  1. The workflow starts when triggered manually or from another workflow/form.
  2. It maps input fields for Airtop profile and post URL.
  3. Airtop opens a browser session and loads the LinkedIn post.
  4. An AI agent is instructed to extract engagement data via prompt-based analysis.
  5. The response is parsed and output in a structured format.

Output Format

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).

## πŸ”— Nodes Used

Execute Workflow Trigger, n8n Form Trigger, Airtop

## πŸ“₯ Import

Download [`workflow.json`](workflow.json) and import into n8n:
**Workflow menu β†’ Import from File**

[πŸ“– Importing guide](../../../docs/importing-templates.md) Β· [πŸ”‘ Credential setup](../../../docs/credential-setup.md)