New260+ blocks and 240+ tools are now fully documented
DocumentationReferenceTool IntegrationsWeb Scraping & Browsers
Tool

Stagehand

AI-powered browser automation for web interactions

Stagehand automates browser interactions using AI — click buttons, fill forms, navigate pages, and extract data using natural language instructions instead of CSS selectors.

Overview

PropertyValue
Typestagehand
CategoryTool — Web Scraping
AuthModel provider API key

Operations

OperationDescription
NavigateGo to a URL
ActPerform an action (click, type, scroll)
ExtractExtract data from the current page
ObserveAnalyze the current page state

Configuration

SettingTypeDescription
API KeyPasswordAPI key for the model provider used by Stagehand
URLShort inputTarget URL
InstructionLong textNatural language instruction
VariablesTableDynamic values for instructions

Outputs

FieldTypeDescription
contentstringAction result or extracted data
screenshotstringPage screenshot URL
successbooleanWhether the action succeeded

Example: Automated Form Submission

Workflow:

[Starter: Form data] → [Stagehand: Navigate] → [Stagehand: Act] → [Response]

Instructions:

  1. Navigate to https://example.com/form
  2. Act: Fill the "Name" field with "{{starter.input.name}}", fill "Email" with "{{starter.input.email}}", then click the Submit button

Tips

  • Natural language — describe what to do, not how (no CSS selectors needed)
  • Chain multiple actions — Navigate → Act → Extract for complex flows
  • Use for sites without APIs — automate interactions that have no programmatic interface
  • Use Stagehand Agent for autonomy — switch to Stagehand Agent when you need multi-step planning across pages