-5

I have made a site on .NET and I want to check the rank of my site on Google. I don't want to use any Google API or any Page Rank checker tool. Is there any way to check the rank of my site through code?.

Javier
  • 12,100
  • 5
  • 46
  • 57
Codex
  • 78
  • 1
  • 2
  • 13

2 Answers2

3

In Google's TOS it says:

You specifically agree not to access (or attempt to access) any of the Services through any automated means (including use of scripts or web crawlers).

if you build a query for checking something. it might work for a while. but then it will ask if you are a human.

btevfik
  • 3,391
  • 3
  • 27
  • 39
1

Try SEOStats or http://www.halotis.com/2009/08/02/google-page-range-python-script/

Refer to Getting Google PageRank via an API (PHP)

Community
  • 1
  • 1
Abinash Bishoyi
  • 187
  • 1
  • 2
  • 13
  • This is the way to do it, but doesn't quite fit the question requirements: "I dont want to use any google api or any page rank checker tool" – JJJ Mar 26 '13 at 05:53
  • http://awordpress.net/google-pagerank-checker-php/ – Abinash Bishoyi Mar 26 '13 at 05:54
  • 2
    Huh? you don't want any checker tool but you need the pagerank, ok open the tool, go through the code and rewrite the logic in your favorite programming language. – Abinash Bishoyi Mar 26 '13 at 05:57