Browser infrastructure for AI and automation developers. Render any webpage and get back a screenshot, its page content, and structured extracted data — over REST or MCP.
Shotbase runs real Chromium browsers (via Playwright) so you don't have to. A single call handles the browser lifecycle and JS rendering, then returns a screenshot and — when you ask for it — the page's text and structured data extracted from it.
There are two ways to call Shotbase: a REST endpoint (POST /screenshot) and a native MCP server (POST /api/mcp) exposing the shotbase_capture tool.
By default the response body is the rendered image. Add include_text or ai_extract to get a JSON response with the page's text and extracted data instead.