Google PageRank query
Moderator: General Moderators
Google PageRank query
Does anyone know how can I extract the Google PageRank for a given URL ? It seems there is no API for this. Any ideas?
- iknownothing
- Forum Contributor
- Posts: 337
- Joined: Sun Dec 17, 2006 11:53 pm
- Location: Sunshine Coast, Australia
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
@Superdiz: Thanks, but i'm trying to create Web Tool which displays some stats when user enters a domain and one of the values is the PR. So i need to extract it somehow.
@iknownothing: this post is too old and most of the links in it are not working. Also google changes the checksum algorithm periodically so i do not believe such a hack will be useful
@iknownothing: this post is too old and most of the links in it are not working. Also google changes the checksum algorithm periodically so i do not believe such a hack will be useful
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
Other ideas? -_-
You're saying it as though it's a simple task. If your searches didn't turn up any results, then there is, likely, no 'simple' way to do it. So far, I've only seen it done through browser toolbars and external software.
SEOQuake produces a URL for their PageRank queries, but the URL has a special ID per-query, and I've no idea how it's generated.
You're saying it as though it's a simple task. If your searches didn't turn up any results, then there is, likely, no 'simple' way to do it. So far, I've only seen it done through browser toolbars and external software.
SEOQuake produces a URL for their PageRank queries, but the URL has a special ID per-query, and I've no idea how it's generated.
That sounds pretty close to what you are looking for:
http://www.tapouillo.com/firefox_extension/
http://www.tapouillo.com/firefox_extension/
There are 10 types of people in this world, those who understand binary and those who don't
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
Whoa, interesting.VladSun wrote:That sounds pretty close to what you are looking for:
http://www.tapouillo.com/firefox_extension/
If the source code given by that link does, indeed, generate this ID, then the syntax for the URL (for SEOQuake, at least) is:
http://toolbarqueries.google.com/search ... &hl=en&ch=[UNIQUE-ID]&ie=UTF-8&oe=UTF-8&features=Rank&q=info:[WEBSITE-URL]
Minus the brackets.
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm