jobindex-search

Search and retrieve structured job listings from Jobindex.dk with filters and pagination.

66|8|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/mikkelkrogsholm/skills --skill jobindex-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jobindex-search
Source: https://github.com/mikkelkrogsholm/skills/tree/main/skills/jobindex-search
Command: npx skills add https://github.com/mikkelkrogsholm/skills --skill jobindex-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Job hunting in Denmark requires scanning multiple listings and pages to find up-to-date, relevant openings; this Skill centralizes live Jobindex.dk results and extracts structured job data so agents can answer queries with accurate, current postings instead of guesswork.

Core Features & Use Cases

  • Keyword and location search: search by title, skill, company, or include a city name in the query to narrow results (e.g., "python aarhus").
  • Recency, sorting, and pagination: filter by job age (today, 7, 14, 30 days), sort by relevance or date, and navigate fixed 20-result pages.
  • Fetch full job detail: retrieve complete job descriptions, deadlines, employment type, hours, and apply links by job ID or full URL.
  • Multiple output formats: emits JSON for programmatic use, a human-friendly table for quick scanning, or plain text for single-job reading.
  • Use case: find recent data engineer roles in Copenhagen, list top matches, then fetch the full description and apply link for a chosen job.

Quick Start

Ask the skill to "Find Python developer jobs in Copenhagen posted in the last 7 days and show the top results with full details and apply links."

Frequently Asked Questions about jobindex-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search live Danish job listings from Jobindex.dk?

Search Danish job listings by querying Jobindex.dk using keywords and city names. The Skill parses HTML result blobs into structured JSON containing job id, title, company, location, date, description, and url.

Can I filter job search results by posting date and relevance?

Yes, job search results can be filtered by recency (today, 7, 14, 30 days) and sorted by relevance or date. Results are paginated across fixed 20-result pages for easy navigation.

How do I retrieve full job descriptions and apply links from a job listing?

Retrieve full job details by providing a specific job ID or full URL. The Skill fetches complete job descriptions, deadlines, employment type, hours, and apply links, following redirects to canonical job URLs.

What output formats are available for scraped job listings?

Scraped job listings can be output as JSON for programmatic use, a human-friendly table for quick scanning, or plain text for single-job reading.

Do I need authentication to scrape job postings from Jobindex.dk?

No authentication is required to search and retrieve job postings from Jobindex.dk. The Skill outputs structured data including normalized hit counts and canonical URLs without needing login credentials.

What is the best way to find recent developer roles in Denmark using a CLI?

Find recent developer roles by querying with specific keywords like "python aarhus" combined with recency filters. This queries Jobindex.dk and returns structured job listings without authentication.