jobbank-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseJobbank Search Skill
Jobbank Search Skill
Search live Danish job listings from Akademikernes Jobbank — Denmark's primary job portal for highly educated candidates. No authentication needed. Uses the RSS feed for search (up to 100 results) and JSON-LD parsing for detailed job information.
从Akademikernes Jobbank搜索丹麦实时职位列表——这是丹麦面向高学历求职者的主要职位门户。无需身份验证。使用RSS源进行搜索(最多100条结果),并通过JSON-LD解析获取详细职位信息。
When to use this skill
何时使用此Skill
Invoke this skill when the user wants to:
- Search for jobs, positions, or career opportunities in Denmark
- Find academic, graduate, trainee, Ph.d., or postdoc positions
- Look for jobs by keyword, industry, location, education background, or work function
- Find remote or hybrid positions in Denmark
- Get full details for a specific job posting on jobbank.dk
- Check what positions are available at a specific company on jobbank.dk
- Browse jobs suitable for new graduates or people with international backgrounds
当用户有以下需求时,调用此Skill:
- 在丹麦搜索工作、职位或职业机会
- 寻找学术类、毕业生、培训生、Ph.d.或博士后职位
- 按关键词、行业、地点、教育背景或职能寻找工作
- 在丹麦寻找远程或混合模式职位
- 获取jobbank.dk上特定职位发布的完整详情
- 查询jobbank.dk上特定公司的可用职位
- 浏览适合应届毕业生或有国际背景人士的职位
Commands
命令
Search jobs
搜索职位
bash
bun run skills/jobbank-search/cli/src/cli.ts search [flags]Key flags:
- — keyword search (title, company, keyword)
--key <text> - — exclude keywords from results
--exclude <text> - — job type:
--type <code>=Fuldtidsjob,3=Graduate/trainee,6=Deltidsjob,13=Vikariat,8=Ph.d. & Postdoc,12=Freelance,11=Praktikplads,9=Studiejob (repeatable)4 - — region:
--location <code>=Storkøbenhavn,2=Østjylland (Aarhus),8=Midtjylland,7=Nordjylland,6=Fyn (repeatable)13 - — function:
--work-area <code>=IT-Software,31=Data & Analyse,43=Ledelse,26=Marketing (repeatable)29 - — sector:
--industry <code>=IT & Tele,10331=Forskning & Uddannelse,10442=Finans (repeatable)10358 - — education field:
--education <code>=IT,24=Økonomi & Revision,21=Samfundsvidenskab (repeatable)34 - —
--remote <value>(fully remote) orhelt(partially remote)delvist - —
--suitable-for <code>=Nyuddannede,2=International baggrund,4=Erfarne5 - — filter by company ID
--company <id> - — jobs posted on or after this date
--since <YYYY-MM-DD> - — cap results returned by CLI
--limit <n> --format json|table|plain
RSS limitation: The RSS feed returns max 100 items per request. No pagination is available via RSS.shows the true count;meta.totalis capped at 100.results
bash
bun run skills/jobbank-search/cli/src/cli.ts search [flags]主要参数:
- — 关键词搜索(职位名称、公司、关键词)
--key <text> - — 从结果中排除关键词
--exclude <text> - — 职位类型:
--type <code>=全职(Fuldtidsjob)、3=毕业生/培训生、6=兼职(Deltidsjob)、13=临时职位(Vikariat)、8=Ph.d. & 博士后、12=自由职业、11=实习(Praktikplads)、9=学生工(Studiejob)(可重复使用)4 - — 地区:
--location <code>=大哥本哈根(Storkøbenhavn)、2=东日德兰(奥胡斯)、8=中日德兰、7=北日德兰、6=菲英岛(可重复使用)13 - — 职能:
--work-area <code>=IT-软件、31=数据与分析、43=管理、26=市场营销(可重复使用)29 - — 行业:
--industry <code>=IT与电信、10331=研究与教育、10442=金融(可重复使用)10358 - — 教育领域:
--education <code>=IT、24=经济与审计、21=社会科学(可重复使用)34 - —
--remote <value>(完全远程)或helt(部分远程)delvist - —
--suitable-for <code>=应届毕业生(Nyuddannede)、2=国际背景、4=有经验人士5 - — 按公司ID筛选
--company <id> - — 在此日期或之后发布的职位
--since <YYYY-MM-DD> - — 限制CLI返回的结果数量
--limit <n> --format json|table|plain
RSS限制: RSS源每次请求最多返回100条结果。无法通过RSS进行分页。显示真实总数;meta.total最多返回100条。results
Full job detail
完整职位详情
bash
bun run skills/jobbank-search/cli/src/cli.ts detail <id> [--format json|plain]idsearchJobPostingbash
bun run skills/jobbank-search/cli/src/cli.ts detail <id> [--format json|plain]<id>searchJobPostingHow to use effectively
高效使用方法
Start with , then use for full description.
searchdetail- Use with
searchand/or filters to find matching jobs with IDs--key - Call to get the full HTML job description, exact deadline, and company details
detail <id>
Use repeatable flags for multi-value filters. Most filter flags can be repeated to match any of the values:
bash
undefined先使用,再用获取完整描述。
searchdetail- 使用带和/或筛选条件的
--key找到匹配的职位及其IDsearch - 调用获取完整的HTML职位描述、确切截止日期和公司详情
detail <id>
使用可重复参数实现多值筛选。 大多数筛选参数可重复使用,以匹配任意指定值:
bash
undefinedIT or Finance industry, Copenhagen or Aarhus
IT或金融行业,哥本哈根或奥胡斯
bun run skills/jobbank-search/cli/src/cli.ts search
--industry 10331 --industry 10358
--location 2 --location 8
--industry 10331 --industry 10358
--location 2 --location 8
**Filter codes are documented in the README** at `skills/jobbank-search/cli/README.md`.
---bun run skills/jobbank-search/cli/src/cli.ts search
--industry 10331 --industry 10358
--location 2 --location 8
--industry 10331 --industry 10358
--location 2 --location 8
**筛选代码记录在`skills/jobbank-search/cli/README.md`的README文件中。**
---Usage examples
使用示例
Find data scientist jobs in Copenhagen
寻找哥本哈根的数据科学家职位
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
--key "data scientist" \
--location 2 \
--format tablebash
bun run skills/jobbank-search/cli/src/cli.ts search \
--key "data scientist" \
--location 2 \
--format tableGraduate trainee positions for new graduates
面向应届毕业生的培训生职位
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
--type 6 \
--suitable-for 2 \
--format tablebash
bun run skills/jobbank-search/cli/src/cli.ts search \
--type 6 \
--suitable-for 2 \
--format tableRemote IT software jobs
远程IT软件职位
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
--work-area 31 \
--remote helt \
--format tablebash
bun run skills/jobbank-search/cli/src/cli.ts search \
--work-area 31 \
--remote helt \
--format tablePh.d. and postdoc positions in research
研究领域的Ph.d.和博士后职位
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
--type 12 \
--industry 10442 \
--format tablebash
bun run skills/jobbank-search/cli/src/cli.ts search \
--type 12 \
--industry 10442 \
--format tableRecent full-time jobs posted since March 1
3月1日以来发布的最新全职职位
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
--type 3 \
--since 2026-03-01 \
--format tablebash
bun run skills/jobbank-search/cli/src/cli.ts search \
--type 3 \
--since 2026-03-01 \
--format tableFull details for a specific job
特定职位的完整详情
bash
bun run skills/jobbank-search/cli/src/cli.ts detail 1234567 --format plainbash
bun run skills/jobbank-search/cli/src/cli.ts detail 1234567 --format plainIT jobs in Aarhus or Copenhagen
奥胡斯或哥本哈根的IT职位
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
--key developer \
--location 2 --location 8 \
--work-area 31 \
--format tablebash
bun run skills/jobbank-search/cli/src/cli.ts search \
--key developer \
--location 2 --location 8 \
--work-area 31 \
--format tableOutput formats
输出格式
| Format | Best for |
|---|---|
| Default — programmatic use, passing IDs to |
| Quick human-readable list of results |
| Single-job detail views ( |
All errors are written to stderr as and the process exits with code .
{ "error": "...", "code": "..." }1| 格式 | 适用场景 |
|---|---|
| 默认格式——适用于程序化调用,传递ID至 |
| 快速查看人类可读的结果列表 |
| 单个职位的详情视图( |
所有错误会以格式写入stderr,进程将以代码退出。
{ "error": "...", "code": "..." }1Notes
注意事项
- Data is from the public jobbank.dk RSS feed and HTML pages — no credentials required.
- RSS feed returns max 100 results per query. For higher counts, shows the true total.
meta.total - The command fetches a full job page and extracts the JSON-LD structured data block.
detail - values are region codes (e.g.
location= Storkøbenhavn), not city names.2 - All filter codes are documented in .
skills/jobbank-search/cli/README.md
- 数据来自公开的jobbank.dk RSS源和HTML页面——无需凭据。
- RSS源每次查询最多返回100条结果。如需查看更多数量,会显示真实总数。
meta.total - 命令会获取完整职位页面并提取JSON-LD结构化数据块。
detail - 值为地区代码(例如
location= 大哥本哈根),而非城市名称。2 - 所有筛选代码记录在中。
skills/jobbank-search/cli/README.md