9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
54 lines
1.9 KiB
Markdown
54 lines
1.9 KiB
Markdown
# Maimai (脉脉)
|
|
|
|
**Mode**: 🔐 Browser · **Domain**: `maimai.cn`
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `opencli maimai search-talents` | Search Maimai talent profiles with keyword and structured filters |
|
|
|
|
## Usage Examples
|
|
|
|
```bash
|
|
# Search by keyword
|
|
opencli maimai search-talents Java
|
|
|
|
# Narrow by company and city
|
|
opencli maimai search-talents 产品经理 --companies "阿里巴巴,字节跳动" --cities 北京市
|
|
|
|
# Filter by school, degree, and work years
|
|
opencli maimai search-talents 算法 --schools "北京大学,清华大学" --degrees 3 --worktimes 3
|
|
|
|
# Prioritize recently active candidates
|
|
opencli maimai search-talents 运营 --sortby 1 --is_direct_chat 1
|
|
|
|
# JSON output for downstream processing
|
|
opencli maimai search-talents Java --size 10 -f json
|
|
```
|
|
|
|
## Key Filters
|
|
|
|
- `--positions`: filter by role or title
|
|
- `--companies`: comma-separated current or historical companies
|
|
- `--schools`: comma-separated school names
|
|
- `--provinces` / `--cities`: location filters
|
|
- `--worktimes`: `1=1-3y`, `2=3-5y`, `3=5-10y`, `4=10+y`
|
|
- `--degrees`: `1=大专`, `2=本科`, `3=硕士`, `4=博士`, `5=MBA`
|
|
- `--professions`: industry codes such as `01=互联网`, `02=金融`
|
|
- `--is_211` / `--is_985`: set to `1` to require those school tiers
|
|
- `--sortby`: `0=relevance`, `1=activity`, `2=work_years`, `3=education`
|
|
- `--is_direct_chat`: set to `1` to keep only candidates available for direct chat
|
|
|
|
## Prerequisites
|
|
|
|
- Chrome running and **logged into** `maimai.cn`
|
|
- The logged-in browser should be able to open `https://maimai.cn/ent/talents/discover/search_v2`
|
|
- [Browser Bridge extension](/guide/browser-bridge) installed
|
|
|
|
## Notes
|
|
|
|
- `page` is zero-based, so the first page is `--page 0`
|
|
- Output includes current company plus a deduplicated `historical_companies` field from work experience
|
|
- If the command reports login failure, first verify the same Chrome profile can access the talent search page directly
|