description: str = 'A powerful web crawler that initiates a structured web crawl starting from a specified \n base URL. The crawler uses a BFS Depth: refering to the number of link hops from the root URL. \n A page directly linked from the root is at BFS depth 1, regardless of its URL structure.\n You can control how deep and wide it goes, and guide it to focus on specific sections of the site.\n '