{"id":30751473,"url":"https://github.com/alexqi/webphantom","last_synced_at":"2026-06-22T08:31:58.295Z","repository":{"id":300421069,"uuid":"1006126513","full_name":"alexQi/WebPhantom","owner":"alexQi","description":"面向 Web 数据采集任务的开源爬虫框架，支持接口调用、任务调度、会话管理等核心功能，适用于构建具备一定反爬能力的自动化采集系统（抖音｜小红书｜淘宝｜京东）","archived":false,"fork":false,"pushed_at":"2025-06-25T04:25:38.000Z","size":139,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-08T23:14:57.108Z","etag":null,"topics":["crawler","douyin","qps","scheduler","taobao","xiaohonghsu"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexQi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-21T14:54:20.000Z","updated_at":"2025-10-31T19:41:07.000Z","dependencies_parsed_at":"2025-06-21T16:29:58.945Z","dependency_job_id":null,"html_url":"https://github.com/alexQi/WebPhantom","commit_stats":null,"previous_names":["alexqi/webphantom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexQi/WebPhantom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexQi%2FWebPhantom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexQi%2FWebPhantom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexQi%2FWebPhantom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexQi%2FWebPhantom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexQi","download_url":"https://codeload.github.com/alexQi/WebPhantom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexQi%2FWebPhantom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34641636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crawler","douyin","qps","scheduler","taobao","xiaohonghsu"],"created_at":"2025-09-04T07:48:29.769Z","updated_at":"2026-06-22T08:31:58.262Z","avatar_url":"https://github.com/alexQi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕸️ WebPhantom ｜任务驱动的智能采集框架\n\n\u003e 🎯 WebPhantom 是一套面向 Web 数据采集任务的开源通用框架，支持接口调用、任务调度、会话管理等核心功能，适用于构建具备一定反爬能力的自动化采集系统。\n\n\u003e #### 本项目设计的结构是为了灵活应对各种业务场景，所以可能会有些复杂，如确有需要请联系我。以学习为目的的请自行摸索。\n\n---\n\n## ⚙️ 核心功能\n\n| 模块               | 说明                                                                 |\n|--------------------|----------------------------------------------------------------------|\n| ✅ 接口调用调度     | 支持通过 API 发起数据采集任务，自动任务分发与管理                     |\n| ✅ Session 管理     | 支持账号上下文、Cookie/Token 注入与轮换                              |\n| ✅ 多任务队列       | 基于优先级的任务队列调度系统                                         |\n| ✅ 状态管理         | 任务状态跟踪，支持失败重试、断点恢复                                 |\n| ✅ 扩展能力         | 快速扩展到其他平台、自定义中间件与持久化存储逻辑                     |\n\n\u003e 📦 框架轻量、可嵌入其他系统，也可独立部署。\n\n---\n\n## 🚀 快速使用\n\n```bash\ngit clone https://github.com/alexQi/webphantom.git\ncd webphantom\ngo mod tidy\ngo run cmd/api/main.go\n```\n\nAPI 示例、配置说明等文档请查看 `api/` 内逻辑。\n\n---\n\n## 🧠 使用场景\n\n- 电商、社媒、内容平台的中小规模数据采集  \n- 内部运营分析、价格监控、品牌监测等自动化数据来源  \n- 结合 AI 模型做数据供给（如训练语料、评论分析等）  \n\n---\n\n## 🌟 高级版本：WebPhantom Pro \n\n当前版本为基础功能开源版，如您需要以下高级能力，可联系我们获取 Pro 商业版本：\n\n- 🔐 智能反爬机制绕过（滑块、行为检测、加密参数等）  \n- 🧭 用户行为自动模拟（滚动、点击、输入、滑动等）  \n- 📈 数据链路追踪与自动分类（自动解析关键响应）  \n- 🧱 分布式采集调度 \u0026 横向扩展部署  \n- 🤖 集成 AI 判断模块进行采集筛选  \n\n\u003e 📄 [了解更多高级功能](PRO.md)\n\n📩 **获取方式**：  \n请通过邮件或私信联系作者，获取 Pro 版本试用或商务合作方案。\n\n- **📧 Email**：alex.qiubo@qq.com  \n- **💬 微信**：alexchou6818\n\n---\n\n## 📜 许可证与授权\n\nWebPhantom 开源版采用 MIT License，允许用户在遵守许可证条款的前提下免费使用、修改和分发代码。详细条款请见 LICENSE 文件。\n\n**授权说明**：\n- **开源版**：适用于学习、个人项目和非商业用途。商用用户需保留原作者版权声明。\n- **Pro版**：为商业用户提供高级功能，需通过作者授权获取。\n\n限制：严禁将开源版代码用于违反平台协议、侵犯隐私或任何非法用途的行为。作者对不当使用导致的后果不承担责任。\n\n---\n\n## ⚠️ 免责声明\n\n本项目仅供合法合规用途，严禁用于任何违反平台协议、侵犯隐私或法规的行为。使用所产生的风险与责任由使用者自行承担。\n\n---\n\n## ❤️ 支持项目\n\n如果你觉得这个项目有帮助，欢迎 Star ⭐ 或 Fork 🔁 支持持续维护！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexqi%2Fwebphantom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexqi%2Fwebphantom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexqi%2Fwebphantom/lists"}