Extract hyperlinks in from an URL or an HTML source code
This tool can extract hypertext links from an HTML page source.
How to use this tool
It is very simple to extract links from a web page using its source code. Indeed, the code of the page contains all the information that is interpreted by the user's browser.
Our tool can extract all the information contained in the
<a>
tags and more specifically the href
attribute. When the links are extracted, it is possible to see links starting with http or https, but also links with a path from the root of the site, starting with /
or relative path with ../
.
It is possible to use the option "Add the site's root domain name for internal links". It will add the domain name and correct path to the internal links.
Example:
/img/background.png
=>http://domain.name/img/background.png