This document proposes two new metaheuristic clustering algorithms called HDMNS and HMDMNS that are hybrid versions of the neighborhood search algorithm. HDMNS uses data mining techniques like frequent itemset mining once to find an improved solution after the initial solution from neighborhood search. HMDMNS applies data mining techniques like frequent itemset mining multiple times iteratively to find the optimal solution. Experimental results on clustering two-dimensional data show that both HDMNS and HMDMNS outperform the traditional k-means clustering algorithm in terms of cluster quality, with HMDMNS performing the best. Execution times are also compared, showing HMDMNS can be used as an efficient clustering algorithm.