Grabbing Search Results From Sitemeter.com

sitemeter.com is an online counter for websites.

i want a php script that can grab “google search phrases/keywords” from sitemeter.com referrals.

Example sitemeter.com referral link:
http://www.sitemeter.com/?a=stats&s=s15gizmodo&r=11

The script will look “Recent Visitors by Referrals” section on the given sitemeter.com url and will find google referring url’s and grab the google keywords/phrases. The script will record the keywords/phrases to the mysql db.

example referral url : http://www.sitemeter.com/?a=stats&s=s15gizmodo&r=11&v=1

There should be 2 columns on mysql db.
Keywords and Count.
Keyword columns will store keywords/phrases and count column wil store the count of that keyword’s.

For example, our keyword is “latest iphone apps” and sitemeter referral has 24 “latest iphone apps” phrases.

Keywords column will store “latest iphone apps”
Count column will store “24”

it is easy job.

Leave a Reply

Your email address will not be published. Required fields are marked *