Is there any way to scrape all external links on a webpage?

cowsgonemad

New member
Jun 11, 2010
679
7
0
Behind a proxy
hey guys,

I am really sorry if I put this in the wrong subforum, I couldn't think of anywhere else.

Ok so basically I need all the Url's on a page both anchored/non anchored listed neatly url by url that i can copy paste into excel. Is it possible to do this??

I need this really baaadlly.
So any help would be very appreciated

thanks ahead
 


It's not hard to only get external links. If you have a scraper already, just grab the page's domain name, then grab all the links and store them into an array. Then, just delete the array items which don't contain the page's domain name.