Datasets:
16,719 rows from 57 collector runs
Browse files- .gitattributes +2 -0
- README.md +92 -0
- dataset.json +27 -0
- stackoverflow-scraper.csv +3 -0
- stackoverflow-scraper.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
stackoverflow-scraper.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
stackoverflow-scraper.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: "StackOverflow Scraper"
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
tags:
|
| 9 |
+
- "reapx"
|
| 10 |
+
- "web-scraping"
|
| 11 |
+
- "open-data"
|
| 12 |
+
- "stackoverflow-scraper"
|
| 13 |
+
- "stackoverflow"
|
| 14 |
+
- "questions"
|
| 15 |
+
- "answers"
|
| 16 |
+
- "tags"
|
| 17 |
+
- "users"
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: stackoverflow-scraper.jsonl
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# StackOverflow Scraper
|
| 26 |
+
|
| 27 |
+
Scrape Stack Overflow questions, answers, tags and user profiles through the public Stack Exchange API. Filter by tag, score, date, accepted status and full-text search. No login, no browser.
|
| 28 |
+
|
| 29 |
+
| | |
|
| 30 |
+
| --- | --- |
|
| 31 |
+
| Rows in this dataset | 16,719 |
|
| 32 |
+
| Fields | 47 |
|
| 33 |
+
| Collector runs behind it | 57 |
|
| 34 |
+
| Most recent observation | 2026-08-03 |
|
| 35 |
+
| Browsable presentation | [https://reapx.dev/data/stackoverflow-scraper/](https://reapx.dev/data/stackoverflow-scraper/) — 500 entity pages |
|
| 36 |
+
| Run the collector yourself | [https://apify.com/reapx/stackoverflow-scraper](https://apify.com/reapx/stackoverflow-scraper) |
|
| 37 |
+
|
| 38 |
+
## What this is
|
| 39 |
+
|
| 40 |
+
Every row here was returned by a real run of a public collector. Nothing is generated from a
|
| 41 |
+
template over a keyword list: a row exists because a run observed it.
|
| 42 |
+
|
| 43 |
+
A browsable presentation of the subset that carries an addressable `displayName` is published as
|
| 44 |
+
500 entity pages at [https://reapx.dev/data/stackoverflow-scraper/](https://reapx.dev/data/stackoverflow-scraper/), one page per entity. **This dataset is
|
| 45 |
+
the larger of the two** — rows whose payload has no field that can address a page are here and
|
| 46 |
+
are not published there.
|
| 47 |
+
|
| 48 |
+
## Provenance
|
| 49 |
+
|
| 50 |
+
Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
|
| 51 |
+
row can be traced back to the run that observed it. Rows observed by more than one run are
|
| 52 |
+
deduplicated on content; 452 duplicate observations were collapsed.
|
| 53 |
+
|
| 54 |
+
## Files
|
| 55 |
+
|
| 56 |
+
- `stackoverflow-scraper.jsonl` — one JSON object per row, the canonical form
|
| 57 |
+
- `stackoverflow-scraper.csv` — the same rows flattened; nested values are JSON-encoded within their cell
|
| 58 |
+
so they round-trip
|
| 59 |
+
- `dataset.json` — schema.org `Dataset` metadata
|
| 60 |
+
|
| 61 |
+
## Loading it
|
| 62 |
+
|
| 63 |
+
```python
|
| 64 |
+
from datasets import load_dataset
|
| 65 |
+
ds = load_dataset("reapxdev/stackoverflow-scraper", split="train")
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
## A sample of the published entities
|
| 69 |
+
|
| 70 |
+
- [A5C1D2H2I1M1N2O1R2T1](https://reapx.dev/data/stackoverflow-scraper/a5c1d2h2i1m1n2o1r2t1/)
|
| 71 |
+
- [Barmar](https://reapx.dev/data/stackoverflow-scraper/barmar/)
|
| 72 |
+
- [Chris Pratt](https://reapx.dev/data/stackoverflow-scraper/chris-pratt/)
|
| 73 |
+
- [Dirk is no longer here](https://reapx.dev/data/stackoverflow-scraper/dirk-is-no-longer-here/)
|
| 74 |
+
- [Günter Zöchbauer](https://reapx.dev/data/stackoverflow-scraper/g-nter-z-chbauer/)
|
| 75 |
+
- [James McNellis](https://reapx.dev/data/stackoverflow-scraper/james-mcnellis/)
|
| 76 |
+
- [Jukka K. Korpela](https://reapx.dev/data/stackoverflow-scraper/jukka-k-korpela/)
|
| 77 |
+
- [Mark Baker](https://reapx.dev/data/stackoverflow-scraper/mark-baker/)
|
| 78 |
+
- [mpen](https://reapx.dev/data/stackoverflow-scraper/mpen/)
|
| 79 |
+
- [Pentium10](https://reapx.dev/data/stackoverflow-scraper/pentium10/)
|
| 80 |
+
- [Ryan Cavanaugh](https://reapx.dev/data/stackoverflow-scraper/ryan-cavanaugh/)
|
| 81 |
+
- [Tanaike](https://reapx.dev/data/stackoverflow-scraper/tanaike/)
|
| 82 |
+
|
| 83 |
+
## Related
|
| 84 |
+
|
| 85 |
+
- All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
|
| 86 |
+
- The collector is a public Apify Actor; agents reach it through <https://mcp.apify.com>
|
| 87 |
+
|
| 88 |
+
## Licence
|
| 89 |
+
|
| 90 |
+
Collected from public sources. This metadata and the published pages are
|
| 91 |
+
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); the underlying records remain under
|
| 92 |
+
the terms of their originating source.
|
dataset.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": "https://schema.org",
|
| 3 |
+
"@type": "Dataset",
|
| 4 |
+
"@id": "https://reapx.dev/data/stackoverflow-scraper/",
|
| 5 |
+
"name": "StackOverflow Scraper \u2014 Questions, Answers, Tags & Users",
|
| 6 |
+
"description": "Scrape Stack Overflow questions, answers, tags and user profiles through the public Stack Exchange API. Filter by tag, score, date, accepted status and full-text search. No login, no browser.",
|
| 7 |
+
"url": "https://reapx.dev/data/stackoverflow-scraper/",
|
| 8 |
+
"identifier": "stackoverflow-scraper",
|
| 9 |
+
"license": "https://creativecommons.org/licenses/by/4.0/",
|
| 10 |
+
"creator": {
|
| 11 |
+
"@type": "Organization",
|
| 12 |
+
"name": "reapx",
|
| 13 |
+
"url": "https://reapx.dev"
|
| 14 |
+
},
|
| 15 |
+
"isAccessibleForFree": true,
|
| 16 |
+
"dateModified": "2026-08-03",
|
| 17 |
+
"variableMeasured": "displayName",
|
| 18 |
+
"distribution": [
|
| 19 |
+
{
|
| 20 |
+
"@type": "DataDownload",
|
| 21 |
+
"encodingFormat": "text/html",
|
| 22 |
+
"contentUrl": "https://reapx.dev/data/stackoverflow-scraper/"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"measurementTechnique": "Apify Actor reapx/stackoverflow-scraper",
|
| 26 |
+
"sameAs": "https://apify.com/reapx/stackoverflow-scraper"
|
| 27 |
+
}
|
stackoverflow-scraper.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a7fc2b6b6e22fde856ecee9d70490c734a2b5cfe5d21b21f25d47efc94fab31
|
| 3 |
+
size 10624202
|
stackoverflow-scraper.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6bdba44e58a6eaed9dd97b27badaf0073bb4fee4cdb23f774967f1d61f3bf9f
|
| 3 |
+
size 15645420
|