Scrape google allintitle, intitle, and index count

by 3 replies
5
Hi there,

I need to scrape these metrics from google.

My PHP knowledge is slim but I don't mind spending hours learning, I'd just like to know if this is doable with a simple PHP script?

Alternatively if you could suggest an already made program/script that'd be great.

I need to be able to paste in a list of keywords.

Any ideas?

Cheers
#programming #allintitle #count #google #index #intitle #scrape
  • This is what I do using PHP for that kind of thing...

    use curl to download the data from google
    use DOMDocument to parse it (I assume that google is compliant with html4 :-)
    use DOMXPath to search the parsed doc
  • Try a little Firefox add-on called OutWit...it's free
  • joetann,

    did you achieve to create a tool for scraping those measures? I'm mainly interested in allintitle.

Next Topics on Trending Feed