Package Information
Downloads: 20 weekly / 859 monthly
Latest Version: 0.1.7
Author: highly_loaded_ego
Documentation
n8n-nodes-browser-use
This is an n8n community node to use BrowserUse Cloud.
Credentials
You need to create a BrowserUse API credential:
- BrowserUse API Key: Get it from BrowserUse Cloud dashboard.
- LLM Model: The model to use (e.g.,
o3-2025-04-16,gpt-4o). - LLM API Key: Your API key for the LLM provider (passed as
OPENAI_API_KEYto the agent). - LLM Base URL: Base URL for the LLM provider (passed as
OPENAI_BASE_URLto the agent).
Operations
BrowserUse
- Prompt: The instruction for the browser agent (e.g. "Go to google.com and find the price of bitcoin").
- Max Steps: Maximum number of steps the agent can take (default: 30).
Implementation Details
This node uses the browser-use-sdk for Node.js.
LLM credentials are passed to the task via secrets:
llmApiKey->OPENAI_API_KEYllmBaseUrl->OPENAI_BASE_URL