We are pleased to announce a new release of host-level and domain-level web graphs based on the September/October, November/December 2022 and January/February 2023 crawls. For more information about the data formats and the processing pipeline, please see the announcements of previous webgraph releases. You may also visit the cc-webgraph and cc-pyspark projects which contain all the scripts and tools needed to construct the graphs. Instructions for exploring the graphs in the webgraph format can be found in our collection of webgraph notebooks.
Host-level graph
The graph has of 325 million nodes and 2.63 billion edges. Both hyperlinks, HTTP redirects and link headers are used as edges to span up the graph. All types of links are included, including purely “technical” links pointing to images, JavaScript libraries, web fonts, etc. However, only hostnames with a valid IANA TLD are used. As a result, URLs with an IP address as host component are not taken into account for building the host-level graph.
There are 268 million dangling nodes (82.7%) and the largest strongly connected component contains 43.1 million (13.3%) nodes. Dangling nodes come from
- hosts that are not crawled, but are referenced by a link on a crawled page
- hosts with no links pointing to another hostname
- or hosts that only returned an error page (e.g. HTTP 404).
Hostnames in the graph are in reverse domain name notation with the leading www.
removed: www.subdomain.example.com
becomes com.example.subdomain
.
You can download the graph and the ranks of all 325 million hosts from AWS S3 at s3://commoncrawl/projects/hyperlinkgraph/cc-main-2022-23-sep-nov-jan/host/
(this requires an account on AWS). Alternatively, you can use https://data.commoncrawl.org/projects/hyperlinkgraph/cc-main-2022-23-sep-nov-jan/host/
as prefix to access the files from everywhere.
Note that the text representation of the host-level graph is delivered in 10 gzip-compressed files listed in two path listings – one for the nodes (vertices), and one for the edges (arcs). First, download the path listing and decompress it with “gzip -d” or “gunzip”. Adding the prefix s3://commoncrawl/
or https://data.commoncrawl.org/
to each line in the path listing will give you the list of URLs to download the entire graph.
Download files of the Common Crawl Sep/Nov/Jan 2022-2023 host-level webgraph
Size | File | Description |
---|---|---|
2.34 GB | cc-main-2022-23-sep-nov-jan-host-vertices.paths.gz | nodes 〈id, rev host〉, paths of 32 vertices files |
11.40 GB | cc-main-2022-23-sep-nov-jan-host-edges.paths.gz | edges 〈from_id, to_id〉, paths of 64 edges files |
5.51 GB | cc-main-2022-23-sep-nov-jan-host.graph | graph in BVGraph format |
2 kB | cc-main-2022-23-sep-nov-jan-host.properties | |
5.88 GB | cc-main-2022-23-sep-nov-jan-host-t.graph | transpose of the graph (outlinks inverted to inlinks) |
2 kB | cc-main-2022-23-sep-nov-jan-host-t.properties | |
1 kB | cc-main-2022-23-sep-nov-jan-host.stats | WebGraph statistics |
5.56 GB | cc-main-2022-23-sep-nov-jan-host-ranks.txt.gz | harmonic centrality and pagerank |
Domain-level graph
The domain graph is built by aggregating the host graph at the pay-level domain (PLD) level based on the public suffix list maintained on publicsuffix.org. Version (commit) 0bbf864 of the public suffix list was used (commit date 2023-03-08).
The domain-level graph has 88 million nodes and 1.68 billion edges. 52% or 46 million nodes are dangling nodes, the largest strongly connected component covers 34 million or 39% of the nodes.
All domain graph files are available on AWS S3 under s3://commoncrawl/projects/hyperlinkgraph/cc-main-2022-23-sep-nov-jan/domain/
or on https://data.commoncrawl.org/projects/hyperlinkgraph/cc-main-2022-23-sep-nov-jan/domain/
.
Download files of the Common Crawl Sep/Nov/Jan 2022-2023 domain-level webgraph
Size | File | Description |
---|---|---|
0.61 GB | cc-main-2022-23-sep-nov-jan-domain-vertices.txt.gz | nodes 〈id, rev domain, num hosts〉 |
6.89 GB | cc-main-2022-23-sep-nov-jan-domain-edges.txt.gz | edges 〈from_id, to_id〉 |
3.90 GB | cc-main-2022-23-sep-nov-jan-domain.graph | graph in BVGraph format |
2 kB | cc-main-2022-23-sep-nov-jan-domain.properties | |
3.81 GB | cc-main-2022-23-sep-nov-jan-domain-t.graph | transpose of the graph |
2 kB | cc-main-2022-23-sep-nov-jan-domain-t.properties | |
1 kB | cc-main-2022-23-sep-nov-jan-domain.stats | WebGraph statistics |
1.90 GB | cc-main-2022-23-sep-nov-jan-domain-ranks.txt.gz | harmonic centrality and pagerank |
Below you’ll find the top 1000 domains ranked by Harmonic Centrality or PageRank. The full list of all 88 million domain ranks is available for download.
Top 1000 domains ranked by harmonic centrality (Sep/Nov/Jan 2022-2023)
harmonic centrality rank | hc value | page rank | page rank value | reversed domain name |
---|---|---|---|---|
1 | 30208264 | 1 | 0.016763 | com.googleapis |
2 | 29783728 | 3 | 0.010997 | com.facebook |
3 | 29384286 | 2 | 0.015692 | com.google |
4 | 26032564 | 6 | 0.005934 | com.youtube |
5 | 25805292 | 5 | 0.006482 | com.twitter |
6 | 25487994 | 8 | 0.005484 | com.instagram |
7 | 25225590 | 7 | 0.005863 | org.w |
8 | 25002416 | 4 | 0.007149 | com.googletagmanager |
9 | 23952870 | 9 | 0.004622 | org.gmpg |
10 | 23337268 | 12 | 0.003349 | com.linkedin |
11 | 23278606 | 10 | 0.004162 | com.gstatic |
12 | 22405388 | 15 | 0.002066 | com.gravatar |
13 | 22178872 | 11 | 0.003793 | com.cloudflare |
14 | 21844608 | 13 | 0.002400 | org.wordpress |
15 | 21681482 | 25 | 0.001450 | com.pinterest |
16 | 21559576 | 32 | 0.001217 | org.wikipedia |
17 | 21429174 | 17 | 0.001813 | com.apple |
18 | 21227448 | 31 | 0.001226 | com.wordpress |
19 | 21216668 | 34 | 0.001088 | com.vimeo |
20 | 21195402 | 39 | 0.000900 | be.youtu |
21 | 20932166 | 14 | 0.002311 | net.cloudfront |
22 | 20898430 | 18 | 0.001711 | com.bootstrapcdn |
23 | 20823002 | 35 | 0.001080 | com.microsoft |
24 | 20748850 | 48 | 0.000709 | com.amazon |
25 | 20741894 | 55 | 0.000581 | com.blogspot |
26 | 20704246 | 26 | 0.001442 | com.jquery |
27 | 20677290 | 47 | 0.000780 | gl.goo |
28 | 20670994 | 43 | 0.000852 | com.amazonaws |
29 | 20665338 | 16 | 0.001840 | io.polyfill |
30 | 20631324 | 44 | 0.000844 | eu.europa |
31 | 20618144 | 50 | 0.000696 | com.wp |
32 | 20564226 | 29 | 0.001298 | net.jsdelivr |
33 | 20528750 | 45 | 0.000812 | org.mozilla |
34 | 20516286 | 28 | 0.001369 | com.wixstatic |
35 | 20513258 | 65 | 0.000505 | ly.bit |
36 | 20484072 | 23 | 0.001470 | com.adobe |
37 | 20443722 | 21 | 0.001544 | com.fontawesome |
38 | 20411612 | 40 | 0.000896 | com.google-analytics |
39 | 20400328 | 22 | 0.001485 | com.github |
40 | 20349558 | 54 | 0.000635 | com.paypal |
41 | 20346992 | 19 | 0.001674 | com.googleusercontent |
42 | 20328172 | 30 | 0.001297 | com.whatsapp |
43 | 20292300 | 103 | 0.000334 | com.tumblr |
44 | 20192382 | 33 | 0.001113 | ru.yandex |
45 | 20186350 | 85 | 0.000378 | com.medium |
46 | 20183944 | 123 | 0.000299 | com.reddit |
47 | 20180914 | 108 | 0.000331 | com.yahoo |
48 | 20178722 | 62 | 0.000529 | com.shopify |
49 | 20170012 | 58 | 0.000564 | com.flickr |
50 | 20167766 | 69 | 0.000483 | io.github |
51 | 20163916 | 63 | 0.000522 | co.t |
52 | 20152240 | 128 | 0.000260 | com.nytimes |
53 | 20124068 | 125 | 0.000293 | com.spotify |
54 | 20104136 | 36 | 0.001066 | com.baidu |
55 | 20098412 | 59 | 0.000553 | org.w3 |
56 | 20094912 | 37 | 0.001000 | com.qq |
57 | 20016100 | 57 | 0.000569 | com.vk |
58 | 20005808 | 41 | 0.000881 | com.googlesyndication |
59 | 20003706 | 114 | 0.000313 | com.weebly |
60 | 19975298 | 158 | 0.000186 | com.forbes |
61 | 19967874 | 122 | 0.000302 | org.creativecommons |
62 | 19967726 | 130 | 0.000251 | com.soundcloud |
63 | 19962190 | 142 | 0.000211 | org.archive |
64 | 19942482 | 150 | 0.000198 | gov.nih |
65 | 19918748 | 126 | 0.000264 | com.tiktok |
66 | 19915782 | 61 | 0.000538 | org.schema |
67 | 19912766 | 60 | 0.000544 | com.unpkg |
68 | 19911234 | 181 | 0.000153 | com.bing |
69 | 19911002 | 249 | 0.000107 | com.imdb |
70 | 19905552 | 264 | 0.000100 | edu.harvard |
71 | 19902624 | 80 | 0.000387 | me.t |
72 | 19901168 | 196 | 0.000137 | org.wikimedia |
73 | 19873990 | 163 | 0.000174 | com.dropbox |
74 | 19872264 | 288 | 0.000091 | net.slideshare |
75 | 19869992 | 192 | 0.000142 | int.who |
76 | 19862262 | 203 | 0.000131 | com.cnn |
77 | 19862142 | 174 | 0.000157 | gov.cdc |
78 | 19858886 | 214 | 0.000123 | com.theguardian |
79 | 19847642 | 184 | 0.000151 | com.unsplash |
80 | 19845106 | 121 | 0.000307 | com.list-manage |
81 | 19831690 | 272 | 0.000097 | net.researchgate |
82 | 19819188 | 253 | 0.000105 | com.wsj |
83 | 19816030 | 293 | 0.000090 | com.bbc |
84 | 19812290 | 64 | 0.000507 | com.macromedia |
85 | 19810452 | 297 | 0.000089 | uk.co.bbc |
86 | 19805166 | 304 | 0.000087 | com.reuters |
87 | 19788972 | 246 | 0.000107 | com.washingtonpost |
88 | 19786314 | 279 | 0.000094 | com.statista |
89 | 19775652 | 318 | 0.000083 | edu.stanford |
90 | 19775346 | 432 | 0.000060 | gov.nasa |
91 | 19774590 | 67 | 0.000497 | com.addthis |
92 | 19770972 | 46 | 0.000807 | net.doubleclick |
93 | 19769890 | 151 | 0.000195 | com.wixsite |
94 | 19765714 | 227 | 0.000117 | com.businessinsider |
95 | 19763270 | 215 | 0.000123 | com.imgur |
96 | 19754014 | 367 | 0.000072 | com.go |
97 | 19750586 | 204 | 0.000129 | com.live |
98 | 19746004 | 107 | 0.000332 | com.wix |
99 | 19745530 | 372 | 0.000070 | com.wired |
100 | 19738366 | 152 | 0.000195 | us.zoom |
101 | 19723422 | 135 | 0.000225 | gle.forms |
102 | 19718148 | 225 | 0.000118 | com.etsy |
103 | 19717824 | 277 | 0.000095 | com.ibm |
104 | 19700092 | 447 | 0.000058 | com.theverge |
105 | 19699788 | 356 | 0.000074 | com.nature |
106 | 19696656 | 120 | 0.000309 | me.wp |
107 | 19693524 | 176 | 0.000156 | org.ietf |
108 | 19687268 | 49 | 0.000700 | com.fb |
109 | 19686956 | 157 | 0.000187 | com.ytimg |
110 | 19685800 | 492 | 0.000053 | com.msn |
111 | 19685436 | 315 | 0.000084 | com.android |
112 | 19684204 | 316 | 0.000084 | com.cnbc |
113 | 19684024 | 140 | 0.000214 | com.mailchimp |
114 | 19682468 | 42 | 0.000858 | net.fbcdn |
115 | 19682198 | 255 | 0.000104 | com.stackoverflow |
116 | 19681202 | 511 | 0.000051 | edu.berkeley |
117 | 19679968 | 275 | 0.000096 | org.un |
118 | 19679582 | 265 | 0.000100 | com.bloomberg |
119 | 19677792 | 220 | 0.000121 | com.outlook |
120 | 19673502 | 178 | 0.000155 | org.apache |
121 | 19666706 | 269 | 0.000098 | com.oracle |
122 | 19658542 | 382 | 0.000069 | com.example |
123 | 19650660 | 343 | 0.000077 | org.npr |
124 | 19649560 | 350 | 0.000075 | com.quora |
125 | 19649030 | 129 | 0.000254 | com.youtube-nocookie |
126 | 19646800 | 601 | 0.000045 | com.zdnet |
127 | 19646398 | 99 | 0.000336 | com.giphy |
128 | 19644128 | 195 | 0.000140 | com.hubspot |
129 | 19643752 | 219 | 0.000122 | org.doi |
130 | 19632490 | 542 | 0.000048 | com.myspace |
131 | 19630886 | 222 | 0.000120 | gov.ca |
132 | 19618726 | 395 | 0.000067 | com.time |
133 | 19612954 | 359 | 0.000074 | com.slack |
134 | 19610836 | 70 | 0.000455 | com.ft |
135 | 19610350 | 462 | 0.000056 | com.appspot |
136 | 19606234 | 139 | 0.000217 | com.opera |
137 | 19605258 | 261 | 0.000102 | com.sciencedirect |
138 | 19604780 | 476 | 0.000054 | com.ted |
139 | 19604180 | 342 | 0.000077 | com.springer |
140 | 19602362 | 401 | 0.000065 | org.arxiv |
141 | 19598276 | 393 | 0.000067 | com.usatoday |
142 | 19594554 | 194 | 0.000140 | com.issuu |
143 | 19588288 | 332 | 0.000080 | org.acm |
144 | 19585042 | 205 | 0.000129 | com.npmjs |
145 | 19581664 | 331 | 0.000080 | uk.co.amazon |
146 | 19577244 | 307 | 0.000086 | com.githubusercontent |
147 | 19576784 | 242 | 0.000108 | com.blogger |
148 | 19576054 | 311 | 0.000086 | com.wiley |
149 | 19574732 | 355 | 0.000074 | com.pexels |
150 | 19570782 | 468 | 0.000055 | edu.cornell |
151 | 19569412 | 482 | 0.000054 | com.theatlantic |
152 | 19567006 | 440 | 0.000059 | org.python |
153 | 19564494 | 593 | 0.000045 | org.worldbank |
154 | 19563390 | 565 | 0.000047 | uk.co.telegraph |
155 | 19563008 | 732 | 0.000037 | edu.psu |
156 | 19553204 | 428 | 0.000060 | com.cnet |
157 | 19539618 | 149 | 0.000199 | org.ampproject |
158 | 19537568 | 623 | 0.000043 | org.weforum |
159 | 19537332 | 296 | 0.000089 | uk.gov |
160 | 19533658 | 444 | 0.000059 | com.huffingtonpost |
161 | 19532878 | 490 | 0.000053 | com.latimes |
162 | 19528578 | 645 | 0.000042 | org.unesco |
163 | 19527222 | 655 | 0.000041 | com.livejournal |
164 | 19526534 | 449 | 0.000058 | com.pixabay |
165 | 19508444 | 411 | 0.000063 | com.sagepub |
166 | 19506694 | 480 | 0.000054 | com.goodreads |
167 | 19506188 | 499 | 0.000052 | uk.co.google |
168 | 19503402 | 258 | 0.000103 | net.behance |
169 | 19503138 | 270 | 0.000097 | com.bandcamp |
170 | 19503070 | 727 | 0.000037 | org.chromium |
171 | 19495988 | 525 | 0.000050 | com.cbsnews |
172 | 19495180 | 326 | 0.000081 | ee.linktr |
173 | 19493452 | 527 | 0.000049 | edu.yale |
174 | 19489730 | 286 | 0.000092 | com.w3schools |
175 | 19483130 | 175 | 0.000157 | com.yelp |
176 | 19482412 | 299 | 0.000089 | edu.mit |
177 | 19481882 | 68 | 0.000496 | com.googleadservices |
178 | 19480090 | 78 | 0.000393 | me.wa |
179 | 19477430 | 528 | 0.000049 | uk.co.independent |
180 | 19474080 | 134 | 0.000228 | com.statcounter |
181 | 19472938 | 300 | 0.000089 | com.tinyurl |
182 | 19472136 | 509 | 0.000051 | com.fortune |
183 | 19471318 | 714 | 0.000038 | edu.columbia |
184 | 19471218 | 690 | 0.000039 | com.vox |
185 | 19461296 | 422 | 0.000061 | gov.whitehouse |
186 | 19460546 | 416 | 0.000062 | org.nodejs |
187 | 19457810 | 512 | 0.000051 | uk.co.dailymail |
188 | 19455462 | 537 | 0.000049 | com.indiatimes |
189 | 19452626 | 349 | 0.000075 | com.businesswire |
190 | 19451618 | 290 | 0.000090 | org.pewresearch |
191 | 19450276 | 559 | 0.000047 | edu.cmu |
192 | 19442676 | 643 | 0.000042 | com.marketwatch |
193 | 19436888 | 494 | 0.000052 | com.tandfonline |
194 | 19431628 | 598 | 0.000045 | org.pbs |
195 | 19429220 | 657 | 0.000041 | com.usnews |
196 | 19428984 | 777 | 0.000035 | edu.upenn |
197 | 19428100 | 278 | 0.000095 | com.twimg |
198 | 19421114 | 683 | 0.000039 | com.buzzfeed |
199 | 19420594 | 590 | 0.000045 | gov.loc |
200 | 19420022 | 504 | 0.000052 | com.fc2 |
201 | 19419582 | 674 | 0.000040 | com.git-scm |
202 | 19418554 | 901 | 0.000033 | com.qz |
203 | 19416166 | 885 | 0.000034 | edu.washington |
204 | 19415650 | 778 | 0.000035 | com.trello |
205 | 19415444 | 675 | 0.000040 | com.apnews |
206 | 19411912 | 1121 | 0.000026 | com.techradar |
207 | 19411736 | 517 | 0.000050 | com.investopedia |
208 | 19410610 | 652 | 0.000041 | com.mysql |
209 | 19408094 | 138 | 0.000218 | info.aboutads |
210 | 19407400 | 880 | 0.000034 | me.about |
211 | 19403682 | 276 | 0.000096 | org.gnu |
212 | 19403122 | 736 | 0.000037 | com.economist |
213 | 19402862 | 677 | 0.000040 | com.box |
214 | 19397500 | 713 | 0.000038 | com.scribd |
215 | 19396454 | 1276 | 0.000023 | com.techrepublic |
216 | 19395758 | 370 | 0.000071 | com.gitlab |
217 | 19395036 | 489 | 0.000053 | com.walmart |
218 | 19394568 | 348 | 0.000075 | com.techcrunch |
219 | 19388888 | 406 | 0.000064 | co.ibb |
220 | 19388054 | 487 | 0.000053 | com.nationalgeographic |
221 | 19387258 | 734 | 0.000037 | com.venturebeat |
222 | 19386248 | 541 | 0.000048 | com.inc |
223 | 19385564 | 165 | 0.000171 | com.staticflickr |
224 | 19385242 | 141 | 0.000211 | me.line |
225 | 19382874 | 534 | 0.000049 | com.theconversation |
226 | 19380928 | 510 | 0.000051 | com.nbcnews |
227 | 19380802 | 582 | 0.000046 | com.digg |
228 | 19379752 | 1117 | 0.000026 | edu.northwestern |
229 | 19378952 | 787 | 0.000035 | org.semver |
230 | 19377466 | 1002 | 0.000029 | edu.jhu |
231 | 19377050 | 737 | 0.000036 | ca.cbc |
232 | 19376942 | 539 | 0.000049 | com.googleblog |
233 | 19375096 | 1397 | 0.000021 | edu.rutgers |
234 | 19371812 | 647 | 0.000042 | com.photobucket |
235 | 19370806 | 1099 | 0.000027 | edu.usc |
236 | 19369504 | 600 | 0.000045 | gov.senate |
237 | 19367834 | 198 | 0.000134 | com.calendly |
238 | 19367222 | 231 | 0.000116 | net.windows |
239 | 19365020 | 1262 | 0.000023 | org.kernel |
240 | 19359670 | 1287 | 0.000023 | co.elastic |
241 | 19358788 | 808 | 0.000035 | com.shutterstock |
242 | 19358402 | 691 | 0.000039 | org.cambridge |
243 | 19356378 | 1091 | 0.000027 | fm.last |
244 | 19355798 | 321 | 0.000082 | tv.twitch |
245 | 19355788 | 187 | 0.000147 | page.g |
246 | 19355748 | 719 | 0.000037 | com.newyorker |
247 | 19354116 | 748 | 0.000036 | org.bitbucket |
248 | 19345608 | 566 | 0.000047 | com.oup |
249 | 19344142 | 930 | 0.000031 | org.sciencemag |
250 | 19343430 | 250 | 0.000107 | com.jotform |
251 | 19340588 | 191 | 0.000143 | com.cloudinary |
252 | 19340216 | 538 | 0.000049 | org.unicef |
253 | 19339906 | 1020 | 0.000029 | edu.princeton |
254 | 19339090 | 588 | 0.000045 | io.codepen |
255 | 19338824 | 982 | 0.000030 | gov.usgs |
256 | 19338794 | 879 | 0.000034 | uk.ac.ox |
257 | 19336670 | 562 | 0.000047 | com.xinhuanet |
258 | 19336118 | 1184 | 0.000025 | com.alexa |
259 | 19333656 | 515 | 0.000051 | org.js |
260 | 19331480 | 864 | 0.000034 | edu.asu |
261 | 19329334 | 884 | 0.000034 | com.nvidia |
262 | 19328550 | 1187 | 0.000025 | com.mediafire |
263 | 19325282 | 221 | 0.000121 | net.sourceforge |
264 | 19322430 | 1433 | 0.000021 | com.euronews |
265 | 19321422 | 335 | 0.000079 | com.prnewswire |
266 | 19320932 | 937 | 0.000031 | com.foxnews |
267 | 19320900 | 1083 | 0.000027 | gov.fbi |
268 | 19314904 | 1174 | 0.000025 | org.coursera |
269 | 19313470 | 627 | 0.000043 | com.biomedcentral |
270 | 19312726 | 1367 | 0.000022 | com.500px |
271 | 19310966 | 88 | 0.000374 | com.stripe |
272 | 19308392 | 237 | 0.000112 | com.tripadvisor |
273 | 19306794 | 186 | 0.000148 | com.xing |
274 | 19306438 | 248 | 0.000107 | com.wpengine |
275 | 19306070 | 154 | 0.000191 | com.sharethis |
276 | 19304476 | 929 | 0.000031 | com.nypost |
277 | 19301278 | 740 | 0.000036 | com.politico |
278 | 19297772 | 325 | 0.000081 | com.automattic |
279 | 19297516 | 1450 | 0.000020 | com.digitaltrends |
280 | 19297208 | 1072 | 0.000027 | co.g |
281 | 19297054 | 1058 | 0.000028 | org.pnas |
282 | 19295368 | 1142 | 0.000026 | com.axios |
283 | 19295228 | 410 | 0.000063 | org.openstreetmap |
284 | 19293638 | 1191 | 0.000025 | uk.co.guardian |
285 | 19293548 | 1111 | 0.000026 | com.scmp |
286 | 19290228 | 595 | 0.000045 | ca.canada |
287 | 19289660 | 1431 | 0.000021 | org.eclipse |
288 | 19288644 | 1261 | 0.000023 | uk.co.blogspot |
289 | 19288300 | 678 | 0.000040 | com.huffpost |
290 | 19286476 | 1322 | 0.000022 | org.semanticscholar |
291 | 19284068 | 637 | 0.000042 | gov.census |
292 | 19283194 | 469 | 0.000055 | gov.usda |
293 | 19282746 | 66 | 0.000504 | com.trustpilot |
294 | 19281282 | 765 | 0.000036 | com.hp |
295 | 19281216 | 556 | 0.000048 | io.readthedocs |
296 | 19276912 | 1240 | 0.000023 | com.nymag |
297 | 19276304 | 256 | 0.000104 | org.iana |
298 | 19276166 | 870 | 0.000034 | com.ssrn |
299 | 19276092 | 962 | 0.000030 | edu.umn |
300 | 19274986 | 993 | 0.000029 | au.net.abc |
301 | 19273958 | 1448 | 0.000020 | com.sky |
302 | 19273816 | 1211 | 0.000024 | edu.purdue |
303 | 19273324 | 625 | 0.000043 | org.apa |
304 | 19272362 | 217 | 0.000122 | com.eventbrite |
305 | 19271512 | 167 | 0.000167 | gov.privacyshield |
306 | 19271404 | 1064 | 0.000028 | com.about |
307 | 19271058 | 340 | 0.000078 | com.dribbble |
308 | 19270226 | 583 | 0.000046 | gov.house |
309 | 19269684 | 907 | 0.000033 | com.sciencedaily |
310 | 19269194 | 571 | 0.000047 | gov.noaa |
311 | 19269034 | 445 | 0.000059 | com.arcgis |
312 | 19267554 | 363 | 0.000073 | com.feedburner |
313 | 19266714 | 591 | 0.000045 | fm.anchor |
314 | 19266698 | 1533 | 0.000020 | ru.spb |
315 | 19264280 | 567 | 0.000047 | site.business |
316 | 19264260 | 1308 | 0.000022 | com.nikkei |
317 | 19261166 | 1030 | 0.000029 | com.ggpht |
318 | 19259980 | 868 | 0.000034 | org.change |
319 | 19257436 | 1053 | 0.000028 | com.evernote |
320 | 19256818 | 1360 | 0.000022 | edu.illinois |
321 | 19255628 | 162 | 0.000174 | com.office |
322 | 19255582 | 1343 | 0.000022 | org.postgresql |
323 | 19252970 | 882 | 0.000034 | org.pypi |
324 | 19252962 | 581 | 0.000046 | com.163 |
325 | 19251350 | 574 | 0.000047 | com.dailymotion |
326 | 19248956 | 1617 | 0.000019 | org.aclu |
327 | 19247890 | 1051 | 0.000028 | edu.uchicago |
328 | 19245190 | 953 | 0.000030 | com.mdpi |
329 | 19245010 | 889 | 0.000034 | de.spiegel |
330 | 19243662 | 496 | 0.000052 | gov.hhs |
331 | 19242990 | 400 | 0.000065 | com.indeed |
332 | 19241006 | 696 | 0.000039 | gov.justice |
333 | 19239998 | 621 | 0.000043 | gov.state |
334 | 19237584 | 1665 | 0.000019 | org.greenpeace |
335 | 19236460 | 106 | 0.000333 | net.jsfiddle |
336 | 19233688 | 789 | 0.000035 | gov.congress |
337 | 19233144 | 689 | 0.000039 | com.bigcartel |
338 | 19231252 | 2010 | 0.000017 | edu.gatech |
339 | 19230230 | 484 | 0.000054 | gov.epa |
340 | 19229306 | 1923 | 0.000017 | com.openai |
341 | 19228750 | 619 | 0.000043 | org.ohchr |
342 | 19227578 | 893 | 0.000033 | org.fao |
343 | 19227162 | 390 | 0.000067 | com.atlassian |
344 | 19227150 | 1812 | 0.000018 | org.science |
345 | 19224842 | 768 | 0.000035 | com.jetbrains |
346 | 19223786 | 1223 | 0.000024 | com.foursquare |
347 | 19223692 | 454 | 0.000057 | com.squareup |
348 | 19220130 | 124 | 0.000297 | com.alicdn |
349 | 19219200 | 1996 | 0.000017 | org.phys |
350 | 19218212 | 1090 | 0.000027 | cn.com.chinadaily |
351 | 19217284 | 339 | 0.000078 | com.ebay |
352 | 19216816 | 347 | 0.000075 | com.surveymonkey |
353 | 19216726 | 883 | 0.000034 | com.chrome |
354 | 19216716 | 1289 | 0.000023 | uk.co.thetimes |
355 | 19216348 | 260 | 0.000102 | com.webflow |
356 | 19216090 | 2023 | 0.000017 | com.foxbusiness |
357 | 19213972 | 913 | 0.000032 | app.netlify |
358 | 19213822 | 385 | 0.000068 | com.disqus |
359 | 19212532 | 1229 | 0.000024 | com.hollywoodreporter |
360 | 19211550 | 766 | 0.000036 | gov.archives |
361 | 19210746 | 423 | 0.000061 | com.getpocket |
362 | 19210526 | 396 | 0.000066 | com.samsung |
363 | 19207318 | 371 | 0.000071 | com.proofpoint |
364 | 19206792 | 1119 | 0.000026 | edu.utexas |
365 | 19206132 | 132 | 0.000248 | com.zendesk |
366 | 19204834 | 397 | 0.000066 | com.substack |
367 | 19202152 | 702 | 0.000038 | com.mashable |
368 | 19201060 | 1081 | 0.000027 | org.jstor |
369 | 19200068 | 649 | 0.000042 | net.azurewebsites |
370 | 19198950 | 200 | 0.000133 | org.allaboutcookies |
371 | 19198558 | 421 | 0.000062 | com.freepik |
372 | 19197812 | 529 | 0.000049 | com.netdna-ssl |
373 | 19196780 | 547 | 0.000048 | com.snapchat |
374 | 19194372 | 679 | 0.000040 | com.gumroad |
375 | 19194238 | 144 | 0.000206 | com.paypalobjects |
376 | 19193934 | 76 | 0.000397 | me.fb |
377 | 19192814 | 526 | 0.000050 | ch.admin |
378 | 19191374 | 863 | 0.000034 | com.pinimg |
379 | 19191250 | 743 | 0.000036 | com.britannica |
380 | 19191082 | 1489 | 0.000020 | au.com.smh |
381 | 19190906 | 704 | 0.000038 | com.vice |
382 | 19189032 | 554 | 0.000048 | gov.copyright |
383 | 19183662 | 1157 | 0.000025 | com.dw |
384 | 19183626 | 345 | 0.000076 | net.themeforest |
385 | 19182584 | 452 | 0.000058 | com.patreon |
386 | 19182178 | 1235 | 0.000024 | uk.co.mirror |
387 | 19176944 | 1363 | 0.000022 | de.sueddeutsche |
388 | 19173466 | 1014 | 0.000029 | uk.ac.cam |
389 | 19172198 | 333 | 0.000080 | fr.cnil |
390 | 19169612 | 3327 | 0.000010 | google.research |
391 | 19167346 | 784 | 0.000035 | cc.postimg |
392 | 19165170 | 609 | 0.000044 | gov.nist |
393 | 19163734 | 1493 | 0.000020 | ca.sfu |
394 | 19162676 | 507 | 0.000051 | com.gmail |
395 | 19162016 | 2342 | 0.000015 | com.martinfowler |
396 | 19160966 | 1297 | 0.000023 | org.imf |
397 | 19160094 | 983 | 0.000030 | edu.si |
398 | 19158666 | 709 | 0.000038 | org.oecd |
399 | 19157194 | 402 | 0.000064 | ru.gov |
400 | 19156178 | 1059 | 0.000028 | com.chicagotribune |
401 | 19154640 | 1257 | 0.000023 | com.crunchbase |
402 | 19154290 | 404 | 0.000064 | com.optimizely |
403 | 19153126 | 75 | 0.000404 | net.akamaihd |
404 | 19152672 | 1005 | 0.000029 | com.intuit |
405 | 19151200 | 156 | 0.000188 | org.networkadvertising |
406 | 19150938 | 2139 | 0.000016 | app.web |
407 | 19150100 | 947 | 0.000031 | com.history |
408 | 19147258 | 2498 | 0.000014 | com.ibtimes |
409 | 19146882 | 161 | 0.000174 | com.rawgit |
410 | 19146734 | 284 | 0.000093 | net.azureedge |
411 | 19146432 | 478 | 0.000054 | nl.google |
412 | 19144122 | 475 | 0.000055 | com.meetup |
413 | 19143658 | 2728 | 0.000013 | com.cbs |
414 | 19143614 | 1549 | 0.000019 | org.unhcr |
415 | 19143010 | 119 | 0.000312 | de.google |
416 | 19140470 | 977 | 0.000030 | com.sap |
417 | 19140308 | 577 | 0.000047 | com.kickstarter |
418 | 19139232 | 431 | 0.000060 | com.media-amazon |
419 | 19138468 | 1340 | 0.000022 | com.aljazeera |
420 | 19138260 | 346 | 0.000076 | net.php |
421 | 19136610 | 1894 | 0.000018 | com.straitstimes |
422 | 19135416 | 52 | 0.000645 | com.godaddy |
423 | 19134718 | 1103 | 0.000027 | com.insider |
424 | 19134162 | 1017 | 0.000029 | gov.treasury |
425 | 19133204 | 1601 | 0.000019 | us.imageshack |
426 | 19132232 | 1269 | 0.000023 | org.sphinx-doc |
427 | 19131826 | 1073 | 0.000027 | link.page |
428 | 19131230 | 508 | 0.000051 | cn.com.people |
429 | 19130856 | 1457 | 0.000020 | de.mpg |
430 | 19129168 | 514 | 0.000051 | org.debian |
431 | 19124870 | 2597 | 0.000014 | au.com.news |
432 | 19123686 | 267 | 0.000098 | jp.co.yahoo |
433 | 19122658 | 336 | 0.000078 | com.typepad |
434 | 19121732 | 73 | 0.000429 | com.wsimg |
435 | 19121444 | 941 | 0.000031 | com.podbean |
436 | 19121320 | 1066 | 0.000028 | uk.gov.service |
437 | 19121300 | 235 | 0.000113 | gg.discord |
438 | 19120430 | 1490 | 0.000020 | com.over-blog |
439 | 19119364 | 306 | 0.000086 | com.eepurl |
440 | 19119274 | 636 | 0.000042 | gov.usa |
441 | 19118634 | 633 | 0.000043 | com.stumbleupon |
442 | 19116958 | 354 | 0.000074 | org.hbr |
443 | 19114264 | 1789 | 0.000019 | ms.1drv |
444 | 19114220 | 673 | 0.000040 | google.blog |
445 | 19112010 | 1796 | 0.000019 | com.buzzfeednews |
446 | 19110954 | 1093 | 0.000027 | org.ilo |
447 | 19110296 | 1962 | 0.000017 | com.mystrikingly |
448 | 19108200 | 90 | 0.000367 | net.facebook |
449 | 19107938 | 1446 | 0.000021 | de.zeit |
450 | 19107838 | 471 | 0.000055 | com.tripod |
451 | 19106728 | 1065 | 0.000028 | int.coe |
452 | 19106358 | 1389 | 0.000021 | com.teachable |
453 | 19106154 | 1136 | 0.000026 | com.thehill |
454 | 19106002 | 56 | 0.000570 | net.typekit |
455 | 19105858 | 2051 | 0.000016 | uk.co.standard |
456 | 19103522 | 2071 | 0.000016 | com.newscientist |
457 | 19102398 | 2527 | 0.000014 | com.channel4 |
458 | 19102058 | 2631 | 0.000013 | com.storify |
459 | 19098660 | 1421 | 0.000021 | edu.duke |
460 | 19094500 | 596 | 0.000045 | com.healthline |
461 | 19093638 | 1302 | 0.000023 | au.gov.nsw |
462 | 19091574 | 2525 | 0.000014 | org.maven |
463 | 19090438 | 622 | 0.000043 | org.worldwildlife |
464 | 19086786 | 1022 | 0.000029 | com.brightcove |
465 | 19086756 | 1541 | 0.000020 | int.unfccc |
466 | 19086616 | 896 | 0.000033 | com.withgoogle |
467 | 19085682 | 292 | 0.000090 | com.squarespace |
468 | 19085616 | 2578 | 0.000014 | com.instructables |
469 | 19084862 | 2082 | 0.000016 | com.rt |
470 | 19084252 | 2430 | 0.000015 | org.tensorflow |
471 | 19083306 | 263 | 0.000101 | me.telegram |
472 | 19081082 | 638 | 0.000042 | com.cisco |
473 | 19080766 | 809 | 0.000035 | watch.fb |
474 | 19079900 | 465 | 0.000056 | com.steampowered |
475 | 19079012 | 760 | 0.000036 | com.deviantart |
476 | 19074242 | 603 | 0.000044 | com.googlecode |
477 | 19072502 | 1813 | 0.000018 | uk.parliament |
478 | 19070624 | 572 | 0.000047 | com.airbnb |
479 | 19068360 | 543 | 0.000048 | com.matterport |
480 | 19067152 | 2020 | 0.000017 | org.edx |
481 | 19063090 | 2909 | 0.000012 | com.dreamstime |
482 | 19063038 | 1875 | 0.000018 | com.googlesource |
483 | 19062408 | 1144 | 0.000026 | com.dell |
484 | 19061850 | 2934 | 0.000012 | me.ogp |
485 | 19059726 | 1131 | 0.000026 | org.hrw |
486 | 19059152 | 2058 | 0.000016 | edu.cuny |
487 | 19056892 | 436 | 0.000059 | com.elsevier |
488 | 19056600 | 961 | 0.000030 | gov.dhs |
489 | 19055372 | 1086 | 0.000027 | com.bostonglobe |
490 | 19053316 | 283 | 0.000093 | com.salesforce |
491 | 19051650 | 2876 | 0.000012 | org.icrc |
492 | 19050700 | 1479 | 0.000020 | gov.defense |
493 | 19049286 | 169 | 0.000163 | com.discord |
494 | 19048846 | 2672 | 0.000013 | cc.arduino |
495 | 19048696 | 172 | 0.000160 | com.addtoany |
496 | 19048338 | 2122 | 0.000016 | com.padlet |
497 | 19047634 | 2187 | 0.000016 | uk.co.thesun |
498 | 19047204 | 1933 | 0.000017 | edu.georgetown |
499 | 19046984 | 563 | 0.000047 | com.deloitte |
500 | 19044280 | 2026 | 0.000017 | ca.blogspot |
501 | 19044124 | 2180 | 0.000016 | edu.ucsb |
502 | 19040766 | 2965 | 0.000012 | org.wikibooks |
503 | 19040244 | 2116 | 0.000016 | edu.tufts |
504 | 19039882 | 251 | 0.000107 | org.bbb |
505 | 19037044 | 3519 | 0.000010 | com.deepmind |
506 | 19036140 | 362 | 0.000073 | net.secureservercdn |
507 | 19035692 | 3370 | 0.000010 | google.ai |
508 | 19032558 | 1436 | 0.000021 | eu.politico |
509 | 19032004 | 1965 | 0.000017 | edu.wustl |
510 | 19031454 | 1040 | 0.000028 | com.istockphoto |
511 | 19029618 | 761 | 0.000036 | com.thinkwithgoogle |
512 | 19029288 | 3052 | 0.000011 | com.diigo |
513 | 19029204 | 2945 | 0.000012 | com.snap |
514 | 19027680 | 1181 | 0.000025 | us.icio |
515 | 19027416 | 1447 | 0.000020 | ch.ipcc |
516 | 19026814 | 148 | 0.000199 | com.jimdo |
517 | 19024796 | 2119 | 0.000016 | com.france24 |
518 | 19024010 | 3548 | 0.000010 | com.ulule |
519 | 19021632 | 1138 | 0.000026 | com.arstechnica |
520 | 19020080 | 2471 | 0.000014 | com.instructure |
521 | 19019232 | 960 | 0.000030 | edu.brookings |
522 | 19019042 | 2409 | 0.000015 | edu.caltech |
523 | 19018294 | 252 | 0.000105 | com.aliyuncs |
524 | 19018192 | 24 | 0.001461 | cn.gov.miit |
525 | 19018120 | 667 | 0.000041 | ca.amazon |
526 | 19016070 | 1403 | 0.000021 | org.rfc-editor |
527 | 19013594 | 1151 | 0.000026 | com.verizon |
528 | 19009160 | 273 | 0.000096 | me.m |
529 | 19007720 | 289 | 0.000091 | ru.ok |
530 | 19006594 | 1212 | 0.000024 | uk.nhs |
531 | 19002870 | 708 | 0.000038 | com.intel |
532 | 19001948 | 1983 | 0.000017 | gov.lbl |
533 | 19001690 | 2411 | 0.000015 | ru.kremlin |
534 | 18999232 | 2443 | 0.000015 | edu.oregonstate |
535 | 18998558 | 426 | 0.000060 | com.fastcompany |
536 | 18998428 | 505 | 0.000052 | com.ssl-images-amazon |
537 | 18997736 | 2873 | 0.000012 | fr.archives-ouvertes |
538 | 18995582 | 2089 | 0.000016 | org.archlinux |
539 | 18995234 | 576 | 0.000047 | com.wufoo |
540 | 18994966 | 1422 | 0.000021 | com.people |
541 | 18994790 | 2484 | 0.000014 | gov.cia |
542 | 18994448 | 2564 | 0.000014 | tl.we |
543 | 18994368 | 2249 | 0.000015 | org.unwomen |
544 | 18993384 | 2942 | 0.000012 | com.kaggle |
545 | 18991740 | 2808 | 0.000012 | com.aboutamazon |
546 | 18991620 | 4094 | 0.000008 | com.sho |
547 | 18991158 | 313 | 0.000085 | gov.ftc |
548 | 18991106 | 659 | 0.000041 | com.docker |
549 | 18990118 | 728 | 0.000037 | com.zoominfo |
550 | 18987498 | 3417 | 0.000010 | com.pearltrees |
551 | 18984800 | 2096 | 0.000016 | io.gitlab |
552 | 18984398 | 3046 | 0.000011 | org.scala-lang |
553 | 18983188 | 317 | 0.000083 | com.typeform |
554 | 18981496 | 1956 | 0.000017 | com.asahi |
555 | 18979704 | 368 | 0.000071 | net.imgix |
556 | 18978984 | 168 | 0.000164 | com.youronlinechoices |
557 | 18977728 | 738 | 0.000036 | com.symantec |
558 | 18977396 | 2904 | 0.000012 | jp.co.japantimes |
559 | 18975970 | 1361 | 0.000022 | com.buymeacoffee |
560 | 18975394 | 1589 | 0.000019 | com.justia |
561 | 18974980 | 2786 | 0.000012 | uk.co.huffingtonpost |
562 | 18974464 | 552 | 0.000048 | com.gartner |
563 | 18974226 | 2928 | 0.000012 | jp.ac.u-tokyo |
564 | 18973684 | 398 | 0.000065 | com.force |
565 | 18971782 | 2893 | 0.000012 | no.nrk |
566 | 18969492 | 3113 | 0.000011 | cc.taplink |
567 | 18967596 | 1330 | 0.000022 | org.amnesty |
568 | 18967562 | 2090 | 0.000016 | com.thestar |
569 | 18966190 | 2353 | 0.000015 | tv.ustream |
570 | 18965606 | 3480 | 0.000010 | tv.blip |
571 | 18964426 | 2212 | 0.000016 | com.peatix |
572 | 18961114 | 755 | 0.000036 | com.redhat |
573 | 18960518 | 1877 | 0.000018 | com.firebaseapp |
574 | 18960296 | 2075 | 0.000016 | com.flipboard |
575 | 18959466 | 989 | 0.000029 | com.stackexchange |
576 | 18959354 | 446 | 0.000058 | com.herokuapp |
577 | 18958890 | 495 | 0.000052 | com.campaign-archive |
578 | 18958728 | 1986 | 0.000017 | org.nber |
579 | 18958182 | 1172 | 0.000025 | com.ecwid |
580 | 18957588 | 2719 | 0.000013 | hk.com.google |
581 | 18957146 | 2787 | 0.000012 | blog.home |
582 | 18957046 | 2917 | 0.000012 | com.rakuten |
583 | 18956066 | 2639 | 0.000013 | org.biorxiv |
584 | 18955174 | 1123 | 0.000026 | gov.wa |
585 | 18953020 | 558 | 0.000048 | com.netflix |
586 | 18952656 | 2681 | 0.000013 | com.gamespot |
587 | 18950358 | 555 | 0.000048 | com.canva |
588 | 18947616 | 3041 | 0.000011 | org.rsf |
589 | 18947462 | 435 | 0.000059 | com.mckinsey |
590 | 18945824 | 1952 | 0.000017 | com.reverbnation |
591 | 18944198 | 1271 | 0.000023 | net.clickbank |
592 | 18944066 | 319 | 0.000082 | jp.co.amazon |
593 | 18941406 | 2109 | 0.000016 | com.jimdosite |
594 | 18939532 | 3017 | 0.000011 | com.self |
595 | 18938332 | 201 | 0.000132 | ru.mail |
596 | 18937396 | 1942 | 0.000017 | gov.eia |
597 | 18937228 | 3073 | 0.000011 | org.oas |
598 | 18936846 | 656 | 0.000041 | com.iheart |
599 | 18935892 | 2163 | 0.000016 | com.haaretz |
600 | 18935478 | 3045 | 0.000011 | edu.syr |
601 | 18935194 | 978 | 0.000030 | com.icons8 |
602 | 18934738 | 243 | 0.000108 | to.amzn |
603 | 18934162 | 2562 | 0.000014 | org.computer |
604 | 18933548 | 1460 | 0.000020 | site.notion |
605 | 18929554 | 651 | 0.000042 | org.iso |
606 | 18929436 | 1837 | 0.000018 | com.livescience |
607 | 18928992 | 2618 | 0.000013 | com.infogram |
608 | 18928636 | 2155 | 0.000016 | gov.usembassy |
609 | 18928430 | 1348 | 0.000022 | com.mapquest |
610 | 18928262 | 3111 | 0.000011 | com.tutorialspoint |
611 | 18928028 | 665 | 0.000041 | com.qualtrics |
612 | 18927130 | 2022 | 0.000017 | cn.gov.fmprc |
613 | 18926910 | 697 | 0.000039 | org.ieee |
614 | 18926652 | 1078 | 0.000027 | com.pcmag |
615 | 18926588 | 2435 | 0.000015 | com.popsugar |
616 | 18925646 | 2157 | 0.000016 | com.iconfinder |
617 | 18925600 | 688 | 0.000039 | com.entrepreneur |
618 | 18925436 | 344 | 0.000077 | com.visualstudio |
619 | 18925272 | 1032 | 0.000028 | com.dropboxusercontent |
620 | 18924720 | 2863 | 0.000012 | it.scoop |
621 | 18922978 | 2767 | 0.000013 | com.pbworks |
622 | 18921774 | 2043 | 0.000016 | ph.telegra |
623 | 18920704 | 957 | 0.000030 | me.onelink |
624 | 18919802 | 3326 | 0.000010 | org.grist |
625 | 18917230 | 2833 | 0.000012 | com.fineartamerica |
626 | 18917112 | 2939 | 0.000012 | au.edu.unimelb |
627 | 18916394 | 1800 | 0.000019 | mil.army |
628 | 18914670 | 4477 | 0.000007 | com.mail |
629 | 18914274 | 3514 | 0.000010 | com.afp |
630 | 18914002 | 1345 | 0.000022 | org.consumerreports |
631 | 18911486 | 3760 | 0.000009 | net.docdroid |
632 | 18911096 | 862 | 0.000034 | com.oreilly |
633 | 18910022 | 2929 | 0.000012 | com.novell |
634 | 18908850 | 981 | 0.000030 | org.mediawiki |
635 | 18908110 | 1887 | 0.000018 | com.bol |
636 | 18908096 | 2755 | 0.000013 | com.gq |
637 | 18903732 | 1352 | 0.000022 | com.maxmind |
638 | 18903710 | 1241 | 0.000023 | com.licdn |
639 | 18903220 | 1791 | 0.000019 | gov.cancer |
640 | 18902968 | 2951 | 0.000012 | com.eonline |
641 | 18902644 | 3186 | 0.000011 | com.theonion |
642 | 18902286 | 2697 | 0.000013 | net.openid |
643 | 18901832 | 2060 | 0.000016 | com.dictionary |
644 | 18901570 | 2523 | 0.000014 | com.foreignpolicy |
645 | 18900276 | 2555 | 0.000014 | org.c-span |
646 | 18898920 | 506 | 0.000052 | net.fastly |
647 | 18898588 | 1941 | 0.000017 | edu.tamu |
648 | 18897290 | 699 | 0.000039 | int.wipo |
649 | 18896958 | 1101 | 0.000027 | com.merriam-webster |
650 | 18896876 | 3366 | 0.000010 | org.freedomhouse |
651 | 18896364 | 111 | 0.000328 | com.livestream |
652 | 18896362 | 1832 | 0.000018 | com.verywellmind |
653 | 18895668 | 379 | 0.000069 | jp.ameblo |
654 | 18894814 | 979 | 0.000030 | com.forrester |
655 | 18893636 | 1550 | 0.000019 | com.wikia |
656 | 18893130 | 2061 | 0.000016 | org.unep |
657 | 18892602 | 2340 | 0.000015 | com.patch |
658 | 18892586 | 159 | 0.000184 | com.weibo |
659 | 18890690 | 548 | 0.000048 | com.sxsw |
660 | 18889804 | 2722 | 0.000013 | com.motherjones |
661 | 18889768 | 1254 | 0.000023 | com.jekyllrb |
662 | 18889752 | 874 | 0.000034 | gov.federalregister |
663 | 18889268 | 3930 | 0.000009 | com.instapaper |
664 | 18888650 | 2844 | 0.000012 | com.thecut |
665 | 18887192 | 1107 | 0.000027 | net.authorize |
666 | 18886308 | 2493 | 0.000014 | edu.gwu |
667 | 18885348 | 3225 | 0.000010 | org.csis |
668 | 18884650 | 2514 | 0.000014 | gov.ky |
669 | 18884342 | 2709 | 0.000013 | com.theintercept |
670 | 18883802 | 3213 | 0.000011 | ua.com.google |
671 | 18883552 | 1530 | 0.000020 | com.snopes |
672 | 18883178 | 3655 | 0.000009 | au.com.businessinsider |
673 | 18883096 | 5172 | 0.000007 | com.ixbt |
674 | 18882438 | 2757 | 0.000013 | org.fas |
675 | 18882418 | 1070 | 0.000027 | com.tableau |
676 | 18882310 | 1462 | 0.000020 | gov.uscourts |
677 | 18881746 | 3551 | 0.000010 | com.teacherspayteachers |
678 | 18880066 | 664 | 0.000041 | gov.sec |
679 | 18877954 | 550 | 0.000048 | com.scorecardresearch |
680 | 18877136 | 2126 | 0.000016 | org.ncsl |
681 | 18877074 | 3975 | 0.000009 | org.cpj |
682 | 18876192 | 230 | 0.000117 | com.naver |
683 | 18875692 | 2680 | 0.000013 | uk.ac.imperial |
684 | 18875654 | 1205 | 0.000024 | com.findlaw |
685 | 18874462 | 2829 | 0.000012 | si.gov |
686 | 18874298 | 1113 | 0.000026 | edu.ucla |
687 | 18873866 | 2380 | 0.000015 | com.voanews |
688 | 18871112 | 3856 | 0.000009 | org.edublogs |
689 | 18868180 | 2869 | 0.000012 | org.marketplace |
690 | 18867852 | 3725 | 0.000009 | net.aljazeera |
691 | 18867276 | 2376 | 0.000015 | com.channelnewsasia |
692 | 18867194 | 723 | 0.000037 | org.plos |
693 | 18866674 | 1041 | 0.000028 | net.atlassian |
694 | 18866468 | 4110 | 0.000008 | edu.ua |
695 | 18866372 | 1210 | 0.000024 | gov.uspto |
696 | 18864712 | 2418 | 0.000015 | com.goodhousekeeping |
697 | 18863308 | 1328 | 0.000022 | org.altervista |
698 | 18862148 | 1867 | 0.000018 | com.billboard |
699 | 18861664 | 1686 | 0.000019 | gov.govinfo |
700 | 18860214 | 2238 | 0.000015 | ru.ria |
701 | 18860032 | 2679 | 0.000013 | com.nationalpost |
702 | 18859750 | 4921 | 0.000007 | com.viki |
703 | 18859350 | 3294 | 0.000010 | com.hm |
704 | 18858510 | 2867 | 0.000012 | com.treehugger |
705 | 18857788 | 932 | 0.000031 | com.termsfeed |
706 | 18857590 | 3457 | 0.000010 | ru.interfax |
707 | 18857080 | 1251 | 0.000023 | com.squarespace-cdn |
708 | 18856272 | 2966 | 0.000012 | com.sandiegouniontribune |
709 | 18856050 | 1506 | 0.000020 | io.termly |
710 | 18854390 | 4288 | 0.000008 | com.dailycaller |
711 | 18853340 | 2758 | 0.000013 | com.html5rocks |
712 | 18850964 | 3377 | 0.000010 | is.archive |
713 | 18850298 | 3057 | 0.000011 | com.nextdoor |
714 | 18849796 | 3786 | 0.000009 | me.site123 |
715 | 18848064 | 1338 | 0.000022 | org.mitre |
716 | 18847026 | 5985 | 0.000006 | com.fanpop |
717 | 18846742 | 2599 | 0.000014 | org.pewtrusts |
718 | 18846728 | 3574 | 0.000009 | org.britishcouncil |
719 | 18846392 | 197 | 0.000136 | com.caniuse |
720 | 18845760 | 2369 | 0.000015 | va.vatican |
721 | 18845434 | 259 | 0.000102 | com.getbootstrap |
722 | 18843938 | 3714 | 0.000009 | com.worldpopulationreview |
723 | 18843390 | 530 | 0.000049 | com.adweek |
724 | 18842378 | 2234 | 0.000016 | gov.oregon |
725 | 18842176 | 906 | 0.000033 | com.digitaloceanspaces |
726 | 18841406 | 3644 | 0.000009 | org.transparency |
727 | 18841194 | 1324 | 0.000022 | com.windows |
728 | 18841082 | 3247 | 0.000010 | com.tomsguide |
729 | 18840980 | 535 | 0.000049 | com.gofundme |
730 | 18839198 | 2875 | 0.000012 | org.unfpa |
731 | 18838976 | 971 | 0.000030 | com.imageshack |
732 | 18838954 | 3992 | 0.000008 | com.metacritic |
733 | 18838084 | 4023 | 0.000008 | org.carnegieendowment |
734 | 18837572 | 498 | 0.000052 | com.bigcommerce |
735 | 18836694 | 916 | 0.000032 | com.libsyn |
736 | 18836082 | 1924 | 0.000017 | com.kaltura |
737 | 18835258 | 2926 | 0.000012 | org.wikisource |
738 | 18835144 | 3021 | 0.000011 | org.gnupg |
739 | 18835004 | 3164 | 0.000011 | org.signal |
740 | 18834884 | 493 | 0.000052 | com.aol |
741 | 18834658 | 3055 | 0.000011 | no.uio |
742 | 18834006 | 5000 | 0.000007 | ua.nv |
743 | 18833898 | 3110 | 0.000011 | ru.vedomosti |
744 | 18833794 | 2169 | 0.000016 | com.wakelet |
745 | 18833066 | 867 | 0.000034 | com.zoho |
746 | 18832896 | 640 | 0.000042 | jp.ne.sakura |
747 | 18832118 | 3963 | 0.000009 | com.theweek |
748 | 18831308 | 2113 | 0.000016 | com.proquest |
749 | 18830330 | 1118 | 0.000026 | com.slate |
750 | 18829038 | 1868 | 0.000018 | com.speakerdeck |
751 | 18828890 | 2825 | 0.000012 | jp.nicovideo |
752 | 18828214 | 241 | 0.000110 | jp.co.google |
753 | 18826472 | 3223 | 0.000010 | com.tradingeconomics |
754 | 18824538 | 2526 | 0.000014 | com.radio |
755 | 18824466 | 5366 | 0.000006 | org.bakerlab |
756 | 18824444 | 1168 | 0.000025 | org.webaim |
757 | 18823292 | 166 | 0.000169 | org.whatwg |
758 | 18823246 | 3038 | 0.000011 | com.bloglovin |
759 | 18822092 | 3620 | 0.000009 | edu.temple |
760 | 18821762 | 1071 | 0.000027 | com.engadget |
761 | 18821604 | 1193 | 0.000025 | io.powr |
762 | 18821134 | 671 | 0.000040 | org.eff |
763 | 18821128 | 4228 | 0.000008 | com.virgin |
764 | 18820708 | 330 | 0.000080 | com.wistia |
765 | 18820470 | 4223 | 0.000008 | com.scotsman |
766 | 18820390 | 3533 | 0.000010 | ly.plot |
767 | 18819496 | 3657 | 0.000009 | de.diplo |
768 | 18818614 | 1855 | 0.000018 | com.ticketmaster |
769 | 18817694 | 2700 | 0.000013 | com.me |
770 | 18816976 | 71 | 0.000441 | com.oculus |
771 | 18816804 | 2918 | 0.000012 | com.digitaljournal |
772 | 18816466 | 1580 | 0.000019 | com.cbssports |
773 | 18815294 | 3761 | 0.000009 | io.fabric |
774 | 18814250 | 2485 | 0.000014 | com.surveygizmo |
775 | 18811680 | 4234 | 0.000008 | io.meduza |
776 | 18811246 | 594 | 0.000045 | fr.free |
777 | 18810210 | 3782 | 0.000009 | org.neocities |
778 | 18810150 | 2685 | 0.000013 | com.jpost |
779 | 18809838 | 2701 | 0.000013 | com.washingtontimes |
780 | 18809742 | 3610 | 0.000009 | org.annualreviews |
781 | 18809160 | 3333 | 0.000010 | int.nato |
782 | 18808792 | 1994 | 0.000017 | com.trustwave |
783 | 18808532 | 3214 | 0.000011 | org.heritage |
784 | 18808074 | 3486 | 0.000010 | org.repec |
785 | 18807740 | 1809 | 0.000019 | co.carrd |
786 | 18807316 | 4100 | 0.000008 | uk.co.timesonline |
787 | 18806184 | 3358 | 0.000010 | re.appsto |
788 | 18805892 | 81 | 0.000387 | org.nginx |
789 | 18805568 | 1314 | 0.000022 | com.playstation |
790 | 18805506 | 3261 | 0.000010 | uk.ac.leeds |
791 | 18805074 | 521 | 0.000050 | org.drupal |
792 | 18804212 | 3656 | 0.000009 | com.citylab |
793 | 18803430 | 1185 | 0.000025 | com.gizmodo |
794 | 18803162 | 3903 | 0.000009 | com.nationalreview |
795 | 18802824 | 3095 | 0.000011 | org.nrdc |
796 | 18802742 | 3972 | 0.000009 | net.openreview |
797 | 18802624 | 2783 | 0.000012 | com.wpcomstaging |
798 | 18802584 | 2589 | 0.000014 | org.sleepfoundation |
799 | 18801620 | 4771 | 0.000007 | com.bizcommunity |
800 | 18801430 | 1304 | 0.000023 | com.udemy |
801 | 18801120 | 2874 | 0.000012 | com.towardsdatascience |
802 | 18800914 | 3649 | 0.000009 | com.glitch |
803 | 18800894 | 2162 | 0.000016 | com.unity |
804 | 18800888 | 549 | 0.000048 | com.globenewswire |
805 | 18800242 | 3836 | 0.000009 | com.bepress |
806 | 18800046 | 2567 | 0.000014 | com.thespruce |
807 | 18799488 | 1921 | 0.000017 | ru.rbc |
808 | 18798872 | 3774 | 0.000009 | com.pbase |
809 | 18798732 | 1486 | 0.000020 | br.com.uol |
810 | 18798690 | 3885 | 0.000009 | ru.mid |
811 | 18797228 | 3569 | 0.000009 | org.wilsoncenter |
812 | 18796512 | 4905 | 0.000007 | it.justpaste |
813 | 18795920 | 2460 | 0.000014 | ru.rutube |
814 | 18795064 | 866 | 0.000034 | com.newsweek |
815 | 18794898 | 3272 | 0.000010 | au.edu.sydney |
816 | 18793792 | 1975 | 0.000017 | fr.blogspot |
817 | 18793384 | 648 | 0.000042 | com.mimecast |
818 | 18792904 | 3771 | 0.000009 | it.eventbrite |
819 | 18792676 | 3090 | 0.000011 | com.financialpost |
820 | 18792614 | 1742 | 0.000019 | com.technologyreview |
821 | 18792574 | 4677 | 0.000007 | edu.csun |
822 | 18792430 | 4810 | 0.000007 | org.scala-sbt |
823 | 18792342 | 705 | 0.000038 | net.b-cdn |
824 | 18792186 | 3982 | 0.000008 | com.indystar |
825 | 18791040 | 2580 | 0.000014 | ru.tass |
826 | 18790612 | 1863 | 0.000018 | ch.ethz |
827 | 18790492 | 2764 | 0.000013 | com.newrepublic |
828 | 18790304 | 3622 | 0.000009 | ca.uvic |
829 | 18790238 | 614 | 0.000044 | com.fandom |
830 | 18789298 | 4500 | 0.000007 | com.kinja |
831 | 18788432 | 2923 | 0.000012 | int.wmo |
832 | 18786950 | 1036 | 0.000028 | com.akamai |
833 | 18785250 | 3444 | 0.000010 | ru.lenta |
834 | 18783154 | 3886 | 0.000009 | com.slidesharecdn |
835 | 18783124 | 4278 | 0.000008 | org.elifesciences |
836 | 18782898 | 2720 | 0.000013 | com.fivethirtyeight |
837 | 18782704 | 2770 | 0.000013 | com.verywellhealth |
838 | 18782398 | 729 | 0.000037 | org.reactjs |
839 | 18782236 | 1055 | 0.000028 | org.unicode |
840 | 18780268 | 2032 | 0.000016 | org.americanbar |
841 | 18779610 | 4850 | 0.000007 | co.aeon |
842 | 18779582 | 754 | 0.000036 | com.moz |
843 | 18779480 | 4695 | 0.000007 | com.jigsy |
844 | 18779480 | 202 | 0.000131 | com.jimcdn |
845 | 18779168 | 1990 | 0.000017 | com.kxcdn |
846 | 18779096 | 1802 | 0.000019 | com.images-amazon |
847 | 18778590 | 4028 | 0.000008 | com.thediplomat |
848 | 18778408 | 4189 | 0.000008 | com.allafrica |
849 | 18778074 | 1854 | 0.000018 | gov.medlineplus |
850 | 18777630 | 1027 | 0.000029 | com.emarketer |
851 | 18776948 | 3103 | 0.000011 | com.blogtalkradio |
852 | 18776668 | 3148 | 0.000011 | com.biography |
853 | 18775650 | 1355 | 0.000022 | com.xkcd |
854 | 18774718 | 1387 | 0.000021 | com.thenextweb |
855 | 18774182 | 1035 | 0.000028 | com.css-tricks |
856 | 18773746 | 2765 | 0.000013 | io.redis |
857 | 18773632 | 1830 | 0.000018 | io.kubernetes |
858 | 18771512 | 3430 | 0.000010 | fr.rfi |
859 | 18770806 | 4308 | 0.000008 | au.edu.adelaide |
860 | 18770028 | 3176 | 0.000011 | org.nationalgeographic |
861 | 18769896 | 1060 | 0.000028 | com.yandex |
862 | 18767830 | 3264 | 0.000010 | org.panda |
863 | 18767292 | 271 | 0.000097 | de.amazon |
864 | 18766934 | 4471 | 0.000008 | fi.hs |
865 | 18766498 | 2992 | 0.000011 | com.euractiv |
866 | 18766350 | 5125 | 0.000007 | edu.umt |
867 | 18765526 | 3720 | 0.000009 | net.ipsnews |
868 | 18765048 | 224 | 0.000118 | org.icann |
869 | 18764642 | 3971 | 0.000009 | gov.ornl |
870 | 18763736 | 4042 | 0.000008 | org.thinkprogress |
871 | 18763532 | 3536 | 0.000010 | vn.com.google |
872 | 18763496 | 1474 | 0.000020 | edu.umd |
873 | 18763446 | 441 | 0.000059 | org.opensource |
874 | 18762766 | 2839 | 0.000012 | fi.yle |
875 | 18761268 | 1129 | 0.000026 | com.glassdoor |
876 | 18760974 | 3809 | 0.000009 | com.crashlytics |
877 | 18760580 | 383 | 0.000069 | it.google |
878 | 18760534 | 3392 | 0.000010 | cn.globaltimes |
879 | 18759470 | 3841 | 0.000009 | com.sputniknews |
880 | 18759316 | 3296 | 0.000010 | gov.doi |
881 | 18759284 | 1048 | 0.000028 | ly.cutt |
882 | 18759154 | 3769 | 0.000009 | com.clarin |
883 | 18759124 | 3833 | 0.000009 | uk.gov.metoffice |
884 | 18758894 | 5758 | 0.000006 | org.cgsociety |
885 | 18758746 | 1452 | 0.000020 | com.rollingstone |
886 | 18758550 | 1458 | 0.000020 | com.smashingmagazine |
887 | 18758014 | 3209 | 0.000011 | org.cfr |
888 | 18757926 | 3933 | 0.000009 | gov.fec |
889 | 18757834 | 3530 | 0.000010 | ru.rosminzdrav |
890 | 18756978 | 1243 | 0.000023 | org.golang |
891 | 18756894 | 5382 | 0.000006 | edu.chapman |
892 | 18756824 | 4544 | 0.000007 | uk.ac.nhm |
893 | 18756496 | 5110 | 0.000007 | au.edu.uts |
894 | 18756282 | 1373 | 0.000021 | edu.ucsd |
895 | 18756272 | 3427 | 0.000010 | edu.unh |
896 | 18755430 | 3498 | 0.000010 | jp.ne.docomo |
897 | 18755124 | 2300 | 0.000015 | com.w3techs |
898 | 18754824 | 950 | 0.000031 | com.ubuntu |
899 | 18754654 | 1889 | 0.000018 | com.indiegogo |
900 | 18754566 | 4075 | 0.000008 | org.tigris |
901 | 18754136 | 1879 | 0.000018 | int.itu |
902 | 18753386 | 4143 | 0.000008 | com.coca-cola |
903 | 18752518 | 3825 | 0.000009 | ru.gazeta |
904 | 18752498 | 4300 | 0.000008 | ch.swissinfo |
905 | 18750682 | 2507 | 0.000014 | se.haxx |
906 | 18750434 | 5143 | 0.000007 | com.chinatimes |
907 | 18749260 | 4702 | 0.000007 | edu.upf |
908 | 18747924 | 1862 | 0.000018 | sh.brew |
909 | 18747896 | 4795 | 0.000007 | kr.co.koreatimes |
910 | 18747192 | 3805 | 0.000009 | mt.gov |
911 | 18746096 | 4217 | 0.000008 | com.motor1 |
912 | 18745808 | 5756 | 0.000006 | com.tv |
913 | 18745512 | 2104 | 0.000016 | net.vnexpress |
914 | 18744084 | 2565 | 0.000014 | gd.is |
915 | 18744012 | 2793 | 0.000012 | ru.hh |
916 | 18743684 | 1270 | 0.000023 | org.wiktionary |
917 | 18743628 | 4299 | 0.000008 | uk.ac.exeter |
918 | 18743132 | 3471 | 0.000010 | com.bhg |
919 | 18742516 | 1904 | 0.000017 | org.linuxfoundation |
920 | 18742090 | 3908 | 0.000009 | build.bazel |
921 | 18741624 | 1401 | 0.000021 | com.freeprivacypolicy |
922 | 18741410 | 3334 | 0.000010 | cn.org.china |
923 | 18740876 | 2573 | 0.000014 | com.pcworld |
924 | 18740070 | 4403 | 0.000008 | com.bravesites |
925 | 18740044 | 3218 | 0.000010 | com.nyt |
926 | 18739968 | 4027 | 0.000008 | com.usmagazine |
927 | 18739330 | 1203 | 0.000024 | com.webs |
928 | 18739298 | 5530 | 0.000006 | com.gust |
929 | 18739228 | 5683 | 0.000006 | tv.eurovision |
930 | 18738996 | 6003 | 0.000006 | ke.co.google |
931 | 18738768 | 5498 | 0.000006 | tw.org.rti |
932 | 18738216 | 899 | 0.000033 | com.elpais |
933 | 18737996 | 2574 | 0.000014 | ru.rg |
934 | 18737310 | 5139 | 0.000007 | com.defensenews |
935 | 18736786 | 4709 | 0.000007 | com.alignable |
936 | 18736772 | 2241 | 0.000015 | ru.kommersant |
937 | 18736336 | 650 | 0.000042 | com.accenture |
938 | 18736124 | 3843 | 0.000009 | tr.com.aa |
939 | 18736094 | 1019 | 0.000029 | com.buzzsprout |
940 | 18735764 | 2554 | 0.000014 | ru.mos |
941 | 18735662 | 3192 | 0.000011 | com.post-gazette |
942 | 18733672 | 4867 | 0.000007 | com.revolut |
943 | 18733416 | 5107 | 0.000007 | org.siggraph |
944 | 18732882 | 2100 | 0.000016 | com.hackerone |
945 | 18732676 | 4096 | 0.000008 | uk.ac.core |
946 | 18732092 | 7116 | 0.000005 | com.orgfree |
947 | 18731434 | 4215 | 0.000008 | org.jenkins-ci |
948 | 18731344 | 373 | 0.000070 | mp.mailchi |
949 | 18731210 | 4764 | 0.000007 | fr.huffingtonpost |
950 | 18728952 | 5603 | 0.000006 | net.zshare |
951 | 18728946 | 4191 | 0.000008 | com.encyclopedia |
952 | 18728822 | 3020 | 0.000011 | com.devpost |
953 | 18728208 | 4792 | 0.000007 | com.iconarchive |
954 | 18728168 | 3356 | 0.000010 | com.washingtonexaminer |
955 | 18727110 | 5507 | 0.000006 | uk.org.rspb |
956 | 18726884 | 2250 | 0.000015 | org.donorbox |
957 | 18726876 | 954 | 0.000030 | edu.wisc |
958 | 18726550 | 3373 | 0.000010 | org.rferl |
959 | 18726378 | 3789 | 0.000009 | nl.wur |
960 | 18725900 | 5637 | 0.000006 | jp.riken |
961 | 18725706 | 1829 | 0.000018 | com.homeadvisor |
962 | 18725558 | 1466 | 0.000020 | org.owasp |
963 | 18725218 | 1159 | 0.000025 | com.imrworldwide |
964 | 18724578 | 93 | 0.000344 | com.messenger |
965 | 18723300 | 2897 | 0.000012 | ru.kp |
966 | 18723096 | 3931 | 0.000009 | gov.ustr |
967 | 18722424 | 878 | 0.000034 | edu.umich |
968 | 18722176 | 3363 | 0.000010 | int.iom |
969 | 18721796 | 1408 | 0.000021 | com.sfgate |
970 | 18721554 | 2776 | 0.000013 | com.cloudwaysapps |
971 | 18721416 | 660 | 0.000041 | com.psychologytoday |
972 | 18721272 | 4996 | 0.000007 | org.geogebra |
973 | 18720848 | 1263 | 0.000023 | edu.hbs |
974 | 18720786 | 4336 | 0.000008 | com.podomatic |
975 | 18720500 | 3758 | 0.000009 | ru.avito |
976 | 18720174 | 1194 | 0.000025 | com.searchengineland |
977 | 18718614 | 927 | 0.000032 | com.wikihow |
978 | 18717880 | 5397 | 0.000006 | com.nippon |
979 | 18717810 | 4662 | 0.000007 | org.democracynow |
980 | 18716504 | 519 | 0.000050 | gov.fda |
981 | 18716444 | 6716 | 0.000005 | uk.ac.aber |
982 | 18716304 | 4204 | 0.000008 | com.vancouversun |
983 | 18716098 | 5646 | 0.000006 | re.cli |
984 | 18715622 | 3847 | 0.000009 | edu.sc |
985 | 18714542 | 1153 | 0.000025 | to.dev |
986 | 18713766 | 1012 | 0.000029 | org.frontiersin |
987 | 18713302 | 405 | 0.000064 | com.constantcontact |
988 | 18713076 | 4221 | 0.000008 | org.sonatype |
989 | 18711534 | 2510 | 0.000014 | com.etonline |
990 | 18711418 | 597 | 0.000045 | com.figma |
991 | 18710884 | 1207 | 0.000024 | edu.nyu |
992 | 18709766 | 3679 | 0.000009 | org.ets |
993 | 18709648 | 6296 | 0.000006 | org.sfpl |
994 | 18708946 | 2403 | 0.000015 | com.alibabagroup |
995 | 18708874 | 4758 | 0.000007 | net.thedailystar |
996 | 18708726 | 3477 | 0.000010 | com.bp |
997 | 18708662 | 2647 | 0.000013 | ca.citizenlab |
998 | 18708340 | 2682 | 0.000013 | com.discogs |
999 | 18707350 | 5517 | 0.000006 | com.maxpreps |
1000 | 18705518 | 364 | 0.000073 | com.heroku |
Credits
Thanks to the authors of the WebGraph framework, whose software made the computation of graph properties and ranks possible.
We hope you find the data useful for any kind of research on ranking, graph analysis, link spam detection, etc. Let us know about your results via Common Crawl’s Google Group!