Overview
The AnySite n8n nodes package provides powerful social media data extraction capabilities directly within your n8n workflows. Extract data from LinkedIn, Twitter, Reddit, Instagram, and websites with ease.Prerequisites
- n8n instance (self-hosted or cloud)
- Node.js 18.10 or higher
- AnySite API account and credentials
Installation Methods
Method 1: Community Nodes (Recommended)
1
Access n8n Settings
In your n8n instance, go to Settings → Community Nodes
2
Install Package
Enter the package name:
n8n-nodes-anysite
Click Install and wait for the installation to complete3
Restart n8n
Restart your n8n instance to load the new nodes
Method 2: Manual Installation
1
Install via npm
2
Configure n8n
Add the package to your n8n configuration:
3
Restart n8n
API Credentials Setup
1
Get Your API Key
- Visit anysite.io
- Create your account and log in
- Navigate to Account Settings → API Keys
- Generate a new API key
2
Create Credentials in n8n
- In n8n, go to Credentials
- Click Create New
- Search for “AnySite API”
- Enter your API key
- Test the connection
- Save the credentials
Available Nodes
After installation, you’ll have access to these nodes:AnySite LinkedIn
User search, profile retrieval, post analysis, company data
AnySite LinkedIn Management
Connection management, messaging, authenticated actions
AnySite Twitter
User profiles, tweet search, timeline data
AnySite Reddit
Post search, comment extraction, subreddit data
AnySite Instagram
User profiles, posts, stories, comments
AnySite Web Parser
Website scraping, content extraction, screenshots
First Workflow
Let’s create a simple workflow to test your installation:1
Create New Workflow
- In n8n, click Create Workflow
- Add a Schedule Trigger node
2
Add AnySite LinkedIn Node
- Click the + button after the trigger
- Search for “AnySite LinkedIn”
- Select the node and configure it:
- Operation: Search Users
- Credentials: Select your AnySite credentials
- Search Query: “marketing manager”
- Limit: 5
3
Test the Workflow
- Click Test Workflow
- You should see LinkedIn user data in the output
Verification
To verify your installation is working correctly:- Check Node Availability: All AnySite nodes should appear in the nodes panel
- Test Credentials: Use any AnySite node with your credentials
- Run Sample Workflow: Execute a simple data extraction workflow
Troubleshooting
Nodes not appearing after installation
Nodes not appearing after installation
- Ensure n8n has been fully restarted after installation
- Check that Node.js version is 18.10 or higher
- Verify the package was installed correctly:
npm list n8n-nodes-anysite
Credential authentication errors
Credential authentication errors
- Verify your API key is correct and active
- Check that your AnySite account has API access
- Ensure there are no extra spaces in the API key
- Test the API key directly with curl or Postman
Package installation fails
Package installation fails
- Check Node.js version compatibility
- Clear npm cache:
npm cache clean --force
- Try manual installation method
- Check n8n logs for detailed error messages
Rate limit or quota errors
Rate limit or quota errors
- Check your API usage limits in the AnySite dashboard
- Implement delays between requests in your workflows
- Consider upgrading your subscription plan if needed
Next Steps
The AnySite Web Parser node is currently in beta. Some features may be limited or subject to change.