domain-rank
v0.1.1
Published
Domain Rank Top Million domains, source names, duplicates, and favicons
Downloads
28
Readme
Live Demo
Domain Info From Any URL
- Domain Name: nytimes.com
- Source Name: New York Times (from cache for top 1000 or parsing)
- Influence Rank: 89 (from Official Tranco List)
- Favicon: URL (with Google Favicons API) or base64 string
Domain Rank Options:
- Official Tranco List aggregates multiple ranking providers (Cisco Umbrella, Majestic, Farsight, Chrome UX Report, Cloudflare Domain Radar) to generate manipulation-resistant popularity lists. The list is updated daily (UTC).
- CommonCrawl is nonprofit for open source public dataset that crawls and downloads the entire internet 100TB urls and html. It shows how trustworthy and influential a domain is based on links pointing to that domain's pages across all 120+ million domains.
Use Cases
- Bookmark Lists and Web App Launcher
- Autocomplete for search engine or URL bar, with typo-tolerance fuzzy
- LLM Chatbot for Web App Recommendations
Exporter (CLI)
Build the exporter with Vite and produce JSON/CSV/NDJSON exports from the bundled data.
Run locally from the package root:
pnpm run build:export
pnpm run export -- --formats=json,csv,ndjson --out=./exportsThe command writes domain-rank.json, domain-rank.csv, and domain-rank.ndjson into ./exports by default.
