ZelaxyDocs
Tool Integrations
Tool

Stagehand

AI-powered browser automation for web interactions

Stagehand

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
AuthAPI 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 KeyPasswordStagehand API key
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