Install and configure Anysite nodes for n8n
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.
In your n8n instance, go to **Settings** → **Community Nodes**
Enter the package name: `n8n-nodes-anysite`
Click **Install** and wait for the installation to complete
Restart your n8n instance to load the new nodes
```bash
npm install n8n-nodes-anysite
```
Add the package to your n8n configuration:
```bash
export N8N_CUSTOM_EXTENSIONS=n8n-nodes-anysite
```
```bash
n8n start
```
1. Visit [anysite.io](https://app.anysite.io/register)
2. Create your account and log in
3. Navigate to **Account Settings** → **API Keys**
4. Generate a new API key
1. In n8n, go to **Credentials**
2. Click **Create New**
3. Search for "Anysite API"
4. Enter your API key
5. Test the connection
6. Save the credentials
After installation, you'll have access to these nodes:
User search, profile retrieval, post analysis, company data
User profiles, tweet search, timeline data
Post search, comment extraction, subreddit data
User profiles, posts, stories, comments
Website scraping, content extraction, screenshots
Let's create a simple workflow to test your installation:
1. In n8n, click **Create Workflow**
2. Add a **Schedule Trigger** node
1. Click the **+** button after the trigger
2. Search for "Anysite LinkedIn"
3. Select the node and configure it:
- **Operation**: Search Users
- **Credentials**: Select your Anysite credentials
- **Search Query**: "marketing manager"
- **Limit**: 5
1. Click **Test Workflow**
2. You should see LinkedIn user data in the output
To verify your installation is working correctly:
- 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`
- 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
- Check Node.js version compatibility
- Clear npm cache: `npm cache clean --force`
- Try manual installation method
- Check n8n logs for detailed error messages
- Check your API usage limits in the Anysite dashboard
- Implement delays between requests in your workflows
- Consider upgrading your subscription plan if needed
The Anysite Web Parser node is currently in beta. Some features may be limited or subject to change.