search_jobs
Search job postings by keyword on supported sites (linkareer, jumpit) and return a list of titles, companies, and links. For blocked sites, use browser automation to collect listings.
Instructions
채용 사이트에서 키워드로 공고를 검색해 [제목, 회사, 링크] 목록을 반환합니다. Playwright로 직접 수집 가능한 사이트(현재 linkareer, jumpit)만 지원합니다 — 원티드/사람인처럼 자동화가 차단된 사이트는 대신 에이전트가 mcp__claude-in-chrome으로 직접 수집합니다 (docs/browser-collection.md 참고).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | 검색할 채용 사이트 | |
| limit | No | 최대 결과 개수 (기본 20) | |
| keyword | Yes | 검색 키워드 (예: "프론트엔드") |