NewSee everything we shipped in Launch Week 3
All articles
ProductAugust 14, 2025· 5 min read

The Ferr Node SDK

A typed, promise-first client for driving Ferr from Node and the browser.

JR
Jonah R.
Engineering

The Node SDK is the fastest way to use Ferr from JavaScript and TypeScript. It is fully typed, promise-first, and mirrors the Sessions API one-to-one.

Get started

index.ts
import { Ferr } from 'ferr';
 
const ferr = new Ferr();
const session = await ferr.sessions.create({ stealth: true });
await session.goto('https://example.com');
console.log(await session.title());
Build it on Ferr
Launch your first cloud browser for free.
Start For Free