🎣 Find Instagram collaboration leads using Apify scraping and GPT-4o evaluation

1,309 views · 🎣 Lead Generation & Enrichment

💡 Pro Tip — Heads up — if this workflow’s Instagram scraping breaks (it happens whenever Meta updates their frontend), ScraperNode is a community node that handles profiles, posts, reels, and comments without any HTML parsing.

View All Scrapers

Description

This no-code n8n workflow finds recent Instagram posts by hashtag, scrapes profile data, and uses an AI agent to evaluate whether each account is a good collaboration lead. The workflow filters based on the number of followers and the content of their bio, and outputs structured reasoning for outreach decisions.

Perfect for creators, marketers, or business developers looking to automate influencer or community partnership prospecting—especially in niche ecosystems like n8n.


✅ Key Features


🧰 What You’ll Need

Tool / APIPurposeSetup Steps
Apify AccountTo access Instagram scraping actorsCreate account → Generate API Token → Use in httpQueryAuth credential in n8n
OpenAI API KeyTo power the AI decision-making agentSign up at OpenAI → Create API key → Paste into OpenAI credential in n8n
LangChain Plugin for n8nAI Orchestration with System MessageInstall LangChain nodes from Community Nodes (already installed in this workflow)

🔧 Step-by-Step Setup

1️⃣ Manual Trigger

2️⃣ Define Hashtag

3️⃣ Find Recent Posts

4️⃣ Scrape Each Profile

5️⃣ Extract Fields

6️⃣ AI Lead Scoring

7️⃣ AI Model

8️⃣ Output Parser


🧪 Sample Output

{
"lead status": "Yes",
"Reasoning": "The user has 3.5k followers and their bio shows they build automations with n8n."
}

---

## 📬 Need More Help?

If you'd like assistance setting this up, customizing it to your niche, or expanding it to score and store leads automatically — I can help!

**👤 Robert Breen**  
Automation Consultant | AI Workflow Designer | n8n Expert  
📧 [robert@ynteractive.com](mailto:robert@ynteractive.com)  
🌐 [ynteractive.com](https://ynteractive.com)  
🔗 [LinkedIn](https://www.linkedin.com/in/robert-breen-29429625/)

---

## 🔗 Nodes Used

HTTP Request, AI Agent, OpenAI Chat Model, Structured Output Parser

## 📥 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)