browseruselocalllm

n8n node for BrowserUse (proxies to Python service)

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_KEY to the agent).
  • LLM Base URL: Base URL for the LLM provider (passed as OPENAI_BASE_URL to 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_KEY
  • llmBaseUrl -> OPENAI_BASE_URL

Discussion