Neil Craig<p>TIL the Tranco domain ranking data is available as a public data source in BigQuery - so you can do e.g.:</p><p>```<br>select<br>domain,<br>rank<br>from `tranco.daily.daily`<br>where date = date_sub(current_date(), interval 1 day)<br>and domain in ("bbc.co.uk", "bbc.com")<br>order by rank asc<br>```<br><a href="https://tranco-list.eu" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">tranco-list.eu</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/BigQuery" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BigQuery</span></a> <a href="https://mastodon.social/tags/Tranco" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tranco</span></a> <a href="https://mastodon.social/tags/DomainRanking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DomainRanking</span></a></p>