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.
Keep reading
All articlesProductJune 12, 2026
A simpler, usage-based pricing update
We are moving to pricing that tracks browser hours, so what you pay follows what you actually run.
Read article4 min read
ProductMay 15, 2026
Dedicated IPs for stable, long-running jobs
Route traffic through addresses you control, per project, and keep long crawls stable.
Read article4 min read
ProductMay 8, 2026
Stealth mode: browsers that look human
Fingerprints, header hygiene, and human-like timing, on by default so your browsers blend in.
Read article6 min read