Scan and map website and log all links that have "particular-string" in them

0

Is there a tool that would scan a website and log all links that have a particular string in them?

I see Teleport Pro, but it seems like it does make a copy of the site, but I only need links.

Andrew

Posted 2012-03-23T05:20:48.777

Reputation: 507

Answers

3

You'll need some kind of offline browser in order to automatically traverse all of the links on the site. I haven't used Teleport Pro but HTTrack is a free offline browser that's pretty powerful. They provide an example of how you can traverse a site looking for a particular keyword.

swilsonmcss

Posted 2012-03-23T05:20:48.777

Reputation: 13

I ended up writing my own scraper in C#... Not so feature-rich, but does the job – Andrew – 2012-05-16T22:27:30.707