Skip to content

Web resources

Three resources for reaching the web. Each has its own reference page.

Applies to both workflow mode and agent mode.

ResourceUse it forReference
httpClient:Call a JSON API, webhook, or REST endpointHTTP client
scraper:Get the readable text of a static pageScraper
browser:A page that needs JavaScript, a login, or form interactionBrowser

Which one

  • Just data from an API - httpClient:. Built-in auth, retry, and cache.
  • Text from a page - scraper:. In-process, no browser, optional CSS selector.
  • The page only works with JavaScript, or you need to click and type - browser:. Real Chromium/Firefox/WebKit via Playwright.

See also

Released under the Apache 2.0 License.