instagram-private-api

Simple n8n node to interact with Instagram using private API.

Package Information

Downloads: 50 weekly / 61 monthly
Latest Version: 0.1.0
Author: Vinicios Clarindo

Documentation

@vinicioslc/n8n-nodes-instagram-private-api

1769482638775

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.

  1. Create a new credential in n8n of type "Instagram API".
  2. Enter your Instagram username and password.
  3. 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:

  1. Add the "Instagram Get User Info" node.
  2. Set the username parameter.
  3. 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:

  1. Add the "Instagram List Posts" node.
  2. Set the username parameter.
  3. Use the output in a loop or other nodes to process each post.

Resources

Discussion