This document summarizes a project that aims to predict fake job posts using data mining techniques. It discusses using classifiers like KNN, decision tree, support vector machine, naive bayes, random forest, multilayer perceptron and deep neural networks on the Employment Scam Aegean Dataset containing 18,000 samples. The existing system achieved 89.5% accuracy using random forest classifier. The proposed system uses a deep neural network with three dense layers on selected attributes from the dataset, achieving 98% accuracy in predicting fraudulent job posts. The proposed system is more accurate and effective for analyzing large datasets to detect fake job posts.