Ai-Job-hunting-Agent
Verified Safeby vivek7557
Overview
An AI-powered multi-agent system for job seekers to automate job discovery, analyze resumes, match job descriptions, and provide recommendations.
Installation
streamlit run app/main_app.pySecurity Notes
The project uses direct web scraping (requests.get) to external job boards (Indeed, Naukri, LinkedIn) without explicit rate limiting or advanced anti-bot measures, which could lead to IP blocking or potential terms-of-service violations if used extensively in production. The 'google_search_tool.py', 'mcp_tool.py', and 'openapi_tool.py' are explicitly stubs/mocks for the demo, implying no immediate hardcoded secrets or sensitive external API calls are made with the provided code. No 'eval' or other dynamic code execution patterns were found.
Similar Servers
linkedin-mcp-server
Enables AI assistants to connect to LinkedIn for accessing profiles, companies, job searches, and job details via web scraping.
vibecheck
A server for intelligent analysis of CVs and job descriptions, facilitating recruitment by assessing document fit and generating interview questions.
job_recommender
A local Streamlit application that analyzes PDF resumes using a local Ollama model to summarize, identify skill gaps, and create career roadmaps, while also fetching job recommendations from LinkedIn and Naukri via Apify.
Job-Search-Chatbot
An interactive AI assistant helping job seekers discover openings, tailor application documents like resumes and cover letters, and track career goals.