An LLM-Powered Agent for Real-Time Analysis of the Vietnamese IT Job Market
Minh-Thuan Nguyen, Thien Vo-Thanh, Thai-Duy Dinh, Xuan-Quang Phan, Tan-Ha Mai, Lam-Son Lê
TL;DR
This work tackles the lack of trustworthy, real-time career guidance in Vietnam's rapidly expanding IT sector by introducing the AI Job Market Consultant, a ReAct-based, tool-augmented agent that analyzes a real-time, LLM-parsed dataset of 3,745 job postings. It combines an end-to-end data pipeline (crawling with Playwright, LLM-based structuring, and semantic skill labeling) with a programmable agent capable of SQL querying, visualization, and personalized advice via vector search. Case studies demonstrate factual data retrieval with visualizations and nuanced, personalized career recommendations grounded in current market data, outperforming static, non-agentic chatbots in verifiability and depth. The approach meaningfully democratizes access to timely labor market insights and offers a scalable framework for real-time analysis in other domains as data sources grow. The practical impact lies in providing students, graduates, and career advisors with actionable, data-driven guidance anchored in live market signals.
Abstract
Individuals entering Vietnam's dynamic Information Technology (IT) job market face a critical gap in reliable career guidance. Existing market reports are often outdated, while the manual analysis of thousands of job postings is impractical for most. To address this challenge, we present the AI Job Market Consultant, a novel conversational agent that delivers deep, data-driven insights directly from the labor market in real-time. The foundation of our system is a custom-built dataset created via an automated pipeline that crawls job portals using Playwright and leverages the Large Language Model (LLM) to intelligently structure unstructured posting data. The core of our system is a tool-augmented AI agent, based on the ReAct agentic framework, which enables the ability of autonomously reasoning, planning, and executing actions through a specialized toolbox for SQL queries, semantic search, and data visualization. Our prototype successfully collected and analyzed 3,745 job postings, demonstrating its ability to answer complex, multi-step queries, generate on-demand visualizations, and provide personalized career advice grounded in real-world data. This work introduces a new paradigm for labor market analysis, showcasing how specialized agentic AI systems can democratize access to timely, trustworthy career intelligence for the next generation of professionals.
