Skip to main content
POST
Public endpoint used on the marketing website to show a live browser scanning animation. Uses Browserbase API with Playwright for fast, reliable browser sessions.
This is a public endpoint - no authentication required. Used on the searchcompany.ai landing page ranking flow.

Request Body

string
Website URL to navigate to. If omitted, creates a pre-warmed session without navigation.
string
default:"us-west-2"
Browserbase region for the session. Valid values: us-west-2, us-east-1, eu-central-1, ap-southeast-1
object
Optional custom viewport dimensions
string
If provided, navigates an existing session instead of creating a new one

Response

string
Unique identifier for the browser session
string
URL to embed the live browser view (iframe-compatible)

How It Works

  1. Pre-warm (no URL) - Creates a new Browserbase session and returns immediately
  2. Navigate (with URL) - Navigates an existing session to the URL in the background
  3. Session Reuse - Sessions are cached per client IP + viewport for 5 minutes
The endpoint supports a two-phase flow:
  1. First call without URL to pre-warm the session (fast)
  2. Second call with URL and session_id to start navigation

Usage on Landing Page

Rate Limiting

  • 60 requests/minute per IP address