{"id":21879177,"url":"https://github.com/typpo/google-pagerank","last_synced_at":"2025-04-15T03:07:21.876Z","repository":{"id":32476943,"uuid":"36057134","full_name":"typpo/google-pagerank","owner":"typpo","description":"npm module for getting pagerank","archived":false,"fork":false,"pushed_at":"2017-05-18T21:35:40.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T03:07:16.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/typpo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-22T06:57:01.000Z","updated_at":"2023-04-29T17:51:53.000Z","dependencies_parsed_at":"2022-08-24T20:40:18.864Z","dependency_job_id":null,"html_url":"https://github.com/typpo/google-pagerank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Fgoogle-pagerank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Fgoogle-pagerank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Fgoogle-pagerank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Fgoogle-pagerank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typpo","download_url":"https://codeload.github.com/typpo/google-pagerank/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997079,"owners_count":21195799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T08:15:31.234Z","updated_at":"2025-04-15T03:07:21.856Z","avatar_url":"https://github.com/typpo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google-pagerank ** This project NO LONGER WORKS because Google removed the PageRank API.\n\nThis [npm module](https://www.npmjs.com/package/google-pagerank) fetches Google PageRank.\n\nIt accomplishes this by implementing the Jenkins hash in Javascript and using\nthe Google Toolbar endpoint to grab pagerank for any url.\n\n`npm install google-pagerank`\n\n## Node module\n\nInstall with `npm install google-pagerank` or include `google-pagerank` in your module's package.json.\n\n    var pagerank = require('google-pagerank');\n\n    pagerank('http://ianww.com', function(err, rank) {\n      console.log('Got pagerank', rank);\n    });\n\n    ==\u003e Got pagerank 3\n\n## Command line\n\n    node index.js \"http://ianww.com\"\n    ==\u003e 3\n\n## Demo\n\nExample repo at\n[typpo/pagerank-checker](http://github.com/typpo/pagerank-checker), or see it\nlive at [http://ianww.com/pagerank](http://ianww.com/pagerank)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyppo%2Fgoogle-pagerank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyppo%2Fgoogle-pagerank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyppo%2Fgoogle-pagerank/lists"}