GraphQL-first 4 层兜底 · 按账号派生指纹 · 真实贝塞尔鼠标轨迹 · 实时 pause/resume/abort。
AutoWave is built for serious operators — no more guess-the-timing scripts, no more shared fingerprints.
每一项能力都来自真实运营场景的反复打磨——不是 demo,不是 PoC,而是每天跑成千上万账号验证出来的。
Every capability is hardened by real operations — not demos, not PoCs, but battle-tested across thousands of daily accounts.
广告户检测 · BM 检测 · 基础养号 · 直播养号 · 广告数据采集 · 内容发布 · 账号管理 · 数据爬取 · 自定义脚本——一套覆盖所有运营场景。
Ad-check · BM-check · nurture · live-nurture · ad-data · content posting · account ops · scraping · custom scripts.
按 profileId SHA-256 派生时序指纹 · 贝塞尔曲线鼠标轨迹 · 点击式导航替代 URL 跳转 · navigator.connection 个性化 · 永不空 referrer。
Per-profile fingerprint via SHA-256 · Bezier mouse paths · click-nav replaces URL jumps · personalized connection hints · never-empty referrer.
REST API → page.route 拦截 → GraphQL doc_id 直查 → DOM 渲染兜底。优先用低指纹路径,DOM 仅做最后防线。
REST API → page.route intercept → GraphQL doc_id direct → DOM render fallback. Low-fingerprint paths first; DOM only as last resort.
Wave-mode 滑动窗口调度 · 资源权重配额 · 同 seq 多任务共享浏览器 session · 严守 BitBrowser open 节奏避免白屏。
Wave-mode sliding-window scheduler · resource-weight quotas · per-seq batched session · respects BitBrowser open cadence.
Pause / Resume / Abort 每个任务 · GUI 实时进度 · 任务结束自动 release profile · 异常立即可视化定位。
Per-task pause / resume / abort · live GUI progress · auto-release on finish · instant exception visibility.
Render 路径覆盖 FB top 30 语言关键字 · UA 自动路由 mobile / desktop · BM 模块强制 ?locale=en_US 优先。
Render path covers FB top-30 language keywords · UA auto-routes mobile/desktop · BM modules force ?locale=en_US.
7 种已知代理错误模式分类 · 白屏自动 forceClose→reconnect 最多 2 次 · 网络可疑 page.reload×3 自动重试。
7 known proxy patterns classified · white-screen auto forceClose→reconnect (×2) · suspicious-network auto reload×3.
一键 Excel 导入任务 · 结果实时回写源文件 · 独立 4 表报告 · 模板含下拉验证 · 文件永不覆盖(自动 -1, -2 递增)。
One-click Excel import · live write-back · 4-sheet report · dropdown-validated template · never overwrite (auto -1, -2 suffix).
多机授权管理 · 强制更新远程下发 · 调试日志实时回传 · 启动 / 任务结束双触发拦截。
Multi-machine licensing · remote force-update push · live debug log upload · launch + post-task interception.
每一步都可暂停、可恢复、可终止。任务级别的精细控制,不是粗暴的全局停止。
Every step is pause-resume-abort capable. Per-task control, not crude global stop.
seq + task_type + params → ExcelTaskReader 解析任务
Wave-mode 滑窗 · 资源权重 · per-seq 批处理
BitBrowser CDP · 自动重试 · 白屏检测
GraphQL 优先 · click-nav · 个性化时序
结果回写源 Excel + 独立报告 4 表
以下对比来自我们对竞品反编译/反向工程的实测数据。
Comparison based on hands-on reverse engineering of competitor products.
| 能力 / Capability | AutoWave | fbspider | SMIT | AutoPanda (legacy) |
|---|---|---|---|---|
| 点击式导航 / Click-nav (no URL jumps) | 完整覆盖 | URL 直跳 | 部分 | URL 直跳 |
| GraphQL doc_id 直查 / GraphQL-first | 11+ doc_id 已捕获 | 仅 DOM | 仅 DOM | 2 doc_id |
| 按账号派生指纹 / Per-profile personality | SHA-256 派生 | 全账号同分布 | 全账号同分布 | 22 个硬编码常数 |
| CDP 网络限速 / CDP throttling | 144p · 220kbps | page.route block | 无 | DOM 切清晰度 |
| 多账号并发 / Multi-account concurrency | Wave-mode + 资源权重 | 固定线程 | 固定线程 | 固定线程 |
| 任务级 pause/resume/abort | 每任务可控 | 仅全局停 | 仅全局停 | 仅全局停 |
| Excel 任务管理 / Excel workflow | 导入 + 回写 + 报告 | 仅导入 | 无 | 无 |
| 广告户类型识别 / Ad account type | postpaid + prepaid | 仅账单户 | 无 | 仅账单户 |
| Force-update + 任务保护 | 双触发 + task running 豁免 | 无 | 仅启动拦截 | 无 |
| 代码注释双语 / Bilingual code | 100% 强制 | 仅中文 | 无注释 | 部分 |
从 fbspider 切到 AutoWave 一个月,3000 个账号每周封号率从 14% 降到 4%。点击导航和按账号派生指纹是真起作用的。
Excel 一键导入太爽了。以前要写 Python 脚本驱动 Selenium,现在 Excel 列好 task_type 就跑,结果回写到原文件,运营自己能用。
GraphQL 直查 billing 比 DOM 快 8 倍,900 个广告户每天巡检从 3 小时缩到 22 分钟。指纹风险也低。
支持 30+ 语言这点关键。我们做拉美和东南亚混跑,FB 强制注入西班牙语界面也能识别 BM 入口,render 路径很稳。
任务级 pause/resume 是刚需。FB 风控有节奏,需要随时手动暂停某几个账号观察日志,AutoWave 可以做到不影响其他账号继续跑。
白屏自动重启省了我们半个运维。以前要盯着 BitBrowser,现在挂着跑一天,回来 Excel 报告里清清楚楚。
所有功能不分版本——价格只决定授权机器数和支持级别。
All features unlocked at every tier — only seat count and support level differ.
先看看是不是你想要的 / See if it fits
单机灵活,按月续 / Flexible monthly
省 25%,团队首选 / Save 25%, team go-to
AutoWave 通过 BitBrowser Local API(127.0.0.1:54345)拿到每个 profile 的 CDP endpoint,再用 Playwright 直连。这样可以复用 BitBrowser 的指纹、代理、cookie 隔离,完全不用我们自己实现浏览器栈。
AutoWave fetches each profile's CDP endpoint via BitBrowser Local API and connects with Playwright. This reuses BitBrowser's fingerprint / proxy / cookie isolation — no need to roll our own browser stack.
没有"100% 不封"的承诺——任何说能 100% 的都是骗子。我们能做的是把每一个已知指纹维度做到位:每账号派生时序、贝塞尔鼠标、navigator.connection 个性化、永不空 referrer、点击导航、CDP 网络限速。这些都是从竞品反编译里学到 + 实测对比验证的。
No "100% never banned" promise — anyone claiming that is lying. What we do: hit every known fingerprint dimension. Per-profile timing, Bezier mouse, personalized connection, never-empty referrer, click navigation, CDP throttling. All learned from competitor reverse engineering + empirically validated.
当前只支持 Windows 10/11 x64。Mac/Linux 在路线图但不会很快——BitBrowser 本身在 Windows 上覆盖最完整。
Currently Windows 10/11 x64 only. Mac/Linux is on the roadmap but not imminent — BitBrowser itself is most complete on Windows.
单机受限于 BitBrowser 实例数和你的硬件。我们默认 maxConcurrent=4,每个 profile 预估 400MB 内存。一台 32GB 机器跑 30~50 个并发是稳定档。如果你要跑几千个账号,建议多机部署(年付套餐 3 台授权刚好覆盖)。
Per-machine limited by BitBrowser instances + hardware. Default maxConcurrent=4, ~400MB per profile. A 32GB machine handles 30~50 concurrent comfortably. For thousands of accounts, multi-machine deployment is recommended (Yearly tier covers 3 seats).
不会。Force-update 在两个时机触发:启动时 + 每个任务结束后。如果检测到有任务正在跑,会等到任务完成才弹出升级提示。这是规则 #5 写死的。
No. Force-update fires at two moments: launch + after each task ends. If a task is running, the prompt is deferred until completion. Enforced by design rule #5.
22 种 task_type 每种都有独立的参数 schema 和结果 schema。模板会带下拉验证,运营填错会有红色标记。每个任务行可以有自己的 ad_account_id / bm_id / 自定义参数。同一个 seq 的多个任务自动 batch on profile,开一次浏览器跑完所有任务。
All 22 task_types have their own param/result schema. Template ships with dropdown validation. Each row can carry its own ad_account_id / bm_id / custom params. Multiple tasks on the same seq auto-batch on one browser session.
年付客户可以提需求,我们排期评估。Custom-script 任务类型已经支持塞自己的 JS 逻辑进 page.evaluate(),能解决大部分一次性需求。
Yearly customers can request — we triage and schedule. The custom-script task type already accepts your own JS into page.evaluate(), covering most one-off needs.
24 小时免费试用就是为了让你不用赌。月付/年付付款后 7 天内如果遇到无法解决的兼容性问题(不是"我不想用了"那种),全额退款。
The 24h free trial exists so you don't have to gamble. For paid tiers, full refund within 7 days if we can't resolve a compatibility blocker (not "I changed my mind").
正在加载更新内容 / Loading release notes...
架构说明、Excel 模板使用、22 种任务类型详解。
Architecture, Excel templates, 22 task type guides.
企业版授权、定制开发、技术咨询。
Enterprise licensing, custom development, technical consulting.
Bug 报告、功能建议、紧急支持。
Bug reports, feature requests, urgent support.