The recommendation system was developed to assist students of the Institut Teknologi dan Bisnis Widya Gama Lumajang, particularly those from the Faculty of Economics and Business, in determining their preferred career options. This system helps students by providing various job references that match their individual criteria. The data was collected from a tracer study, which includes information such as academic grades, non-academic achievements, job positions, company names, salaries received. From the total dataset, 1,120 records were deemed valid and used in the research process. The aim of this research is to assist students by providing job recommendations based on similar criteria between current students and alumni. The method applied in this study is quantitative experimental research based on data mining, with the main approach being Content-Based filtering and the MLP (Multi-Layer Perceptron) Classifier algorithm. The data was split into two parts: 65% for training and 35% for testing. This division aims to allow the model to learn from most of the data while also being tested for accuracy using unfamiliar data. The recommendation model was developed using the MLP Classifier algorithm with a hidden_layer_size configuration of 100 neurons and a max_iter of 200 iterations. For the initial test, 10 sample data points were used to evaluate the model’s performance. During training, the loss value was monitored to assess how well the model understood the data and adjusted its internal weights. With this configuration, the system is expected to provide accurate job recommendations based on the user’s profile and academic history.