Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 12:39:48 +08:00

39 lines
1.3 KiB
Markdown

# 51job
**Mode**: 🔐 Browser · **Domains**: `we.51job.com`, `jobs.51job.com`
## Commands
| Command | Description |
|---------|-------------|
| `opencli 51job search <keyword>` | Keyword search with city / salary / experience / degree / company filters |
| `opencli 51job hot` | Recommended jobs feed for a city |
| `opencli 51job detail <jobId>` | Full job detail page by `jobId` |
| `opencli 51job company <encCoId>` | Company profile plus active jobs by encrypted company ID |
## Usage Examples
```bash
# Search Beijing Python jobs
opencli 51job search python --area 北京 --limit 5
# Recommended jobs in Shanghai
opencli 51job hot --area 上海 --limit 5
# Detail by jobId from search/hot output
opencli 51job detail 171699769
# Company jobs by encCoId from search output
opencli 51job company MjYxMjgxMA== --limit 3
# JSON output for agent workflows
opencli 51job search Golang --area 杭州 -f json
```
## Notes
- `search` and `hot` run behind Aliyun WAF. The adapter uses a real browser session and browser-context `fetch` for the JSON API on `we.51job.com`.
- `detail` and `company` read SSR HTML pages on `jobs.51job.com`.
- `area` accepts a known city name or a 6-digit city code. Unknown non-empty values fail fast.
- `company` returns the full `companyIntro` text. It does not silently truncate content.