analyze_recruitments
Analyze distribution of ongoing job postings by region, job category, employment type, and other dimensions. Returns job count and total recruitment numbers per dimension using snapshot or live data.
Instructions
[연구·정책용] 진행중 채용공고의 분포를 집계합니다.
dimension: region(지역)·ncs(직무)·hire_type(고용형태)·recruit_type(신입/경력)· education(학력)·org(기관). 차원별 '공고 수'와 '모집인원 합계'를 반환합니다. use_snapshot=True(기본)면 로컬 스냅샷 사용 — 없으면 라이브 전수 수집(API 다수 호출). region·ncs·hire_type·pref로 모집단을 좁힌 뒤 분포를 낼 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dimension | Yes | ||
| ongoing_only | No | ||
| region | No | ||
| ncs | No | ||
| hire_type | No | ||
| pref | No | ||
| top_n | No | ||
| use_snapshot | No |