THTTPSCAN is a powerful VCL component for Delphi and C++Builder that analyzes HTML pages from websites recursively and presents results on the links it discovers. It treats links that appear several times only once, with real concurrent downloads.

THTTPSCAN can navigate through HTML pages in the neighborhood of the initial URL. This software also ensures that links appearing several times are treated only once. Moreover, you can limit scanning with the LinkScan property to either the initial site or the initial URL path. Similarly, you can report links owned by the current site or with the same path name with the LinkReport property.
In addition, the DepthSearchLevel property allows you to limit the level of pages scanned, starting from the initial page. This is particularly useful when you're not limiting the scanning to a site. By using the LinkScan and LinkReport properties with a high DelphSearchLevel value, you can scan a whole site or just a subdirectory of a web site with ease.
All links and pages tracked by THTTPSCAN generate events that return URL, meta tags, document type, referrer, host name, and more. Moreover, depending on your line speed, you can grab thousands of links from a starting URL in just a few minutes. Finally, THTTPSCAN saves you the hassle of HTML parsing. Most common parameters can be set from the Object Inspector, and it can be placed on any window. Additionally, it is visible only at design time. If you want to make further modifications, the full source code is optional.
Version 4.8: N/A
Version 4.7.109: N/A
Version 4.7 build 109: N/A
Version 4.7 build 107: N/A
Version 4.7: N/A
Version 4.6: N/A