This searches Daangn (Karrot) job postings by keyword and region using their public Remix data routes. You pass in a Korean region name like "합정동" and it resolves the internal region ID, then queries the jobs endpoint without authentication. The Python helper handles both list searches and detail lookups, falling back to HTML meta when the data route goes empty. It's read-only, no login or application automation. Useful if you're building a Korean part-time job aggregator or want to scrape Daangn listings without dealing with their region ID system yourself. The region resolver is the clever bit here, it picks Seoul district-level matches when names overlap across cities.
npx skills add https://github.com/nomadamas/k-skill --skill daangn-jobs-search