Link scraping question

jackfitz

Newbie
Joined
May 2, 2009
Messages
27
Reaction score
2
I am scraping wordpress blogs. This generates a list of URLS which are not the top domain e.g. http://www.someblog.com. they are posts e.g. http://www.somblog.com/somepost.php what is the best way to remove the /some post from the url so I am left with just the domain http://www.somedomain.com
The reason is I can then run them through a pr checker.
 
I believe scrape box does this, or something like it. Check it out.
 
Scrapebox will do it - I can do it for you if you want to pm me the list.
Otherwise you can probably manipulate the data fairly simply in a spreadsheet.
 
Back
Top