بنقرة واحدة
local-election-candidate-search
// 중앙선거관리위원회 선거통계시스템 공개 통합검색으로 한국 지방선거 후보자 정보를 이름/선거종류/지역 기준으로 조회한다.
// 중앙선거관리위원회 선거통계시스템 공개 통합검색으로 한국 지방선거 후보자 정보를 이름/선거종류/지역 기준으로 조회한다.
Look up Daiso products by store name and product keyword using official Daiso Mall store/search/stock surfaces. Use when the user wants to know whether a product is available at a specific Daiso store.
다나와 공개 검색/가격비교 표면으로 상품 후보를 찾고, 쇼핑몰별 최저가·배송비 포함 실구매가·카드 할인가·무이자 할부 정보를 보수적으로 비교한다.
Use when the user asks for nearby Korean emergency rooms, 응급실, ER, or emergency bed/병상 status near a location. Ask for the user's current location first unless a location was already provided.
After installing the full k-skill bundle, configure and verify the shared cross-platform setup, then optionally wire update checks and GitHub starring with explicit user consent.
Use kakaocli on macOS to read KakaoTalk chats, search messages, send replies after explicit confirmation, and delete sent messages with explicit operator intent.
CGV, 메가박스, 롯데시네마 영화관 검색, 상영작, 시간표, 잔여석 조회가 필요할 때 사용한다.
| name | local-election-candidate-search |
| description | 중앙선거관리위원회 선거통계시스템 공개 통합검색으로 한국 지방선거 후보자 정보를 이름/선거종류/지역 기준으로 조회한다. |
| license | MIT |
| metadata | {"category":"civic","locale":"ko-KR","phase":"v1"} |
중앙선거관리위원회(NEC) 선거통계시스템의 공개 통합검색에서 후보자 이름을 조회하고, 지방선거 관련 후보자 이력만 기본으로 정리한다. 후보자명, 한자명, 생년월일/성별, 선거일, 선거명, 선거종류, 정당, 선거구, 득표, 직업, 학력, 경력 등을 반환한다.
Chosen path: NEC integrated candidate search.
https://info.nec.go.kr/search/searchCandidate.xhtmlPOSTsearchKeyword=<정확한 후보자 성명>local-election-candidate-searchWhy this path: the visible NEC UI explicitly exposes candidate-name integrated search across recent and historical elections, and it returns the candidate result cards in server-rendered HTML. It is more stable than scraping per-election menu pages because it does not require selecting every city/town/constituency combo first.
npx local-election-candidate-search 오세훈 --election 시도지사 --region 서울 --limit 5
npx local-election-candidate-search 김동연 --date 2014 --election 기초의원 --region 동작
npx local-election-candidate-search 이재명 --all --limit 20
--election: one of 시도지사, 기초단체장, 광역의원, 기초의원, 광역비례, 기초비례, 교육감.--date / --year: YYYY, YYYYMMDD, or YYYY.MM.DD.--region: free text filter against parsed district/region text.--limit: max rows, capped at 100.--all: include non-local election results.Return concise JSON. Each items[] row may include:
name, hanja, birth_date, genderelection_date, election_name, election_code, election_typeparty, district, votes, vote_share, electedjob, education, career[]city_code, sgg_city_code, town_codesummary.upstream_result_limit shows the NEC row count requested before local client-side filters. Filtered searches request up to 100 upstream rows first, then apply exact-name matching, local/election/date/region filters, deduplication, and the final --limit.
no candidate results: NEC returned no matching card or filters removed all matches.unexpected NEC search HTML: upstream may be in maintenance, NetFunnel queue, login/blocked state, or markup changed.NEC search page was capped: filtered results are based on the maximum fetched page and may require upstream pagination for exhaustive coverage.info.nec.go.kr public HTML.--all.