| name | bxc |
| description | Crawler and web scraping engine with advanced stealth, browser automation, and platform scrapers. |
| when_to_use | User asks to crawl, recon, or scrape a webpage, search Google, automate browser tasks, extract data, or interact with platforms like x.com/Grok/WorldBeyblade. |
| version | 1.1.0 |
Bxc — Bun-Native Stealth Browser & Scraping Engine
bxc is a high-performance web browser, crawling, and scraping engine. It is optimized for server environments and Google-grade stealth, fushing in-process V8 bindings with a native Rust Chromium driver.
1. Core Subcommands
Reconnaissance & Detection
Data Scraping & Web Search
2. Browser Automation & Stealth Server
- Start the Stealth CDP Server:
Runs a Chrome DevTools Protocol (CDP) server that Playwright, Puppeteer, or Bxc client scripts can connect to. This server bypasses advanced bot detection systems:
aphrody bxc serve --cdp-port 9222
- Site Mirroring:
Mirror a full website (downloading HTML, CSS, JS, and asset files locally):
aphrody bxc mirror https://example.com
- Cookie Management:
Manage cookie jars for authenticated browser sessions:
aphrody bxc cookies --domain example.com
3. Platform Scrapers & Integrations
bxc includes specialized modules for crawling and automating interactions with various platforms:
- x.com (Twitter) & xAI Grok:
- Scrape profiles:
aphrody bxc xcom <handle>
- Interact with Twitter / rank feed:
aphrody bxc x
- Query Grok (TTS, STT, Chat):
aphrody bxc grok "your query"
- World Beyblade Association:
Scrape and automate profiles, threads, PMs, and WBO rankings:
aphrody bxc worldbeyblade --rankings
- Challonge:
Extract brackets, match history, and standings from tournament pages:
aphrody bxc challonge https://challonge.com/tournament_id
- FIFA Ultimate Team (FUT):
Scrape player stats, market prices, and trends from FUTGG/FUTBin:
aphrody bxc fut --player "Messi"
- VoirAnime:
Search and resolve direct streaming catalog entries:
aphrody bxc voiranime search "Inazuma Eleven"
4. Crawling Workers & Actors
For large-scale or persistent crawling tasks:
5. Global Options
--proxy <url>: Route all traffic through an HTTP/SOCKS5 proxy.
--insecure / -k: Skip TLS/SSL certificate validation.
--json: Format command outputs in raw JSON.
--timeout <ms>: Adjust the global network timeout.