Package Information
Downloads: 270 weekly / 270 monthly
Latest Version: 1.0.2
Author: CodexLabs
Documentation
n8n-nodes-instagram-profile-scraper-bio-posts
This is an n8n community node that lets you scrape Instagram profile data using the Apify Instagram Profile Scraper.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-instagram-profile-scraper-bio-postsin Enter npm package name - Agree to the risks of using community nodes
- Select Install
Manual Installation
To get started, install the package in your n8n root directory:
npm install n8n-nodes-instagram-profile-scraper-bio-posts
For Docker-based deployments, add the package in your Dockerfile:
FROM n8nio/n8n
RUN npm install -g n8n-nodes-instagram-profile-scraper-bio-posts
Operations
This node allows you to:
- Scrape Instagram Profiles: Extract profile information including bio, followers, following, post count
- Get Recent Posts: Retrieve recent posts with captions, likes, comments, and engagement metrics
- Batch Processing: Process multiple Instagram usernames at once
Credentials
You need an Apify API token to use this node.
Getting Your API Token
- Sign up for a free account at Apify
- Go to Settings > Integrations
- Copy your API token
- In n8n, add new credentials for "Apify API"
- Paste your token
Usage
Basic Example
- Add the Instagram Profile Scraper node to your workflow
- Connect your Apify credentials
- Enter Instagram username(s) to scrape
- Configure options (number of posts, include stories, etc.)
- Execute the node
Example Workflow
Webhook → Instagram Profile Scraper → Process Data → Send Email
Resources
- n8n community nodes documentation
- Apify Instagram Profile Scraper documentation
- Apify API documentation
Version History
0.1.0
- Initial release
- Support for Instagram profile scraping
- AI Agent tool compatibility
License
Support
For bugs or feature requests, please open an issue.
For general n8n support, visit the n8n community forum.