top-sites

1.1.214 • Public • Published

top-sites

Last version NPM Status

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 · Twitter @Kikobeats

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.214
    253
    • latest

Version History

Package Sidebar

Install

npm i top-sites

Weekly Downloads

618

Version

1.1.214

License

MIT

Unpacked Size

60.2 kB

Total Files

5

Last publish

Collaborators

  • kikobeats