Package Information
Downloads: 50 weekly / 61 monthly
Latest Version: 0.1.0
Author: Vinicios Clarindo
Documentation
@vinicioslc/n8n-nodes-instagram-private-api

This is an n8n community node. It lets you use Instagram private API in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Nodes
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Nodes
- Instagram Get User Info: Retrieve information about an Instagram user.
- Instagram List Posts: Retrieve a list of posts from an Instagram user.
Credentials
You need to provide Instagram credentials (username and password) to authenticate with the private API.
- Create a new credential in n8n of type "Instagram API".
- Enter your Instagram username and password.
- Test the credentials to ensure they work.
Note: Using the Instagram private API may violate Instagram's terms of service. Use at your own risk.
Compatibility
Compatible with n8n@1.0.0 or later.
Usage
Instagram Get User Info
This node retrieves information about a specific Instagram user.
Parameters:
- Username: The Instagram username to get info for (e.g., "instagram").
Output:
- User details including follower count, following count, biography, etc.
Example Workflow:
- Add the "Instagram Get User Info" node.
- Set the username parameter.
- Connect to other nodes to process the user data.
Instagram List Posts
This node retrieves a list of posts from a specific Instagram user.
Parameters:
- Username: The Instagram username to get posts for.
Output:
- A list of posts with details like media URL, caption, timestamp, etc.
Example Workflow:
- Add the "Instagram List Posts" node.
- Set the username parameter.
- Use the output in a loop or other nodes to process each post.