n8n-nodes-browseract
v1.3.2
Published
n8n nodes for BrowserAct
Readme
n8n Nodes - BrowserAct
This is an n8n community node that integrates BrowserAct with n8n.
BrowserAct lets teams run hosted browser automation bots for web crawling, data extraction, and content generation. This node starts a BrowserAct Bot from an n8n workflow, waits for completion, and returns the task result to downstream n8n nodes.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the official n8n community node installation guide.
Use this package name when installing:
n8n-nodes-browseractOperations
Bot
The BrowserAct node supports one operation:
- Run a Bot: run a selected BrowserAct Bot and return its final task details.
You can run either:
- Template Marketplace bots: official BrowserAct templates available to your account.
- My Bots (With Published Version Only): BrowserAct Bots from your account that have a published version.
Credentials
To use this node, create a BrowserAct API key and add it to n8n.
- Create or log in to your BrowserAct account at BrowserAct.com.
- Open the BrowserAct Integrations page.
- Create an API key.
- In n8n, create a new credential of type BrowserAct API.
- Paste the API key into the BrowserAct API Key field.
Keep the API key private. Anyone with the key can make requests against your BrowserAct account.
Compatibility
This package requires Node.js 20.15 or later.
It is built for n8n community nodes using the n8n nodes API version 1. The package declares n8n-workflow as a peer dependency so it can use the version provided by your n8n installation.
Usage
Add the BrowserAct node to an n8n workflow and choose Bot as the resource.
Run a marketplace template
- Set Operation to Run a Bot.
- Set Search Bots From to Template Marketplace.
- Select a Bot from the loaded list, or use an expression with a template ID.
- Fill in the required Bot Inputs.
- Select a Proxy Region.
- Set Timeout in seconds.
- Execute the workflow.
Run one of your published bots
- Set Operation to Run a Bot.
- Set Search Bots From to My Bots (With Published Version Only).
- Select a Bot from the loaded list, or use an expression with a bot ID.
- Fill in the required Bot Inputs.
- Set Timeout in seconds.
- Execute the workflow.
Bot inputs
The node loads input fields from BrowserAct after you select a bot. Required inputs are marked in n8n. Optional inputs can be left blank to use the default values configured in BrowserAct.
Results
After starting a task, the node polls BrowserAct until the task finishes, fails, is canceled, or reaches the configured timeout.
The output item contains the BrowserAct task details returned by the API, including task status and result data when available. If the timeout is reached, the node asks BrowserAct to stop the task and then returns the latest task detail.
Resources
- BrowserAct
- BrowserAct API Documentation
- n8n Community Nodes Documentation
- n8n Community Node Installation
Version History
- 1.3.2: Updates n8n Codex metadata, expands README usage documentation, and adds GitHub Actions publishing with npm provenance.
- 1.3.1: Adds BrowserAct Bot execution support for template marketplace bots and published account bots.
