home.social

#domainranking — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #domainranking, aggregated by home.social.

fetched live
  1. TIL the Tranco domain ranking data is available as a public data source in BigQuery - so you can do e.g.:

    ```
    select
    domain,
    rank
    from `tranco.daily.daily`
    where date = date_sub(current_date(), interval 1 day)
    and domain in ("bbc.co.uk", "bbc.com")
    order by rank asc
    ```
    tranco-list.eu

    #BigQuery #Tranco #DomainRanking