Back to Templates
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
.
#n8n
)Tool / API | Purpose | Setup Steps |
---|---|---|
Apify Account | To access Instagram scraping actors | Create account → Generate API Token → Use in httpQueryAuth credential in n8n |
OpenAI API Key | To power the AI decision-making agent | Sign up at OpenAI → Create API key → Paste into OpenAI credential in n8n |
LangChain Plugin for n8n | AI Orchestration with System Message | Install LangChain nodes from Community Nodes (already installed in this workflow) |
When clicking ‘Execute workflow’
Create Search Term
"n8n"
as the default Instagram hashtag to scan.Find Recent Posts
token
query param (e.g., ?token=yourTokenHere
)Scrape Accounts
usernames
from the hashtag searchhttpQueryAuth
credential as the previous node.Set bio and follower count
biography
and followersCount
from the profile JSON and stores them in clean variables for AI input.AI Agent
OpenAI Chat Model
gpt-4o-mini
Structured Output Parser
{
"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
📧 [[email protected]](mailto:[email protected])
🌐 [ynteractive.com](https://ynteractive.com)
🔗 [LinkedIn](https://www.linkedin.com/in/robert-breen-29429625/)
---