0
I’m doing a specific densification, and I’d like to collect all the URL from any website.
On my website for example I can do this using the google Analytics, to other sites I can’t because I don’t have access.
There are tools that could help me in this case ?
Try it like this: Web Spider - Capture Website Links.
– ShutUpMagda
With PHP you can make a page url and then with some class analyze the DOM of the page you search the <a> tags and checking the src will save the links. https://www.tutorialspoint.com/php/php_parser_example.htm
– Antonio Alexandre