Block 1 - Airtop
- Type / Role
- n8n-nodes-base.airtop - airtop
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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 conten...
n8n-nodes-base.airtop, n8n-nodes-base.code, n8n-nodes-base.stickynote, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.formtrigger, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Airtop.
Original n8n.io sourceThis 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).
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract LinkedIn post engagement data with Airtop |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | Market Research, AI Summarization |
| Author | Airtop |
| Published | 21 May 2025 |
Use the JSON export at /data/workflows/4251/4251.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 conten...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.