{"id":16366481,"url":"https://github.com/steebchen/website-fetcher","last_synced_at":"2026-02-17T07:30:16.870Z","repository":{"id":85824610,"uuid":"75392645","full_name":"steebchen/website-fetcher","owner":"steebchen","description":"Easily retrieve statistics about any website. Uses the free Alexa API.","archived":false,"fork":false,"pushed_at":"2020-08-03T02:39:11.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T01:39:23.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/steebchen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-02T12:09:56.000Z","updated_at":"2020-08-03T02:38:05.000Z","dependencies_parsed_at":"2023-03-05T14:00:27.073Z","dependency_job_id":null,"html_url":"https://github.com/steebchen/website-fetcher","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/steebchen%2Fwebsite-fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steebchen%2Fwebsite-fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steebchen%2Fwebsite-fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steebchen%2Fwebsite-fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steebchen","download_url":"https://codeload.github.com/steebchen/website-fetcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239827953,"owners_count":19703785,"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-10-11T02:46:39.304Z","updated_at":"2026-02-17T07:30:16.795Z","avatar_url":"https://github.com/steebchen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://circleci.com/gh/steebchen/website-info.png)](https://circleci.com/gh/steebchen/website-info)\n\n# install\n\n```sh\nnpm i website-info --save\n```\n\n# usage\n\n```js\nconst ws = require('website-info')\n\nws('https://www.google.com', (err, result) =\u003e {\n  if (err) console.error(err) // handle error\n\n  console.log(result)\n\n  // result:\n  // {\n  //   rank: 1, // global website rank. 1 means most popular website\n  //   views: 104943144672, // estimated monthly pageviews\n  //   rankF: '1', // formatted rank\n  //   viewsF: '104.943.144.672' // formatted views\n  // }\n})\n\n// when a website has too little pageviews\nws('http://this-website.is/not-really/popular', (err, result) =\u003e {\n  if (err) console.error(err) // handle error\n\n  console.log(result)\n\n  // result:\n  // {\n  //   notEnough: true, // not enough data to estimate rank/pageviews\n  //   rank: Infinity,\n  //   views: 0\n  // }\n})\n```\n\nYou can also use Promises – simply leave off the callback:\n\n```js\nws('https://www.google.com').then(console.log).catch(console.error)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteebchen%2Fwebsite-fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteebchen%2Fwebsite-fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteebchen%2Fwebsite-fetcher/lists"}