Link to home
Start Free TrialLog in
Avatar of crystyan
crystyan

asked on

Google PageRank - ciuly

Hi there,

I want to get the google pagerank from my application. I`ve tried to sniff this application www.cristianignat.com/diverse/google_pr.zip
but there`s a parameter called 'ch' and I don`t know how it generates that.

I hope u can help me with this. it shouldn`t be very hard.

Thanks!
Avatar of crystyan
crystyan

ASKER

Hi crystyan,

if my memory serves me correctly, google has put out either a service or some sdk -like somethgin for developers to get page rankings.
So there is no need todo ugly parsing ;)
I'll do some searches on this and get back with the results

Cheers!
Well, I have read quite some pages on this google page rank issue and what I understand is that there is no official way of getting it. None of the google api's or sdk's provide such functionality. There is the google toolbar for personal use, not accesible programatically. There are also some site's that provide such functionality. You can read a few stuff on code.google.com if you want.

So, I am afraid you are again into something not that "legal" :)

this is a thread that seems to have a few info's you could use: http://forums.digitalpoint.com/showthread.php?t=8691

you can also sniff google toolbar.
forgot about my first finding :D
http://googlerankings.com/ ;)
you wil need to get a google account if not already have one and get yourself a google dev key
ASKER CERTIFIED SOLUTION
Avatar of CodedK
CodedK
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The above component is the one he uses ...
Decompiled it with Delphi Decompiler...
How I know no decompiler can return the full sources.
The full source is inside the zip file along with the component :)
are you sure :)

I found just the compiled units (dcu).
Didnt check it i just opened the zip file and saw the demo.dpr