March 11, 2026

The Browserbase Fetch API is available today

Introducing, the Fetch API for Browserbase. Give us a URL and we return the page content with no browser session required. It’s fast, cheap, (~$1 / 1k pages), and perfect for agents that just need to read the web.

Get started today: docs.browserbase.com/features/fetch

const res = await bb.fetchAPI.create({
  url: "https://browserbase.com/",
});