# Search profiles — define one or more named profiles with different # job titles, locations, boards, and keyword filters. # The first profile is used by default in the Job Review and Discovery pages. # # Each profile supports: # name — identifier shown in the UI # titles — job titles to search (exact phrases) # locations — "Remote" or city/metro strings # boards — standard boards: linkedin, indeed, glassdoor, zip_recruiter, google # custom_boards — extra boards: adzuna, theladders, craigslist # exclude_keywords — filter out postings containing these phrases # hours_old — only return jobs posted within this many hours # results_per_board — max results per board per run # mission_tags — optional tags that influence cover-letter mission alignment # (must match a key in mission_preferences in user.yaml) profiles: - name: primary boards: - linkedin - indeed - glassdoor - zip_recruiter - google custom_boards: - adzuna - craigslist titles: - "Your Target Title" - "Alternative Title" locations: - Remote exclude_keywords: - sales - account executive - SDR - BDR hours_old: 240 results_per_board: 50