jobbank-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Jobbank 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:
  • --key <text>
    — keyword search (title, company, keyword)
  • --exclude <text>
    — exclude keywords from results
  • --type <code>
    — job type:
    3
    =Fuldtidsjob,
    6
    =Graduate/trainee,
    13
    =Deltidsjob,
    8
    =Vikariat,
    12
    =Ph.d. & Postdoc,
    11
    =Freelance,
    9
    =Praktikplads,
    4
    =Studiejob (repeatable)
  • --location <code>
    — region:
    2
    =Storkøbenhavn,
    8
    =Østjylland (Aarhus),
    7
    =Midtjylland,
    6
    =Nordjylland,
    13
    =Fyn (repeatable)
  • --work-area <code>
    — function:
    31
    =IT-Software,
    43
    =Data & Analyse,
    26
    =Ledelse,
    29
    =Marketing (repeatable)
  • --industry <code>
    — sector:
    10331
    =IT & Tele,
    10442
    =Forskning & Uddannelse,
    10358
    =Finans (repeatable)
  • --education <code>
    — education field:
    24
    =IT,
    21
    =Økonomi & Revision,
    34
    =Samfundsvidenskab (repeatable)
  • --remote <value>
    helt
    (fully remote) or
    delvist
    (partially remote)
  • --suitable-for <code>
    2
    =Nyuddannede,
    4
    =International baggrund,
    5
    =Erfarne
  • --company <id>
    — filter by company ID
  • --since <YYYY-MM-DD>
    — jobs posted on or after this date
  • --limit <n>
    — cap results returned by CLI
  • --format json|table|plain
RSS limitation: The RSS feed returns max 100 items per request. No pagination is available via RSS.
meta.total
shows the true count;
results
is capped at 100.
bash
bun run skills/jobbank-search/cli/src/cli.ts search [flags]
主要参数:
  • --key <text>
    — 关键词搜索(职位名称、公司、关键词)
  • --exclude <text>
    — 从结果中排除关键词
  • --type <code>
    — 职位类型:
    3
    =全职(Fuldtidsjob)、
    6
    =毕业生/培训生、
    13
    =兼职(Deltidsjob)、
    8
    =临时职位(Vikariat)、
    12
    =Ph.d. & 博士后、
    11
    =自由职业、
    9
    =实习(Praktikplads)、
    4
    =学生工(Studiejob)(可重复使用)
  • --location <code>
    — 地区:
    2
    =大哥本哈根(Storkøbenhavn)、
    8
    =东日德兰(奥胡斯)、
    7
    =中日德兰、
    6
    =北日德兰、
    13
    =菲英岛(可重复使用)
  • --work-area <code>
    — 职能:
    31
    =IT-软件、
    43
    =数据与分析、
    26
    =管理、
    29
    =市场营销(可重复使用)
  • --industry <code>
    — 行业:
    10331
    =IT与电信、
    10442
    =研究与教育、
    10358
    =金融(可重复使用)
  • --education <code>
    — 教育领域:
    24
    =IT、
    21
    =经济与审计、
    34
    =社会科学(可重复使用)
  • --remote <value>
    helt
    (完全远程)或
    delvist
    (部分远程)
  • --suitable-for <code>
    2
    =应届毕业生(Nyuddannede)、
    4
    =国际背景、
    5
    =有经验人士
  • --company <id>
    — 按公司ID筛选
  • --since <YYYY-MM-DD>
    — 在此日期或之后发布的职位
  • --limit <n>
    — 限制CLI返回的结果数量
  • --format json|table|plain
RSS限制: RSS源每次请求最多返回100条结果。无法通过RSS进行分页。
meta.total
显示真实总数;
results
最多返回100条。

Full job detail

完整职位详情

bash
bun run skills/jobbank-search/cli/src/cli.ts detail <id> [--format json|plain]
id
is the numeric job ID from
search
results. Fetches the job page and parses the embedded Schema.org
JobPosting
JSON-LD for structured data.

bash
bun run skills/jobbank-search/cli/src/cli.ts detail <id> [--format json|plain]
<id>
search
结果中的数字职位ID。获取职位页面并解析嵌入的Schema.org
JobPosting
JSON-LD以获取结构化数据。

How to use effectively

高效使用方法

Start with
search
, then use
detail
for full description.
  1. Use
    search
    with
    --key
    and/or filters to find matching jobs with IDs
  2. Call
    detail <id>
    to get the full HTML job description, exact deadline, and company details
Use repeatable flags for multi-value filters. Most filter flags can be repeated to match any of the values:
bash
undefined
先使用
search
,再用
detail
获取完整描述。
  1. 使用带
    --key
    和/或筛选条件的
    search
    找到匹配的职位及其ID
  2. 调用
    detail <id>
    获取完整的HTML职位描述、确切截止日期和公司详情
使用可重复参数实现多值筛选。 大多数筛选参数可重复使用,以匹配任意指定值:
bash
undefined

IT 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

**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

**筛选代码记录在`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 table
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --key "data scientist" \
  --location 2 \
  --format table

Graduate trainee positions for new graduates

面向应届毕业生的培训生职位

bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --type 6 \
  --suitable-for 2 \
  --format table
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --type 6 \
  --suitable-for 2 \
  --format table

Remote IT software jobs

远程IT软件职位

bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --work-area 31 \
  --remote helt \
  --format table
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --work-area 31 \
  --remote helt \
  --format table

Ph.d. and postdoc positions in research

研究领域的Ph.d.和博士后职位

bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --type 12 \
  --industry 10442 \
  --format table
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --type 12 \
  --industry 10442 \
  --format table

Recent 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 table
bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --type 3 \
  --since 2026-03-01 \
  --format table

Full details for a specific job

特定职位的完整详情

bash
bun run skills/jobbank-search/cli/src/cli.ts detail 1234567 --format plain
bash
bun run skills/jobbank-search/cli/src/cli.ts detail 1234567 --format plain

IT 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 table

bash
bun run skills/jobbank-search/cli/src/cli.ts search \
  --key developer \
  --location 2 --location 8 \
  --work-area 31 \
  --format table

Output formats

输出格式

FormatBest for
json
Default — programmatic use, passing IDs to
detail
table
Quick human-readable list of results
plain
Single-job detail views (
detail
command)
All errors are written to stderr as
{ "error": "...", "code": "..." }
and the process exits with code
1
.

格式适用场景
json
默认格式——适用于程序化调用,传递ID至
detail
命令
table
快速查看人类可读的结果列表
plain
单个职位的详情视图(
detail
命令)
所有错误会以
{ "error": "...", "code": "..." }
格式写入stderr,进程将以代码
1
退出。

Notes

注意事项

  • 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,
    meta.total
    shows the true total.
  • The
    detail
    command fetches a full job page and extracts the JSON-LD structured data block.
  • location
    values are region codes (e.g.
    2
    = Storkøbenhavn), not city names.
  • All filter codes are documented in
    skills/jobbank-search/cli/README.md
    .
  • 数据来自公开的jobbank.dk RSS源和HTML页面——无需凭据。
  • RSS源每次查询最多返回100条结果。如需查看更多数量,
    meta.total
    会显示真实总数。
  • detail
    命令会获取完整职位页面并提取JSON-LD结构化数据块。
  • location
    值为地区代码(例如
    2
    = 大哥本哈根),而非城市名称。
  • 所有筛选代码记录在
    skills/jobbank-search/cli/README.md
    中。