I need a simple webpage scraper tool that will allow me to enter a URL into a text field. The tool would extract all of the outbound links on the given URL and return a report that shows the anchor text and URL of each outbound link found on that webpage. In addition I want to use Google Adwords API to grab the average cpc (cost per click) value of the keywords used in each outbound anchor text.
I would like the report to sort the anchor texts with the highest CPC value at the top of the list.
Here are the fields that would show on the report
CPC | Anchor Text | URL of Outbound Link
