This document describes an efficient focused web crawling approach for search engines. It discusses how focused crawlers attempt to only download web pages relevant to predefined topics. The proposed method calculates term weights and page relevance scores, then ranks links based on these scores and surrounding text relevance to prioritize the most promising pages. Results showed this approach achieved around 60% precision, higher than other methods. Future work could include testing on larger datasets and code/queue optimizations.