top-sites
v1.1.219
Published
List of the top 500 domains and pages on the web
Downloads
4,839
Maintainers
Readme
top-sites
List of the top 500 domains and pages on the web. Based on Moz Top 500.
Install
$ npm install top-sites --save
Usage
const topSites = require('top-sites')
console.log(topSites)
// [
// {
// "rank": 1,
// "url": "facebook.com/",
// "linkingRootDomains": 14262527,
// "externalLinks": 3737324796,
// "mozRank": 9.8,
// "mozTrust": 9.5
// },
// {
// "rank": 2,
// "url": "twitter.com/",
// "linkingRootDomains": 9729491,
// "externalLinks": 5342834850,
// "mozRank": 9.64,
// "mozTrust": 9.44
// },
// {
// "rank": 3,
// "url": "google.com/",
// "linkingRootDomains": 8080905,
// "externalLinks": 2262382094,
// "mozRank": 9.52,
// "mozTrust": 9.35
// },
// …
// ]
Related
- tranco-list.eu – A Research-Oriented Top Sites Ranking Hardened Against Manipulation.
License
top-sites © Kiko Beats, released under the MIT License. Authored and maintained by Kiko Beats with help from contributors.
kikobeats.com · GitHub @Kiko Beats · X @Kikobeats