Hi,

Just wondering if someone can help me with the following query.

I have hundreds of URLs that I need to crawl and return the <title>tag for each page.

I have no idea how to achieve this and would greatly appreciate some assistance.

All my URLs are in a spreadsheet and what I need to do is when I get the data back, I need the <title> tag placing next to the URL in a spreadsheet which will allow for further manipulation in excel that is required.

I thought about using Google Reader =importXML("URL";"query") in a Google spreadhsheet; however, this will only really work on tables and I can only display 50 records in one spreadsheet; therefore that is not a viable option.

If some can assit me with a PHP script I would be grateful; however, I will need it to be simply steps and how to to run this on the webserver if required.

Thanks