Use the verified BrowserAct node in n8n to run a BrowserAct Bot and pass its structured results to other nodes in the workflow.
Video Tutorial
Naming note: BrowserAct calls the automation a Bot. The current n8n node uses Workflow and Run a Workflow; these labels refer to the corresponding BrowserAct Bot.
Before You Start
Prepare the following:
A BrowserAct Bot that runs successfully
The Bot's required input values
A BrowserAct API key
An n8n Cloud or self-hosted n8n instance
Verified nodes may need to be enabled by the n8n instance owner before other users can add them.
To create an API key, open Integrations > Manage API Keys > Create New API Key. Enter a name, choose the confirmation mode, select Confirm, and copy the key from the API Keys list.
Add the BrowserAct Node
In n8n, create a workflow or open an existing one.
Select
+to add a node.
Search for
BrowserActand open the verified BrowserAct node.
If prompted, select
Install node.
Select
Run a workflowto add the action to the canvas.
Connect BrowserAct to n8n
Open the BrowserAct node.
Under Credential to connect with, create a new BrowserAct credential.
Paste the BrowserAct API key.
Save and select the credential.
Select a Bot
Set the BrowserAct resource to
Workflowwhen this field is shown.Set the operation to
Run a Workflow.Under
Search Workflows From, chooseTemplate MarketplaceorMy Workflows.Choose the Workflow that corresponds to the BrowserAct Bot.
Refresh the field or reconnect the credential if the Bot is not listed.
The n8n node may continue to use Workflow terminology until the third-party integration is updated.
Map Bot Inputs
After a Bot is selected, configure each input required by the Bot.
For each input, either:
Enter a fixed value.
Use an n8n expression to map data from an earlier node.
For example, a Bot input named company_url can receive a value from a form submission, Webhook, spreadsheet row, database query, or CRM record.
Test the Workflow
Execute the BrowserAct node with test data.
Confirm that BrowserAct creates a Task.
Review the node output in n8n.
If the Task fails, open the related Task in BrowserAct and review its status and result.
Save the n8n workflow after the test succeeds.
Use Bot Results
Add downstream n8n nodes and map fields returned by BrowserAct.
Common destinations include:
Google Sheets
Slack, Telegram, or email
Airtable or a database
A CRM
WordPress or another publishing system
An AI processing node
Google Sheets is used as a downstream n8n node; it is not configured as a direct BrowserAct integration.
Schedule Runs
Use an n8n schedule trigger when the Bot should run automatically.
Add a schedule trigger before BrowserAct.
Configure the required interval and time zone.
Test the complete workflow.
Save and activate it.
The available schedules, retries, execution limits, and time zones are controlled by the n8n instance and plan.
Common Scenarios
Collect Data and Update Google Sheets
Run a BrowserAct Bot, add the structured result to Google Sheets, and notify a Slack channel.
Schedule Trigger > BrowserAct > Google Sheets > Slack
Enrich Leads
Read a company or contact from a form, spreadsheet, or CRM, run BrowserAct, and write the enriched fields to the destination.
Input Source > BrowserAct > CRM or Database
Create a Content Pipeline
Collect source data with BrowserAct, process it with an AI node, and send the result to a publishing or review step.
Trigger > BrowserAct > AI Processing > WordPress or Review Queue
Troubleshooting
Problem | What to check |
BrowserAct node is unavailable | Confirm that the verified node is enabled for the n8n instance. |
Authentication failed | Copy the current API key again, remove extra spaces, or recreate the n8n credential. |
Bot is not listed | Confirm that the Bot runs in BrowserAct, refresh the Workflow field, and reconnect the credential if needed. |
Input parameter is missing | Confirm that every required Bot input has a fixed value or valid n8n expression. |
Task returns no data | Run the Bot with the same inputs in BrowserAct and review the resulting Task. |
Task takes too long | Check the target website, Bot inputs, Browser and Proxy settings, and unnecessary Wait nodes in a Workflow Built Bot. |
For the current verified node and community workflow examples, see the BrowserAct integration on n8n.








