← Back to Skills Marketplace
52
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scrapling-boss-recruitment
Description
招聘数据爬取Skill,基于Scrapling框架在Boss直聘上执行招聘操作。当需要以下场景时使用:在Boss直聘搜索候选人、批量发送招呼、获取简历信息、解析结构化数据。Trigger phrases: boss直聘、招聘爬取、搜索候选人、获取简历、发送招呼、boss recruitment、zhipin
README (SKILL.md)
Scrapling Boss Recruitment
基于 Scrapling 的 Boss直聘 招聘辅助工具,支持候选人搜索、简历获取、自动打招呼。
核心能力
| 功能 | 方法 | 说明 |
|---|---|---|
| 搜索候选人 | search_candidates() |
按关键词/条件搜索 |
| 获取简历 | get_resume() |
获取候选人详细信息 |
| 批量打招呼 | batch_greet() |
批量发送招呼 |
| 解析简历 | parse_resume() |
结构化提取简历字段 |
快速开始
1. 安装依赖
pip install scrapling
2. 配置Cookie
用户需提供Boss直聘登录Cookie:
COOKIES = {
'__zp_stoken__': '用户提供的stoken',
'__zp_phoenix_id': '用户提供的phoenix_id',
# ... 其他Cookie
}
3. 搜索候选人
from scripts.boss_scraper import BossRecruiter
recruiter = BossRecruiter(cookies=COOKIES)
results = recruiter.search_candidates(
keyword='Python后端',
city='北京',
experience='3-5年',
degree='本科'
)
4. 发送招呼
recruiter.batch_greet(
candidate_ids=['候选人ID列表'],
greeting_template='您好,{name},我们正在招聘{position},您有兴趣吗?'
)
工作流程
用户输入招聘需求
↓
Agent解析需求 → search_candidates()
↓
获取候选人列表 → 展示给用户
↓
用户选择候选人 → batch_greet()
↓
获取简历 → get_resume()
↓
存入人才库
关键文件
| 文件 | 用途 |
|---|---|
scripts/boss_scraper.py |
主爬虫类 |
scripts/parser.py |
简历解析器 |
references/selectors.md |
Boss直聘 CSS选择器 |
references/config.md |
配置说明 |
反爬策略
- 随机延迟:3-10秒随机间隔
- 请求限流:每日搜索≤200次,打招呼≤500次
- Cookie刷新:Token过期后提示用户更新
- 失败重试:自动重试3次,间隔递增
注意事项
- 仅供用户本人账号使用,禁止批量操作他人账号
- 遵守Boss直聘robots.txt和服务条款
- 定期检查Cookie有效性
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scrapling-boss-recruitment - After installation, invoke the skill by name or use
/scrapling-boss-recruitment - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Scrapling Boss Recruitment.
- Provides automated tools for Boss直聘 recruitment tasks using the Scrapling framework.
- Supports searching candidates, retrieving resumes, batch greeting, and parsing structured resume data.
- Requires user-provided Boss直聘 cookies for authentication.
- Includes anti-crawling measures: random delays, daily request limits, cookie refresh prompts, and retry logic.
- Usage instructions and key files documented for quick start and integration.
Metadata
Frequently Asked Questions
What is Scrapling Boss Recruitment?
招聘数据爬取Skill,基于Scrapling框架在Boss直聘上执行招聘操作。当需要以下场景时使用:在Boss直聘搜索候选人、批量发送招呼、获取简历信息、解析结构化数据。Trigger phrases: boss直聘、招聘爬取、搜索候选人、获取简历、发送招呼、boss recruitment、zhipin. It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Scrapling Boss Recruitment?
Run "/install scrapling-boss-recruitment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scrapling Boss Recruitment free?
Yes, Scrapling Boss Recruitment is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scrapling Boss Recruitment support?
Scrapling Boss Recruitment is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scrapling Boss Recruitment?
It is built and maintained by wuritu (@wuritu); the current version is v0.1.0.
More Skills