Blocks
Browser Use
Run browser automation tasks
Execute browser automation tasks with BrowserUse to navigate the web, scrape data, and perform actions as if a real user was interacting with the browser. The task runs asynchronously and the block will poll for completion before returning results.
Toolsbrowser_use
Block Preview
Browser Use
Run browser automation tasks
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the browser_use block with monitoring enabled in production.
Inputs (UI)
Task
long-inputPlaceholder: Describe what the browser agent should do...
Layout: full
API Key
short-inputPlaceholder: Enter your BrowserUse API key
Layout: full
Poll Interval (ms)
short-inputPlaceholder: 5000
Layout: half
Max Poll Time (ms)
short-inputPlaceholder: 300000
Layout: half
Inputs (API)
task
stringRequired
apiKey
stringRequired
pollInterval
numberOptional
maxPollTime
numberOptional
Outputs
Primary response type:
{
"id": "string",
"task": "string",
"output": "string",
"status": "string",
"steps": "json",
"live_url": "string"
}Tool Access
browser_use_run_task