Agent Claude Code
Extract structured fields from the benefits section — salary, equity, remote policy, visa sponsorship, annual leave, parental leave, learning budget, perks. Invoked once per posting that has a benefits section.
Monitors company career pages for new job postings and surfaces them in a single dashboard.
Agent Claude Code
Extract structured fields from the benefits section — salary, equity, remote policy, visa sponsorship, annual leave, parental leave, learning budget, perks. Invoked once per posting that has a benefits section.
Agent Claude Code
Derive cross-section labels — profession (English), seniority (English free-text), employment type, locales, locations. Invoked once per posting after all per-section extractors have run.
Agent Claude Code
Extract structured fields from the preferred section — preferred skills with category, preferred education, preferred certifications. Invoked once per posting that has a preferred section.
Agent Claude Code
Extract structured fields from the requirements section — years of experience, education, skills with category, certifications, physical requirements, clearance/licenses/background check. Invoked once per posting that has a requirements section.
Agent Claude Code
Extract structured fields from the role section — role summary, responsibilities, collaboration partners, shift/hours/travel/on-call. Invoked once per posting that has a role section.
Agent Claude Code
Extract structured fields from the team section of a labelled job posting — team name, team function tags. Invoked once per posting that has a team section.
Agent Claude Code
Combined extractor — per-section structured fields (for team/role/requirements/preferred/benefits) plus cross-section globals, all in one call. Replaces the 5 per-section subagents + globals subagent.
Agent Claude Code
Convert raw posting HTML (often broken or plaintext) into a clean HTML subset (p, ul, ol, li, h2-h4, strong, em, a, br, blockquote) preserving text content verbatim. Runs before the deterministic block extractor in the daily labelling routine.
Agent Claude Code
Split a job posting's normalized HTML blocks into labelled sections (company, team, role, requirements, preferred, benefits, application). Invoked per posting during the daily labelling routine.