The document describes a system called CiteSeeker that searches the web for citations to specified publications and authors. CiteSeeker crawls the web starting from user-provided seed URLs and follows links to search documents in common formats like HTML, PDF and compressed files for citations. It uses fuzzy searching to account for inaccuracies in search strings. The system is designed to avoid getting stuck in loops during crawling and to minimize memory usage. It is implemented in C# using .NET technologies and external text extraction tools. Results are returned as a list of URLs containing the citations.