< Back to Blog
March 14, 2024

Host- and Domain-Level Web Graphs September/October, November/December 2023 and February/March 2024

We are pleased to announce a new release of host-level and domain-level web graphs based on the crawls of September, November, February 2023-24.
Thom Vaughan
Thom Vaughan
Thom is Principal Technologist at the Common Crawl Foundation.

We are pleased to announce a new release of host-level and domain-level web graphs based on the crawls of September, November, February 2023-24. The crawls used to generate the graphs were CC-MAIN-2023-40, CC-MAIN-2023-50, and CC-MAIN-2024-10. Additional information about the data formats, the processing pipeline, our objectives, and credits can be found in the announcements of prior webgraph releases. You may also visit the projects cc-webgraph and cc-pyspark which include all scripts and tools required to construct the graphs. Instructions to explore the graphs in the webgraph format are given in our collection of webgraph notebooks.

Host-level Graph

The host-level graph consists of 348.4 million nodes and 2.7 billion edges.

There are 287.0 million dangling nodes (82.38%) and the largest strongly connected component contains 48.1 million (13.82%) nodes. Dangling nodes stem from:

  • Hosts that have not been crawled, yet are pointed to from a link on a crawled page
  • Hosts without any links pointing to a different host name
  • Hosts which did only return an error page (eg. HTTP 404).

Host names in the graph are in reverse domain name notation and a leading www. is stripped: www.subdomain.example.com becomes com.example.subdomain.

You can download the graph and the ranks of all 348.4 million hosts from AWS S3 on the path s3://commoncrawl/projects/hyperlinkgraph/cc-main-2023-24-sep-nov-feb/host/ (this requires an account on AWS). Alternatively, you can use https://data.commoncrawl.org/projects/hyperlinkgraph/cc-main-2023-24-sep-nov-feb/host/ as prefix to access the files from everywhere.

Please note that the text representation of the host-level graph is shipped in 48 gzip-compressed files listed in two path listings - one for the nodes (vertices), one for the edges (arcs). First, download the paths listing and decompress it using "gzip -d" or "gunzip". By adding the prefix s3://commoncrawl/ or https://data.commoncrawl.org/ to each line in the path listing you get the list of URLs to download the entire graph.

Download files of the Common Crawl September, November, February 2023-24 host-level Webgraph

Size File Description
177 Bytes cc-main-2023-24-sep-nov-feb-host-vertices.paths.gz nodes ⟨id, rev host⟩, paths of 16 vertices files
216 Bytes cc-main-2023-24-sep-nov-feb-host-edges.paths.gz edges ⟨from_id, to_id⟩, paths of 32 edges files
5.6 GiB cc-main-2023-24-sep-nov-feb-host.graph graph in BVGraph format
1.3 KiB cc-main-2023-24-sep-nov-feb-host.properties
6.1 GiB cc-main-2023-24-sep-nov-feb-host-t.graph transpose of the graph (outlinks inverted to inlinks)
1.3 KiB cc-main-2023-24-sep-nov-feb-host-t.properties
816 Bytes cc-main-2023-24-sep-nov-feb-host.stats WebGraph statistics
5.9 GiB cc-main-2023-24-sep-nov-feb-host-ranks.txt.gz harmonic centrality and pagerank

Domain-level Graph

The domain graph is built by aggregating the host graph on the level of pay-level domains (PLDs) based on the public suffix list maintained on publicsuffix.org. Version (commit) 9094af5 of the public suffix list was used (commit date 2024-03-06T16:40:19Z).

The domain-level graph has 101.3 million nodes and 1.8 billion edges. 53.5% or 54.2 million nodes are dangling nodes, the largest strongly connected component covers 39.5 million or 39.02% of the nodes.

All files related to the domain graph are available on AWS S3 under s3://commoncrawl/projects/hyperlinkgraph/cc-main-2023-24-sep-nov-feb/domain/ or on https://data.commoncrawl.org/projects/hyperlinkgraph/cc-main-2023-24-sep-nov-feb/domain/.

Download files of the Common Crawl September, November, February 2023-24 domain-level Webgraph

Credits

Thanks to the authors of the WebGraph framework, whose software made the computation of graph properties and ranks possible. We hope the data will be useful for you to do any kind of research on ranking, graph analysis, link spam detection, etc.

Let us know about your results via Common Crawl's Google Group!

This release was authored by:
Thom is Principal Technologist at the Common Crawl Foundation.
Thom Vaughan
Pedro is a French-Colombian mathematician, computer scientist and researcher. He holds a PhD in computer science and Natural Language Processing from Sorbonne Université.
Pedro Ortiz Suarez