Loading...
Loading...
고러닝과 대한철인3종협회 공개 표면으로 한국 마라톤·철인3종 경기 일정, 장소, 신청 마감일, 종목을 조회한다.
npx skill4agent add nomadamas/k-skill korean-marathon-schedulekorean-marathon-schedulehttps://gorunning.kr/races/gorunning.kr/races/<id>/<slug>/https://triathlon.or.kr/events/tour/?sYear=<YYYY>&vType=listtriathlon.or.kr/events/tour/overview/?mode=overview&tourcd=<id>const { searchEvents } = require("korean-marathon-schedule")
const result = await searchEvents({
query: "서울", // title, venue, region, or category filter. Optional.
from: "2026-05-01", // optional YYYY-MM-DD
to: "2026-12-31", // optional YYYY-MM-DD
includeTriathlon: true, // optional; default false
limit: 10, // optional; default 10
maxDetailsPerSource: 100 // optional crawl budget; default max(300, limit * 10)
})
console.log(result.items)node packages/korean-marathon-schedule/src/cli.js 서울 --from 2026-05-01 --to 2026-12-31 --include-triathlon --limit 10 --max-details-per-source 100- 대회명: ...
일정: ...
장소: ...
신청 마감: ...
종목: ...
링크: ...신청 마감일을 공개 페이지에서 확인하지 못함includeTriathlon