How to check the google page rank via MaTLAB?

조회 수: 5 (최근 30일)
KenL
KenL 2016년 10월 16일
댓글: Walter Roberson 2016년 10월 18일
I have a matrix containing list of URLs. May I know how to perform the google page rank check and update such check result to my matrix via MATLAB?
  댓글 수: 3
KenL
KenL 2016년 10월 18일
Thanks. Is there a specific command in MATLAB to extract such page rank information?
Walter Roberson
Walter Roberson 2016년 10월 18일
You can calculate a page ranking by crawling web sites and finding the links and then running the algorithms, but if you want to know Google's PageRank™ for a site, then that is no longer publicly available.

댓글을 달려면 로그인하십시오.

답변 (2개)

Aditya Jain
Aditya Jain 2016년 10월 16일
편집: Walter Roberson 2016년 10월 16일
  댓글 수: 1
KenL
KenL 2016년 10월 16일
I read through and try to understand the provided link but still didn't catch how it works. My objective is to get the pagerank for all URLs automatically via MATLAB rather than checking the pagerank for all the URLs one by one manually from the pagerank checker portal. Please advise.

댓글을 달려면 로그인하십시오.


Walter Roberson
Walter Roberson 2016년 10월 16일
If the question is how to look up Google's own pagerank of a particular URL, then the answer is that Google is turning that service off. See http://searchengineland.com/rip-google-pagerank-retrospective-244286
There are some services that claim to allow pagerank access; see https://www.google.ca/search?q=look+up+pagerank and pick one that allows fillable forms.

카테고리

Help CenterFile Exchange에서 Google에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by