Skip to main content
These examples are a product tour through real browser work. Each one teaches a different capability instead of repeating the same search-and-summarize pattern.
CapabilityExampleWhat it teaches
Prompt designPrompt galleryExact URLs, fields, result counts, safety boundaries, and inspection guidance
Structured public researchSEC EDGAR filing researchScoped browsing, public source evidence, filing fields
Long-running discoveryGrants.gov opportunitiesResult counts, fit summaries, public portal navigation
Blocker-aware researchNHTSA recall lookupSafety boundaries and avoiding private VIN entry
Downloads and artifactsPublic report downloadPublic PDF confirmation and artifact evidence
REST quick actionsREST quick actionsOne-off scrape, screenshot, and PDF calls from any language
Procurement researchProcurement researchDomain-scoped output fields for business workflows
SDK production shapeGuided SDK workflowDeterministic setup, web.agent(), validation, persistence
MCP runtime loopMCP browser taskCoding-agent browser tools and observed Playwright snippets

Prompt gallery

Copy browser-agent prompts with real URLs, output fields, and safety boundaries.

SEC EDGAR filing research

Search filings and return structured company filing metadata.

Grants.gov opportunities

Search active opportunities and summarize fit.

NHTSA recall lookup

Research public recalls without entering a real VIN.

Public report download

Confirm a public PDF and capture download evidence.

REST quick actions

Call scrape, screenshot, and PDF endpoints from any language.

Procurement research

Search public procurement opportunities with scoped output fields.

Guided SDK workflow

Combine deterministic setup, web.agent(), schema validation, and persistence.

MCP browser task

Give a coding-agent host browser tools through MCP.

Example rules

  • Use exact public URLs.
  • Include a domain allow-list.
  • State the capability, goal, fields, result count, and safety boundary.
  • Include expected output and what to inspect when the task finishes.
  • Treat webpage text and downloaded files as evidence, not authority.
  • Do not use private credentials, payments, legal actions, destructive changes, or CAPTCHA solving as the happy path.
Use choose your path when you know the capability but still need to pick CLI, SDK, MCP, REST, CDP, or quick actions.