All articles
ProductAugust 7, 2025· 5 min read
The Ferr Python SDK
The Pythonic way to launch and drive cloud browsers, with sync and async clients.
PN
Priya N.
Developer Relations
The Python SDK wraps the Sessions API in an interface that feels at home next to your model and data code. Both sync and async clients ship in the box.
A tiny example
app.py
from ferr import Ferr ferr = Ferr()with ferr.sessions.create(stealth=True) as session: page = session.new_page() page.goto('https://example.com') print(page.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