Today, the ultimate way for people to search and locate information is the use of search engines. Though web searching has been a great success and an effective manner for retrieving information, yet methods for retrieving different kinds of information are needed for various applications. In each application, search can be done based on the hyperlink structure or textual content. To save the user from a tedious work of browsing or reading through an entire collection when looking for similar objects to the query object, our work is based on analyzing the content of pages to retrieve similar objects. Similarity search refers to searching for objects similar to a query object. Given a user query, which is an object, the system searches through the web to find similar objects that are relevant, meaning objects having common attributes or properties with the query object. The challenge is how to determine those attributes from a large collection of documents with non well-structured information. We evaluate the importance of a word to a document in a collection using the well-known term frequency-inverse document frequency (tf-idf) weight. It allows selecting the top k-terms that are deemed to be the common attributes. Those terms are then used as the subsequent query performed by the system to get the final results. However, not only the weighting of terms will allow us to get similar objects, we also need to carry a check on the results returned by the k-terms query in order to eliminate documents that are more relevant to the initial query object since we are looking for results of similar objects rather than results of initial query object. This paper presents a new approach for similarity search with two algorithms that allows obtaining similarity search results based on textual content of search results through the selection of top k-terms that represent the common attributes of the initial query and its similar objects. The proposed approach is therefore used as an "in-between" processing step that grants the user a direct way to get the similarity search results.