
This is an n8n community node. It lets you use Browser Use in your n8n workflows.
Browser Use is an AI-powered browser automation tool that allows you to create and manage browser automation tasks using natural language instructions.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Follow the installation guide in the n8n community nodes documentation.
n8n-nodes-browser-use in the Name fieldnpm install n8n-nodes-browser-use
npm installnpm run buildnpm linknpm link n8n-nodes-browser-useExecute a new browser automation task with natural language instructions.
Parameters:
Returns: Task ID, status, and a live preview URL.
Retrieve full details of a specific task.
Parameters:
Returns: Complete task information including status, instructions, and timestamps.
Check the status of a running task.
Parameters:
Returns: Current status, completion percentage, and any error messages.
Temporarily pause a running task.
Parameters:
Returns: Confirmation of task being paused.
Resume a previously paused task.
Parameters:
Returns: Confirmation of task resumption.
Stop a running task.
Parameters:
Returns: Confirmation of task termination.
Retrieve media (screenshots, video, PDF) from a task.
Parameters:
Returns: URL or binary data of the requested media.
Retrieve a list of tasks with optional filtering.
Parameters:
Returns: Array of task records matching the criteria.
To use the Browser Use Cloud API, you need to obtain an API key:
The node automatically validates your API key by sending a ping request to the Browser Use Cloud API. If the API key is invalid or the service is unavailable, you'll receive a clear error message.
⚠️ Note: The Local Bridge feature is currently under development and may not be fully functional.
To use the Local Bridge connection:
http://localhost:8000)This node has been tested with n8n version 0.209.4 and later.
The Local Bridge option allows you to connect to a locally running Browser Use instance, which can be useful for development, testing, or when you need to keep your automation entirely on-premise.
⚠️ Setup Requirements (Coming Soon):
Then in n8n:
TypeScript
83.6%
JavaScript
16.4%

This is an n8n community node. It lets you use Browser Use in your n8n workflows.
Browser Use is an AI-powered browser automation tool that allows you to create and manage browser automation tasks using natural language instructions.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Follow the installation guide in the n8n community nodes documentation.
n8n-nodes-browser-use in the Name fieldnpm install n8n-nodes-browser-use
npm installnpm run buildnpm linknpm link n8n-nodes-browser-useExecute a new browser automation task with natural language instructions.
Parameters:
Returns: Task ID, status, and a live preview URL.
Retrieve full details of a specific task.
Parameters:
Returns: Complete task information including status, instructions, and timestamps.
Check the status of a running task.
Parameters:
Returns: Current status, completion percentage, and any error messages.
Temporarily pause a running task.
Parameters:
Returns: Confirmation of task being paused.
Resume a previously paused task.
Parameters:
Returns: Confirmation of task resumption.
Stop a running task.
Parameters:
Returns: Confirmation of task termination.
Retrieve media (screenshots, video, PDF) from a task.
Parameters:
Returns: URL or binary data of the requested media.
Retrieve a list of tasks with optional filtering.
Parameters:
Returns: Array of task records matching the criteria.
To use the Browser Use Cloud API, you need to obtain an API key:
The node automatically validates your API key by sending a ping request to the Browser Use Cloud API. If the API key is invalid or the service is unavailable, you'll receive a clear error message.
⚠️ Note: The Local Bridge feature is currently under development and may not be fully functional.
To use the Local Bridge connection:
http://localhost:8000)This node has been tested with n8n version 0.209.4 and later.
The Local Bridge option allows you to connect to a locally running Browser Use instance, which can be useful for development, testing, or when you need to keep your automation entirely on-premise.
⚠️ Setup Requirements (Coming Soon):
Then in n8n:
TypeScript
83.6%
JavaScript
16.4%