Back to docs

Tool Extract

Category: Browser Automation · Tier: All

Extract data from the page. Pass _browserToken to use the same browser session.

When to Use

Browser automation tools map to human motor interaction research. Click accuracy, form filling speed, and scroll behavior follow HCI models.

Parameters

Parameter Type Required Description
what string Yes What to extract

Example

Extract all links from the navigation menu

Tips

  • Pass _browserToken from a previous tool call to maintain the same browser session
  • The tool returns a _browserToken in its response — pass it to subsequent calls
  • Without _browserToken, each call gets a fresh browser (blank page)

Research

Related

From the Blog