Loading...
Loading...
Compare original and translation side by side
APIFY_TOKENAPIFY_TOKEN| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
| array | Optional | | Twitter profile or tweet URLs |
| array | Optional | | Twitter usernames (without @) |
| array | Optional | | Twitter user IDs |
| boolean | Optional | | Extract follower lists |
| boolean | Optional | | Extract following lists |
| boolean | Optional | | Extract retweeters of a tweet URL |
| boolean | Optional | | Include unavailable/suspended users |
| number | Optional | Unlimited | Maximum users to return |
| string | Optional | — | JavaScript function to transform each output object |
| 参数 | 类型 | 是否必填 | 默认值 | 说明 |
|---|---|---|---|---|
| array | 可选 | | Twitter主页或推文URL |
| array | 可选 | | Twitter用户名(不带@) |
| array | 可选 | | Twitter用户ID |
| boolean | 可选 | | 提取粉丝列表 |
| boolean | 可选 | | 提取关注列表 |
| boolean | 可选 | | 提取推文URL的转发者 |
| boolean | 可选 | | 包含不可用/被封禁的用户 |
| number | 可选 | 无限制 | 返回的最大用户数量 |
| string | 可选 | — | 用于转换每个输出对象的JavaScript函数 |
Progress:
- [ ] Step 1: Search tweets by tech stack + role signals
- [ ] Step 2: Collect unique handles
- [ ] Step 3: Enrich profiles via twitter-user-scraper
- [ ] Step 4: Score candidate fit
- [ ] Step 5: Deliver candidate list进度:
- [ ] 步骤1:按技术栈+角色信号搜索推文
- [ ] 步骤2:收集唯一账号昵称
- [ ] 步骤3:通过twitter-user-scraper丰富个人资料
- [ ] 步骤4:对候选人匹配度打分
- [ ] 步骤5:交付候选人列表Queries: ["[TECH_STACK] engineer", "[TECH_STACK] developer", "senior [TECH_STACK]",
"built with [TECH_STACK]", "[TECH_STACK] open to work", "[TECH_STACK] job search"]"looking for [TECH_STACK] role""[TECH_STACK] available"undefined查询语句: ["[TECH_STACK] engineer", "[TECH_STACK] developer", "senior [TECH_STACK]",
"built with [TECH_STACK]", "[TECH_STACK] open to work", "[TECH_STACK] job search"]"looking for [TECH_STACK] role""[TECH_STACK] available"undefined> `APIFY_TOKEN` must be set in environment or `.env` file.
**If Apify MCP is available:**
**REST API fallback:**
```bash
curl -X POST \
"https://api.apify.com/v2/acts/apidojo~tweet-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"searchTerms": ["Python engineer", "senior Python developer", "built with Python"], "maxItems": 300}'author.username> 必须在环境变量或`.env`文件中设置`APIFY_TOKEN`。
**若Apify MCP可用:**
**REST API备选方案:**
```bash
curl -X POST \
"https://api.apify.com/v2/acts/apidojo~tweet-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"searchTerms": ["Python engineer", "senior Python developer", "built with Python"], "maxItems": 300}'author.usernameTool: apify:run-actor
Actor: "apidojo~twitter-user-scraper"
Input: {"usernames": ["[username1]", "[username2]", "..."]}curl -X POST \
"https://api.apify.com/v2/acts/apidojo~twitter-user-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"usernames": ["handle1", "handle2"]}'工具: apify:run-actor
Actor: "apidojo~twitter-user-scraper"
输入: {"usernames": ["[username1]", "[username2]", "..."]}curl -X POST \
"https://api.apify.com/v2/acts/apidojo~twitter-user-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"usernames": ["handle1", "handle2"]}'stack_confirmed = truecandidate_score = (stack_confirmed ? 1 : 0) * 0.35
+ (open_to_work_signal ? 1 : 0) * 0.30
+ (followerCount in 200..20000 ? 1 : 0.6) * 0.20
+ (tweeted_in_last_30_days ? 1 : 0) * 0.15stack_confirmed = truecandidate_score = (stack_confirmed ? 1 : 0) * 0.35
+ (open_to_work_signal ? 1 : 0) * 0.30
+ (followerCount in 200..20000 ? 1 : 0.6) * 0.20
+ (tweeted_in_last_30_days ? 1 : 0) * 0.15followerCount > 50Kcontainsfollower/following ratio < 0.05tweetsCount < 10followerCount > 50Kcontainsfollower/following ratio < 0.05tweetsCount < 10undefinedundefined| Name | @Handle | Role Level | Location | Stack Confirmed | Followers | Last Active | Score |
|---|---|---|---|---|---|---|---|
| [name] | @[handle] | Senior | [city] | ✓ | [N] | [X days ago] | [0.XX] |
| 姓名 | @账号昵称 | 角色级别 | 地理位置 | 技术栈已确认 | 粉丝数 | 最后活跃时间 | 得分 |
|---|---|---|---|---|---|---|---|
| [name] | @[handle] | Senior | [city] | ✓ | [N] | [X天前] | [0.XX] |
| Name | @Handle | Role Level | Location | Stack | Followers | Score |
|---|
| 姓名 | @账号昵称 | 角色级别 | 地理位置 | 技术栈 | 粉丝数 | 得分 |
|---|
undefinedundefined"-company -official -team -agency"passive"-company -official -team -agency"passive