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.

Back to Catalog
Toolsbrowser_use

Block Preview

Browser Use

Run browser automation tasks

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the browser_use block with monitoring enabled in production.

Inputs (UI)

Task

long-input

Placeholder: Describe what the browser agent should do...

Layout: full

API Key

short-input

Placeholder: Enter your BrowserUse API key

Layout: full

Poll Interval (ms)

short-input

Placeholder: 5000

Layout: half

Max Poll Time (ms)

short-input

Placeholder: 300000

Layout: half

Inputs (API)

task

string

Required

apiKey

string

Required

pollInterval

number

Optional

maxPollTime

number

Optional

Outputs

Primary response type:

{
  "id": "string",
  "task": "string",
  "output": "string",
  "status": "string",
  "steps": "json",
  "live_url": "string"
}

Tool Access

browser_use_run_task
Browser Use | NowFlow Blocks