docs(job-scraper): make search queries market-neutral (#95)

Rebased onto current master. The SKILL.md description and "How It Works"
copy were already generalized by #102, so this drops those now-redundant
edits and keeps only the unique remaining value: replacing the hardcoded
Danish job boards (jobindex.dk, karriere.dk, jobfinder.dk, akademikernes.dk)
and Danish location terms in search-queries.md with configurable
placeholders and an /add-portal pointer, so the query templates apply to
any market.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik Pastor Rios
2026-07-10 08:06:54 +02:00
committed by GitHub
co-authored by Claude Opus 4.8
parent a278ad7a50
commit 7e8df35819
+14 -15
View File
@@ -4,27 +4,26 @@
## Search Sites ## Search Sites
Primary (Danish job market): Primary (your market's job boards - scaffold one with `/add-portal`):
- **jobindex.dk** - largest Danish job board - **[YOUR_JOB_BOARD]** - your market's largest general job board
- **linkedin.com/jobs** - LinkedIn job listings (filter: Denmark / your city) - **linkedin.com/jobs** - LinkedIn job listings (filter: [YOUR_COUNTRY] / [YOUR_CITY])
- **karriere.dk** - IDA's job board (engineering/science roles) - **[YOUR_INDUSTRY_JOB_BOARD]** - a niche/industry board for your field (optional)
- **jobfinder.dk** - another major Danish job board - **[YOUR_ADDITIONAL_JOB_BOARD]** - another major board for your market (optional)
- **akademikernes.dk** - academic union job board
Secondary (company career pages via Google): Secondary (company career pages via Google):
- Direct Google searches with `site:` filters for known target companies - Direct Google searches with `site:` filters for known target companies
## Query Categories ## Query Categories
Queries are grouped by priority. Each query should be combined with your location terms (e.g. "Copenhagen", "Sjælland", "Hovedstaden") where the site supports it. Queries are grouped by priority. Each query should be combined with your location terms (e.g. your city, region, or metro area) where the site supports it.
### Priority 1: [YOUR_PRIMARY_ROLE_TYPE] ### Priority 1: [YOUR_PRIMARY_ROLE_TYPE]
These match your strongest and most desired career direction. These match your strongest and most desired career direction.
``` ```
site:jobindex.dk "[YOUR_PRIMARY_JOB_TITLE]" [YOUR_CITY] site:[YOUR_JOB_BOARD] "[YOUR_PRIMARY_JOB_TITLE]" [YOUR_CITY]
site:jobindex.dk "[YOUR_KEY_SKILL]" [YOUR_CITY] site:[YOUR_JOB_BOARD] "[YOUR_KEY_SKILL]" [YOUR_CITY]
site:linkedin.com/jobs "[YOUR_PRIMARY_JOB_TITLE]" [YOUR_COUNTRY] site:linkedin.com/jobs "[YOUR_PRIMARY_JOB_TITLE]" [YOUR_COUNTRY]
``` ```
@@ -33,8 +32,8 @@ site:linkedin.com/jobs "[YOUR_PRIMARY_JOB_TITLE]" [YOUR_COUNTRY]
These match your domain expertise. These match your domain expertise.
``` ```
site:jobindex.dk [YOUR_DOMAIN_KEYWORD_1] [YOUR_CITY] OR [YOUR_REGION] site:[YOUR_JOB_BOARD] [YOUR_DOMAIN_KEYWORD_1] [YOUR_CITY] OR [YOUR_REGION]
site:jobindex.dk [YOUR_DOMAIN_KEYWORD_2] [YOUR_COUNTRY] site:[YOUR_JOB_BOARD] [YOUR_DOMAIN_KEYWORD_2] [YOUR_COUNTRY]
site:linkedin.com/jobs [YOUR_DOMAIN_KEYWORD_1] [YOUR_CITY] [YOUR_COUNTRY] site:linkedin.com/jobs [YOUR_DOMAIN_KEYWORD_1] [YOUR_CITY] [YOUR_COUNTRY]
``` ```
@@ -43,8 +42,8 @@ site:linkedin.com/jobs [YOUR_DOMAIN_KEYWORD_1] [YOUR_CITY] [YOUR_COUNTRY]
Adjacent roles you could pivot into. Adjacent roles you could pivot into.
``` ```
site:jobindex.dk "[YOUR_ADJACENT_TITLE_1]" [YOUR_KEY_SKILL] [YOUR_CITY] site:[YOUR_JOB_BOARD] "[YOUR_ADJACENT_TITLE_1]" [YOUR_KEY_SKILL] [YOUR_CITY]
site:jobindex.dk "[YOUR_ADJACENT_TITLE_2]" [YOUR_KEY_SKILL] [YOUR_CITY] site:[YOUR_JOB_BOARD] "[YOUR_ADJACENT_TITLE_2]" [YOUR_KEY_SKILL] [YOUR_CITY]
``` ```
### Priority 4: Broader Technical / Consulting ### Priority 4: Broader Technical / Consulting
@@ -52,9 +51,9 @@ site:jobindex.dk "[YOUR_ADJACENT_TITLE_2]" [YOUR_KEY_SKILL] [YOUR_CITY]
Wider net for general technical roles. Wider net for general technical roles.
``` ```
site:jobindex.dk [YOUR_KEY_SKILL] developer [YOUR_CITY] site:[YOUR_JOB_BOARD] [YOUR_KEY_SKILL] developer [YOUR_CITY]
site:linkedin.com/jobs "[YOUR_KEY_SKILL] developer" [YOUR_CITY] site:linkedin.com/jobs "[YOUR_KEY_SKILL] developer" [YOUR_CITY]
site:jobindex.dk "technical consultant" [YOUR_DOMAIN] [YOUR_CITY] site:[YOUR_JOB_BOARD] "technical consultant" [YOUR_DOMAIN] [YOUR_CITY]
``` ```
## Location Filter ## Location Filter