Appearance
Install
Node.js SDK
The official Scrapeless Node.js SDK is @scrapeless-ai/sdk. Python and Go SDKs are listed as coming soon; use the REST API directly for those languages.
bash
npm install @scrapeless-ai/sdkOr with pnpm (preferred on this stack):
bash
pnpm add @scrapeless-ai/sdkOr with yarn:
bash
yarn add @scrapeless-ai/sdkNo-SDK Options
For the Universal Scraping API and the Scraping Browser WebSocket endpoint, no library installation is required. You can use any HTTP client (curl, axios, requests) or connect directly via Playwright/Puppeteer using the WebSocket URL.
Playwright (existing install, no extra package needed)
bash
npm install playwrightThen point Playwright's chromium.connectOverCDP() at the Scrapeless WebSocket endpoint (see Usage).
Prerequisites
- A Scrapeless account and API key from the dashboard
- Node.js 18+ for the SDK
- No self-hosted Chromium required; the browser runs in Scrapeless's cloud
Starter Templates
No official downloadable boilerplate is published as of 2026-06-30. The SDK README and documentation contain the canonical getting-started examples.