n8n-nodes-my-browserless
v1.0.5
Published
n8n node to interact with a Browserless instance for web scraping
Maintainers
Readme
n8n-nodes-my-browserless
This n8n community node allows you to use the Browserless API within your n8n workflows.
Features
- Render web pages through Browserless
- Wait for specific elements using CSS selectors
- Capture HTML content
Installation
To use this node in your n8n setup:
npm install n8n-nodes-my-browserlessUsage
- Set up your Browserless server.
- Obtain your API token.
- Create a new workflow in n8n.
- Add the Browserless node.
- Configure the following parameters:
- Browserless Server URL
- API Token
- Target URL
- Wait For Selector (optional)
Requirements
- n8n (version >= 1.91.0)
- A running Browserless server
License
MIT
