CloudBrowser
CtrlK
  • Get Started
    • Introduction
    • Quickstart
    • n8n Integration
    • MCP Server
    • HTTP API
      • Open Browser
      • Close Browser
      • Start Remote Desktop
      • Stop Remote Desktop
      • Get Browsers
      • Get Saved Sessions
      • Remove Saved Session
  • Cloud Service
    • Watch your browsers live
    • How it works
    • Best practices
    • Using your token
    • Load balancers
  • Libraries
    • .NET client
      • Open
      • OpenAndSave
      • RemoteDesktop
      • Get
    • Node.js client
      • Open
      • OpenAndSave
      • RemoteDesktop
      • Get
    • Python client
  • Configurations
    • AI Functions
      • Query
      • Summarize
      • Optimize
      • Translate
      • Describe image
      • To JSON
      • To CSV
      • To Markdown
    • Browser extensions
    • Setting cookies
    • Setting User-Agent
    • Use your own proxies
    • Puppeteer stealth
  • Troubleshooting
    • Non-200 Error status codes
    • Known errors
Powered by GitBook
On this page
  • Overview
  • Getting Started
  1. Libraries

Node.js client

Overview

The cloudbrowserai client provides shortcuts for access to our endpoints to perform various tasks.


Getting Started

Requirements

  • Node.js installed.

  • The cloudbrowserai NPM package.

  • Your CloudBrowser.AI API token.

Installation

Install the required package:

npm install cloudbrowserai
PreviousGetNextOpen

Last updated 7 months ago