Package Information
Documentation
n8n Nodes - Apify n8n-nodes-trustpilot-reviews
This is an n8n community node that integrates the Tripadvisor Reviews Scraper on Apify with your n8n workflows, so you can run the Apify Actor, and extract structured data from Tripadvisor.
Apify is a platform for developers to build, deploy, and publish web automation tools, while n8n is a fair-code licensed tool for AI workflow automation that allows you to connect various services.
Table of contents
Installation (self-hosted)
To install the Apify community node directly from the n8n Editor UI:
- Open your n8n instance.
- Go to Settings > Community Nodes
- Select Install.
- Enter the npm package name:
n8n-nodes-tripadvisor-reviewsto install the latest version. - Agree to the risks of using community nodes and select Install
- The node is now available to use in your workflows.
Installation (n8n Cloud)
If you’re using n8n Cloud, installing community nodes is even simpler:
- Go to the Canvas and open the nodes panel.
- Search for Apify in the community node registry.
- Click Install node to add the Apify node to your instance.
On n8n cloud users can choose not to show verified community nodes. Instance owners can toggle this in the Cloud Admin Panel. To install the Apify node, make sure the installation of verified community nodes is enabled.
Self-hosted n8n: Public webhook URL for triggers
This configuration is required for our service's trigger functionality to work correctly.
By default, when running locally n8n generates webhook URLs using localhost, which external services cannot reach. To fix this:
- Set your webhook URL
In the same shell or Docker environment where n8n runs, export theWEBHOOK_URLto a publicly-accessible address. For example:
export WEBHOOK_URL="https://your-tunnel.local"
- Restart n8n
pnpm run build
n8n start
Compatibility
This node has been tested with n8n version 1.57.0.
Resources
Getting help
If you encounter issues:
- Check the Apify API documentation
- Review the n8n Community Nodes documentation
- Open an issue in the GitHub repository