FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
bb-browser: No Scraping, No API Keys — Your Browser Is the API
NewsTools

bb-browser: No Scraping, No API Keys — Your Browser Is the API

via Dev.toRecca Tsai2h ago

Originally published at recca0120.github.io Want Twitter search results? Traditional approaches give you three paths: apply for an API key (rate-limited), write a scraper (get IP-banned), or use Playwright with a headless browser (detected as non-human). bb-browser takes a fourth path: use the Chrome you already have open. You're logged into Twitter, the cookies are right there, and bb-browser runs fetch() inside that tab. From the website's perspective, it's just you browsing. How It Differs from Scrapers and Playwright Let's get the differences clear. bb-browser Playwright / Selenium Scrapers (requests, Scrapy) Browser Your real Chrome Isolated headless browser No browser Login state Already logged in Must re-login or inject cookies Manual cookie handling Anti-bot detection Invisible (it IS the real user) Easily detected Easily blocked Fingerprint Your real fingerprint Headless browser fingerprint No fingerprint The key insight: bb-browser doesn't launch a new browser instance. It co

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

News

What "elastic compute" means in 2026

Reddit Programming • 4h ago

News

Breaking In: A patch to finally unlock the best VCD player the SEGA Dreamcast -

Reddit Programming • 8h ago

clmystery: A command-line murder mystery
News

clmystery: A command-line murder mystery

Lobsters • 10h ago

News

The Downfall and Enshittification of Microsoft in 2026

Lobsters • 11h ago

News

When not to use Event Sourcing?

Reddit Programming • 13h ago

Discover More Articles