Web Free SEO Tools

Your One stop SEO Solution Resource

About Web Free SEO Tools

Web Free SEO Tools is the best place for webmaster to fullfill all their SEO needs online, now you dont need to buy expensive softwares to track your performance.

Here you can perform check domain availability, meta-tag generators, broken link checker and whole lot more.




I want to build a program that clicks on a link on a page, grabs info, then goes back & does 2nd link?

Written by General Seo on Jul 30th, 2010 | Filed under: Link Building

I basically have a webpage with about 2000 links, and in each link I need to copy some information. What is the easiest way to build a program that will just click on each link and grab the information.

I am putting this info into an excel sheet, so if there is a way to do with with excel, even better.

Thansk for any help.



2 Responses to “I want to build a program that clicks on a link on a page, grabs info, then goes back & does 2nd link?”

  1. You can do it using AJAX, which is basically JavaScript running asynchronously. For each link, you can have JavaScript read each url, go off to the web site and retrieve the HTML, and return the HTML back to your page, where you can parse it and save whatever information you need.

    If you know JavaScript & HTML, it should be easy for you to pick up. I made an AJAX app that goes to Google to execute a search and returns the resulting HTML from Google so I can make customized links that has the information I need.

  2. asp tutorials
    http://learnasp.info/

Leave a Reply