This document presents a heuristic approach for extracting web content using tag trees and heuristics. The approach first parses the web page into a tag tree using an HTML parser. Objects and separators are then extracted from the nested tag tree using heuristics like pattern repeating, standard deviation, and sibling tag heuristics. The main content is identified and implemented using the extracted separators. Experimental results showed the technique outperformed existing methods by extracting only the relevant content for the user's query.