Tranco Rank Check =link= -
if response.status_code == 200 and response.text.strip(): print(f"Tranco rank: response.text.strip()") else: print(f"domain not in top 1M Tranco list") Download the latest top 1 million list:
"google.com": 1, "facebook.com": 4, "yourdomain.com": null tranco rank check
Response: