Scrape google allintitle, intitle, and index count

3 replies
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
#allintitle #count #google #index #intitle #scrape
  • Profile picture of the author mozlost
    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
    {{ DiscussionBoard.errors[4217682].message }}
  • Profile picture of the author CaliChristian
    Try a little Firefox add-on called OutWit...it's free
    Signature
    Christian Credit Counselors is a non-profit organization that has been credit counseling for 20 years and our credit counselors have helped over 200,000 individuals and families get out of debt in less than 4 years.
    {{ DiscussionBoard.errors[4222969].message }}
  • Profile picture of the author mao633
    joetann,

    did you achieve to create a tool for scraping those measures? I'm mainly interested in allintitle.
    {{ DiscussionBoard.errors[8749108].message }}

Trending Topics