Tranco Rank Check [new] [UHD 2024]
12345 If the domain is not in the top 1 million, the response is empty.
wget https://tranco-list.eu/download/YYYYMMDD/full.gz gunzip full.gz grep -n "example.com" full (The line number is the rank.) For bulk queries, Tranco offers a lightweight API (no authentication required for moderate use): tranco rank check
import requests domain = "example.com" response = requests.get(f"https://tranco-list.eu/rank/domain") 12345 If the domain is not in the