stackscan commited on
Commit
66acd1c
·
verified ·
1 Parent(s): e69fed0

Add citation and source link, correct field documentation, declare CC BY 4.0

Browse files
Files changed (1) hide show
  1. README.md +66 -15
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  pretty_name: "Let's Encrypt Adoption Among the Top 5,000 Companies"
 
3
  tags:
4
  - cybersecurity
5
  - web-technologies
@@ -17,7 +18,6 @@ task_categories:
17
  language:
18
  - en
19
  size_categories:
20
- - n<1K
21
  - 1K<n<10K
22
  ---
23
 
@@ -31,29 +31,50 @@ It identifies companies whose websites use Let's Encrypt issued SSL/TLS certific
31
 
32
  The dataset is intended for technology research, cybersecurity analysis, technographic research, competitive intelligence, market analysis, and data science.
33
 
 
 
34
  ## Dataset Highlights
35
 
36
- * 5,000 large companies analyzed
37
- * Identifies Let's Encrypt adoption at the company and website level
38
- * Focused on large organizations
39
- * Useful for analyzing SSL/TLS certificate technology adoption
40
  * Suitable for research, visualization, segmentation, and machine learning projects
41
 
42
  ## What is Let's Encrypt?
43
 
44
  Let's Encrypt is a free, automated, and open Certificate Authority that provides SSL/TLS certificates. It enables websites to deploy HTTPS without purchasing certificates from traditional commercial certificate authorities.
45
 
46
- ## Dataset Fields
47
 
48
- | Field | Description |
49
- | ------------- | -------------------------------------------- |
50
- | Company | Company or organization name |
51
- | Domain | Primary website domain |
52
- | Let's Encrypt | Indicates whether Let's Encrypt was detected |
53
- | Technology | Detected technology name |
54
- | Country | Company or website country, where available |
55
 
56
- Refer to the accompanying dataset file for the complete list of fields and values.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
  ## Methodology
59
 
@@ -81,7 +102,37 @@ This dataset can be used for:
81
  * Website infrastructure can change over time.
82
  * Results represent observations from the dataset's collection period.
83
  * The dataset should not be interpreted as an official statement from any company regarding its technology stack.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
  ## License
86
 
87
- Please refer to the repository license for permitted uses, redistribution, and attribution requirements.
 
 
 
 
 
 
 
1
  ---
2
  pretty_name: "Let's Encrypt Adoption Among the Top 5,000 Companies"
3
+ license: cc-by-4.0
4
  tags:
5
  - cybersecurity
6
  - web-technologies
 
18
  language:
19
  - en
20
  size_categories:
 
21
  - 1K<n<10K
22
  ---
23
 
 
31
 
32
  The dataset is intended for technology research, cybersecurity analysis, technographic research, competitive intelligence, market analysis, and data science.
33
 
34
+ Source and full statistics: **[Let's Encrypt usage statistics on StackScan](https://www.stackscan.com/technology/lets-encrypt)** — global heatmap, usage by country and industry, top websites and companies, and the full list.
35
+
36
  ## Dataset Highlights
37
 
38
+ * 5,050 large companies, one row per company, no duplicate domains
39
+ * Every company in the file is a Let's Encrypt adopter — adoption is the selection criterion, not a column
40
+ * Every company has 5,001 or more employees
41
+ * Firmographic context included: industry, headcount band, country, locality, founding year, LinkedIn profile
42
  * Suitable for research, visualization, segmentation, and machine learning projects
43
 
44
  ## What is Let's Encrypt?
45
 
46
  Let's Encrypt is a free, automated, and open Certificate Authority that provides SSL/TLS certificates. It enables websites to deploy HTTPS without purchasing certificates from traditional commercial certificate authorities.
47
 
48
+ ## Files
49
 
50
+ | File | Rows | Notes |
51
+ | ---- | ---- | ----- |
52
+ | `Lets-Encrypt.csv` | 5,050 | Same content as the spreadsheet; this is the file the dataset viewer reads |
53
+ | `Lets-Encrypt.xlsx` | 5,050 | Excel copy for manual analysis |
54
+
55
+ ## Dataset Fields
 
56
 
57
+ 15 columns. Coverage is the share of the 5,050 rows where the field is populated.
58
+
59
+ | Column | Type | Coverage | Description |
60
+ | ------ | ---- | -------- | ----------- |
61
+ | `Popularity Rank` | int64 | 100% | Website popularity rank; lower is more popular. Ranges from 5 to 1,959,064 |
62
+ | `Domain` | string | 100% | Primary website domain. Unique across the file |
63
+ | `Company Name` | string | 100% | Company or organization name, lowercased |
64
+ | `Company Size` | string | 100% | Employee band. Two values only: `5001-10000` (2,245) and `10001+` (2,805) |
65
+ | `Year Founded` | float64 | 73.4% | Founding year |
66
+ | `Industry` | string | 99.7% | Industry label, lowercased. 142 distinct values |
67
+ | `LinkedIn URL` | string | 100% | Company LinkedIn profile path |
68
+ | `Locality` | string | 85.1% | City or region, where available |
69
+ | `Country` | string | 100% | Company or website country. 140 distinct values |
70
+ | `TLD` | string | 100% | Top-level domain. 355 distinct values |
71
+ | `Language` | string | 0.6% | Detected site language. Largely empty |
72
+ | `Instagram` | string | 0.4% | Instagram handle. Largely empty |
73
+ | `Twitter` | string | 0.2% | Twitter handle. Largely empty |
74
+ | `YouTube` | string | 0.2% | YouTube channel. Largely empty |
75
+ | `TikTok` | string | 0.1% | TikTok handle. Largely empty |
76
+
77
+ The five social and language columns are present for schema compatibility with other StackScan exports and are populated for fewer than 1% of rows. Treat them as optional.
78
 
79
  ## Methodology
80
 
 
102
  * Website infrastructure can change over time.
103
  * Results represent observations from the dataset's collection period.
104
  * The dataset should not be interpreted as an official statement from any company regarding its technology stack.
105
+ * Because every row is an adopter, this file supports questions of the form "what do Let's Encrypt adopters look like?" It cannot on its own answer "what share of large companies use Let's Encrypt?", which needs a comparable non-adopter sample.
106
+
107
+ ## Citation
108
+
109
+ If you use this dataset, please cite it and link back to the source page.
110
+
111
+ **Plain text**
112
+
113
+ StackScan. (2026). *Let's Encrypt Adoption Among the Top 5,000 Companies* [Data set]. StackScan. https://www.stackscan.com/technology/lets-encrypt
114
+
115
+ **BibTeX**
116
+
117
+ ```bibtex
118
+ @misc{stackscan_lets_encrypt_2026,
119
+ author = {{StackScan}},
120
+ title = {Let's Encrypt Adoption Among the Top 5,000 Companies},
121
+ year = {2026},
122
+ publisher = {StackScan},
123
+ howpublished = {\url{https://www.stackscan.com/technology/lets-encrypt}},
124
+ note = {Dataset: \url{https://huggingface.co/datasets/stackscan/lets-encrypt}}
125
+ }
126
+ ```
127
+
128
+ Source page: [Let's Encrypt usage statistics](https://www.stackscan.com/technology/lets-encrypt) — global heatmap, usage by country and industry, top websites and companies, and the full list.
129
 
130
  ## License
131
 
132
+ Released under [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). You are free to share and adapt the data, including commercially, provided you give appropriate credit.
133
+
134
+ Attribution must name StackScan and link to the source page:
135
+
136
+ > Data from [StackScan](https://www.stackscan.com/technology/lets-encrypt), licensed under CC BY 4.0.
137
+
138
+ For academic or published work, use the [citation](#citation) above instead.