The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
id: string
type: string
src: string
alt: string
width: int64
height: int64
source_url: string
source_title: string
author: string
scraped_at: string
citation_mla: string
citation_apa: string
url: string
apa: string
mla: string
license: null
siteName: string
title: string
description: string
contentType: string
publishDate: string
accessDate: string
isbn: null
to
{'mla': Value('string'), 'apa': Value('string'), 'url': Value('string'), 'title': Value('string'), 'author': Value('string'), 'accessDate': Value('string'), 'siteName': Value('string'), 'publishDate': Value('string'), 'license': Value('null'), 'description': Value('string'), 'contentType': Value('string'), 'isbn': Value('null')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
return get_rows(
^^^^^^^^^
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2674, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2208, in __iter__
for key, pa_table in self._iter_arrow():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2232, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 483, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 260, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 120, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: string
type: string
src: string
alt: string
width: int64
height: int64
source_url: string
source_title: string
author: string
scraped_at: string
citation_mla: string
citation_apa: string
url: string
apa: string
mla: string
license: null
siteName: string
title: string
description: string
contentType: string
publishDate: string
accessDate: string
isbn: null
to
{'mla': Value('string'), 'apa': Value('string'), 'url': Value('string'), 'title': Value('string'), 'author': Value('string'), 'accessDate': Value('string'), 'siteName': Value('string'), 'publishDate': Value('string'), 'license': Value('null'), 'description': Value('string'), 'contentType': Value('string'), 'isbn': Value('null')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
fff
Collected with WebScraper Pro v0.7.2.1
Dataset Description
This dataset was collected using WebScraper Pro, an open-source Firefox extension and CLI tool for structured web data collection with automatic scroll-first pagination, MLA/APA citations, and HuggingFace integration.
Dataset Summary
| Metric | Value |
|---|---|
| Total Records | 3050 |
| Total Words | 46063 |
| Images | 754 |
| Links | 1090 |
| Audio Files | 0 |
| Pages Scraped | 60 |
| Unique Sources | 46 |
| Unique Domains | 10 |
| Unique Authors | 0 |
| Collection Date | 21 Mar. 2026 |
| Last Updated | 2026-03-21T21:28:17.777Z |
Intended Uses
- Text Generation — Training or fine-tuning language models on web content
- Text Classification — Categorizing web content by topic, sentiment, or type
- Summarization — Generating summaries from scraped articles
- Question Answering — Building QA datasets from structured web content
- Image Classification — Training image models on web-sourced images
- Link Analysis — Web graph construction and analysis
- Audio Transcription — Processing audio files (converted to .wav)
- Citation Analysis — Studying citation patterns and web attribution
- Information Retrieval — Building search indices from web content
- Dataset Curation — As a base for creating refined, domain-specific datasets
Out-of-Scope Uses
- This dataset should NOT be used to train models for generating deceptive content
- Content should not be re-published without proper attribution
- Individual source licenses may restrict certain commercial uses
Data Format
| File | Format | Description |
|---|---|---|
data/text_data.jsonl |
JSONL | Scraped text content with full metadata and citations |
data/images.jsonl |
JSONL | Image references with alt text and dimensions |
data/links.jsonl |
JSONL | Extracted hyperlinks with anchor text |
data/audio.jsonl |
JSONL | Audio/video file references |
data/citations.jsonl |
JSONL | MLA + APA citation records per source |
Data Fields
Each JSONL text record contains:
{
"id": "unique-record-id",
"type": "text",
"text": "scraped text content",
"tag": "html-element-tag",
"source_url": "https://example.com/page",
"source_title": "Page Title",
"author": "Original Author",
"site_name": "example.com",
"scraped_at": "2024-01-01T12:00:00Z",
"citation_mla": "MLA 9th edition formatted citation",
"citation_apa": "APA 7th edition formatted citation"
}
Data Collection
Data was collected using WebScraper Pro's scroll-first auto-scan approach:
- The scraper first scrolls down each page to determine its full length and trigger lazy-loaded content
- It then scrolls back up and scrapes viewport by viewport, deduplicating across viewports
- After fully scraping the current page, it looks for "Next" buttons or pagination links
- All sources are automatically cited in both MLA 9th and APA 7th edition formats
Collection Configuration
- Scroll-First Mode: Enabled (checks page length before scraping)
- Auto-scroll: Enabled
- Auto-next page: Enabled
- Robots.txt: Respected
- Export Format: parquet
- Citation Format: MLA 9th + APA 7th
Source Domains
- steamcommunity.com
- github.com
- paint.toys
- theuselessweb.com
- www.google.com
- duckduckgo.com
- extensionworkshop.com
- developer.mozilla.org
- app.driversed.com
- alwaysjudgeabookbyitscover.com
Sources & Citations
Source Summary
| # | Source | Author | License | Content Type |
|---|---|---|---|---|
| 1 | Steam Community | Unknown | See source | Web page |
| 2 | Releases · hikazey/horseygamegm | Unknown | See source | Web page |
| 3 | Sand in a Bottle | Paint Toys | Unknown | See source | Web page |
| 4 | The Useless Web Sites | Unknown | See source | Web page |
| 5 | The Useless Web | Unknown | See source | Web page |
| 6 | The Useless Web Sites | Unknown | See source | Web page |
| 7 | The Useless Web Sites | Unknown | See source | Web page |
| 8 | Unknown | See source | Web page | |
| 9 | pizza near me - Google Search | Unknown | See source | Web page |
| 10 | pizza near me - Google Search | Unknown | See source | Web page |
| 11 | pizza near me - Google Search | Unknown | See source | Web page |
| 12 | pizza near me - Google Search | Unknown | See source | Web page |
| 13 | DuckDuckGo - Protection. Privacy. Peace of mind. | Unknown | See source | Web page |
| 14 | Net-theme/dist/neural-creature-evolution.xpi at main · minerofthesoal/Net-theme | Unknown | See source | Web page |
| 15 | Firefox Extension Workshop | Get help creating & publishing Firefox extensions. | Unknown | See source | WebSite |
| 16 | What are extensions? - Mozilla | MDN | Unknown | See source | Web page |
| 17 | DriversEd.com | Dashboard | Unknown | See source | Web page |
| 18 | minerofthesoal/Net-theme | Unknown | See source | Web page |
| 19 | Always judge a book by its cover | Unknown | See source | Web page |
| 20 | Release v0.7.2.1 · minerofthesoal/Scraper | Unknown | See source | Web page |
| 21 | DriversEd.com | Course | Unknown | See source | Web page |
| 22 | DriversEd.com | Course | Unknown | See source | Web page |
| 23 | DriversEd.com | Course | Unknown | See source | Web page |
| 24 | DriversEd.com | Course | Unknown | See source | Web page |
| 25 | DriversEd.com | Course | Unknown | See source | Web page |
| 26 | DriversEd.com | Course | Unknown | See source | Web page |
| 27 | DriversEd.com | Course | Unknown | See source | Web page |
| 28 | DriversEd.com | Course | Unknown | See source | Web page |
| 29 | DriversEd.com | Course | Unknown | See source | Web page |
| 30 | DriversEd.com | Course | Unknown | See source | Web page |
| 31 | DriversEd.com | Course | Unknown | See source | Web page |
| 32 | DriversEd.com | Course | Unknown | See source | Web page |
| 33 | DriversEd.com | Course | Unknown | See source | Web page |
| 34 | DriversEd.com | Course | Unknown | See source | Web page |
| 35 | DriversEd.com | Course | Unknown | See source | Web page |
| 36 | DriversEd.com | Course | Unknown | See source | Web page |
| 37 | DriversEd.com | Course | Unknown | See source | Web page |
| 38 | DriversEd.com | Course | Unknown | See source | Web page |
| 39 | DriversEd.com | Welcome | Unknown | See source | Web page |
| 40 | DriversEd.com | Welcome | Unknown | See source | Web page |
| 41 | DriversEd.com | Course | Unknown | See source | Web page |
| 42 | DriversEd.com | Course | Unknown | See source | Web page |
| 43 | DriversEd.com | Course | Unknown | See source | Web page |
| 44 | DriversEd.com | Course | Unknown | See source | Web page |
| 45 | DriversEd.com | Course | Unknown | See source | Web page |
| 46 | DriversEd.com | Course | Unknown | See source | Web page |
MLA 9th Edition Citations
"Steam Community." steamcommunity.com, https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fgithub.com%2Fhikazey%2Fhorseygamegm%2Freleases. Accessed 20 Mar. 2026.
"Releases · hikazey/horseygamegm." GitHub, https://github.com/hikazey/horseygamegm/releases. Accessed 20 Mar. 2026.
"Sand in a Bottle | Paint Toys." Paint Toys, https://paint.toys/sand/. Accessed 20 Mar. 2026.
"The Useless Web Sites." theuselessweb.com, https://theuselessweb.com/sites/. Accessed 20 Mar. 2026.
"The Useless Web." The Useless Web, https://theuselessweb.com/. Accessed 20 Mar. 2026.
"The Useless Web Sites." theuselessweb.com, https://theuselessweb.com/sites/2/. Accessed 20 Mar. 2026.
"The Useless Web Sites." theuselessweb.com, https://theuselessweb.com/sites/3/. Accessed 20 Mar. 2026.
"Google." www.google.com, https://www.google.com/. Accessed 20 Mar. 2026.
"pizza near me - Google Search." www.google.com, https://www.google.com/search?q=pizza+near+me&ct=ifl&cad=2:hungry&ei=azu-aZGLG9bs0PEPmuGA2Ak&ved=0ahUKEwjR7LCxr7CTAxVWNjQIHZowAJsQnRsIGg&rct=j. Accessed 20 Mar. 2026.
"pizza near me - Google Search." www.google.com, https://www.google.com/search?q=pizza+near+me&sca_esv=498a0b3614a20001&ei=0Du-ae3-KOik0PEP5_WMQQ&start=10&sa=N&sstk=Af77f_dLtOklwLaF3n0m6CWY4-lCImGVpXI262LtH59hrbK7nkQuYxVNp33d2UrZyAA_WAjgr7aZdtLM3_rvibqkomIOQPGLDyj1Dg&ved=2ahUKEwjtptPhr7CTAxVoEjQIHec6IwgQ8NMDegQICRAW&biw=1920&bih=950. Accessed 20 Mar. 2026.
"pizza near me - Google Search." www.google.com, https://www.google.com/search?q=pizza+near+me&sca_esv=498a0b3614a20001&ei=2ju-ad7FEIOc0PEPtZLX8Aw&start=20&sa=N&sstk=Af77f_dK1PUMdSz7zd2p8K4Lufynpyyo2S1QBXNrU8s5RqWbae3Tn_AK5RqQzjnMatcXIULsWf-oKpx6srMXE9hTXJN_gcTDU3QYGajYHjOMFClTHvNNHSkgwZIV9xlItPNd&ved=2ahUKEwjemp3mr7CTAxUDDjQIHTXJFc44ChDw0wN6BAgIEBc&biw=1920&bih=950&dpr=1. Accessed 20 Mar. 2026.
"pizza near me - Google Search." www.google.com, https://www.google.com/search?q=pizza+near+me&sca_esv=498a0b3614a20001&ei=9Du-abX0PKmMm9cP3OKQqAU&start=30&sa=N&sstk=Af77f_cw8M5eduNz56OXacTIm5wV8f44w3ZNWOQIwIpVPfsi6UiUVM8aP3OkKQ-Ju_6bIv-NfX5Zk7Q1vQgQoy3HNkZ_GMFNr5DnWwBImk6m1tgCphsdMGEqkmqO5YFSL_aIuHCAKHdEdpB1BGn20WqOCID2VxxqbCU&ved=2ahUKEwi1vvzyr7CTAxUpxuYEHVwxBFU4FBDw0wN6BAgKEBc&biw=1920&bih=950&dpr=1. Accessed 20 Mar. 2026.
"DuckDuckGo - Protection. Privacy. Peace of mind.." DuckDuckGo, https://duckduckgo.com/50x.html?e=3. Accessed 20 Mar. 2026.
"Net-theme/dist/neural-creature-evolution.xpi at main · minerofthesoal/Net-theme." GitHub, https://github.com/minerofthesoal/Net-theme/blob/main/dist/neural-creature-evolution.xpi. Accessed 20 Mar. 2026.
"Firefox Extension Workshop | Get help creating & publishing Firefox extensions.." Firefox Extension Workshop, 11 Mar. 2026, https://extensionworkshop.com/?utm_source=addons.mozilla.org&utm_medium=devhub&utm_content=banner. Accessed 20 Mar. 2026.
"What are extensions? - Mozilla | MDN." developer.mozilla.org, 25 Aug. 2025, https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/What_are_WebExtensions#whats_next. Accessed 20 Mar. 2026.
"DriversEd.com | Dashboard." app.driversed.com, https://app.driversed.com/dash/index. Accessed 21 Mar. 2026.
"minerofthesoal/Net-theme." GitHub, https://github.com/minerofthesoal/Net-theme/tree/main. Accessed 21 Mar. 2026.
"Always judge a book by its cover." alwaysjudgeabookbyitscover.com, https://alwaysjudgeabookbyitscover.com/. Accessed 21 Mar. 2026.
"Release v0.7.2.1 · minerofthesoal/Scraper." GitHub, https://github.com/minerofthesoal/Scraper/releases/tag/v0.7.2.1. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/hPDxE9iM982zbWFt. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/0NgMUHzHejEDlhvY. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/RBjMtS4l5AooJtNV. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/ADGds84clpfcBkLq. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/wnxud2HPT4qlrvjE. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/qBJ1ln5fu51NkZYp. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/I9cZxezpxePFCguX. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/7ABrVVnsOzTIZBYE. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/question/gfdLwTjvILEgRzlI. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/t9WZhvxyH24LojYG. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/D7rfglbkD8gEwiHv. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/MnBV0GDu1RuzeFqu. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/5X0vGQRB1fp4K3aa. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/NoQUB1wHgQOhPfct. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/question/vUgaMHsDv4jHapTG. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/3KJU3ajZEjA1Kv3K. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/DmNVLNI3ZvEmK5Nd. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/fPxtO2gBr2FbGL7i. Accessed 21 Mar. 2026.
"DriversEd.com | Welcome." app.driversed.com, https://app.driversed.com/foaf/ready/2g7Bgdr6iocM4bLu/aHmFJ4cT10uDMyRv/cfpid/cfidxptr. Accessed 21 Mar. 2026.
"DriversEd.com | Welcome." app.driversed.com, https://app.driversed.com/foaf/categorize/2g7Bgdr6iocM4bLu/aHmFJ4cT10uDMyRv/glIV2ljeQrp38sE2/cfpid/cfidxptr. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/8YswXU5OuN2GtsZP. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/idm7RsvwE6iSvtJq. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/5lY1WtDyn2heGteG. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/question/tRA7vz2VlQhw6d0h. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/FAxb1pIrSIoCr3hb. Accessed 21 Mar. 2026.
"DriversEd.com | Course." app.driversed.com, https://app.driversed.com/courseflow/page/dOVmzbcbiQweeRTv. Accessed 21 Mar. 2026.
APA 7th Edition Citations
(n.d.). Steam Community. https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fgithub.com%2Fhikazey%2Fhorseygamegm%2Freleases
GitHub. (n.d.). Releases · hikazey/horseygamegm. GitHub. https://github.com/hikazey/horseygamegm/releases
Paint Toys. (n.d.). Sand in a Bottle | Paint Toys. Paint Toys. https://paint.toys/sand/
(n.d.). The Useless Web Sites. https://theuselessweb.com/sites/
The Useless Web. (n.d.). The Useless Web. The Useless Web. https://theuselessweb.com/
(n.d.). The Useless Web Sites. https://theuselessweb.com/sites/2/
(n.d.). The Useless Web Sites. https://theuselessweb.com/sites/3/
(n.d.). Google. https://www.google.com/
(n.d.). pizza near me - Google Search. https://www.google.com/search?q=pizza+near+me&ct=ifl&cad=2:hungry&ei=azu-aZGLG9bs0PEPmuGA2Ak&ved=0ahUKEwjR7LCxr7CTAxVWNjQIHZowAJsQnRsIGg&rct=j
(n.d.). pizza near me - Google Search. https://www.google.com/search?q=pizza+near+me&sca_esv=498a0b3614a20001&ei=0Du-ae3-KOik0PEP5_WMQQ&start=10&sa=N&sstk=Af77f_dLtOklwLaF3n0m6CWY4-lCImGVpXI262LtH59hrbK7nkQuYxVNp33d2UrZyAA_WAjgr7aZdtLM3_rvibqkomIOQPGLDyj1Dg&ved=2ahUKEwjtptPhr7CTAxVoEjQIHec6IwgQ8NMDegQICRAW&biw=1920&bih=950
(n.d.). pizza near me - Google Search. https://www.google.com/search?q=pizza+near+me&sca_esv=498a0b3614a20001&ei=2ju-ad7FEIOc0PEPtZLX8Aw&start=20&sa=N&sstk=Af77f_dK1PUMdSz7zd2p8K4Lufynpyyo2S1QBXNrU8s5RqWbae3Tn_AK5RqQzjnMatcXIULsWf-oKpx6srMXE9hTXJN_gcTDU3QYGajYHjOMFClTHvNNHSkgwZIV9xlItPNd&ved=2ahUKEwjemp3mr7CTAxUDDjQIHTXJFc44ChDw0wN6BAgIEBc&biw=1920&bih=950&dpr=1
DuckDuckGo. (n.d.). DuckDuckGo - Protection. Privacy. Peace of mind.. DuckDuckGo. https://duckduckgo.com/50x.html?e=3
GitHub. (n.d.). Net-theme/dist/neural-creature-evolution.xpi at main · minerofthesoal/Net-theme. GitHub. https://github.com/minerofthesoal/Net-theme/blob/main/dist/neural-creature-evolution.xpi
Firefox Extension Workshop. (2026, March 11). Firefox Extension Workshop | Get help creating & publishing Firefox extensions.. Firefox Extension Workshop. https://extensionworkshop.com/?utm_source=addons.mozilla.org&utm_medium=devhub&utm_content=banner
(2025, August 25). What are extensions? - Mozilla | MDN. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/What_are_WebExtensions#whats_next
(n.d.). DriversEd.com | Dashboard. https://app.driversed.com/dash/index
GitHub. (n.d.). minerofthesoal/Net-theme. GitHub. https://github.com/minerofthesoal/Net-theme/tree/main
(n.d.). Always judge a book by its cover. https://alwaysjudgeabookbyitscover.com/
GitHub. (n.d.). Release v0.7.2.1 · minerofthesoal/Scraper. GitHub. https://github.com/minerofthesoal/Scraper/releases/tag/v0.7.2.1
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/hPDxE9iM982zbWFt
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/0NgMUHzHejEDlhvY
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/RBjMtS4l5AooJtNV
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/ADGds84clpfcBkLq
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/wnxud2HPT4qlrvjE
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/qBJ1ln5fu51NkZYp
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/I9cZxezpxePFCguX
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/7ABrVVnsOzTIZBYE
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/question/gfdLwTjvILEgRzlI
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/t9WZhvxyH24LojYG
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/D7rfglbkD8gEwiHv
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/MnBV0GDu1RuzeFqu
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/5X0vGQRB1fp4K3aa
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/NoQUB1wHgQOhPfct
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/question/vUgaMHsDv4jHapTG
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/3KJU3ajZEjA1Kv3K
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/DmNVLNI3ZvEmK5Nd
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/fPxtO2gBr2FbGL7i
(n.d.). DriversEd.com | Welcome. https://app.driversed.com/foaf/ready/2g7Bgdr6iocM4bLu/aHmFJ4cT10uDMyRv/cfpid/cfidxptr
(n.d.). DriversEd.com | Welcome. https://app.driversed.com/foaf/categorize/2g7Bgdr6iocM4bLu/aHmFJ4cT10uDMyRv/glIV2ljeQrp38sE2/cfpid/cfidxptr
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/8YswXU5OuN2GtsZP
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/idm7RsvwE6iSvtJq
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/5lY1WtDyn2heGteG
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/question/tRA7vz2VlQhw6d0h
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/FAxb1pIrSIoCr3hb
(n.d.). DriversEd.com | Course. https://app.driversed.com/courseflow/page/dOVmzbcbiQweeRTv
Licensing
Uni-S License v3.0 (Universal Scraping License)
This dataset and the tool that collected it are governed by the Uni-S License v3.0.
Key points:
- We do NOT own any of this data. All rights to scraped content belong to the original authors, creators, publishers, and rights holders.
- The Software (WebScraper Pro) is open source. Standalone scraper forks must stay open source. Library use in other projects is unrestricted.
- Compatible with MIT, Apache 2.0, BSD, ISC, and MPL 2.0 — other projects can freely use this code.
- Users are solely responsible for ensuring they have the legal right to scrape, store, and redistribute any content they collect.
- Citations are provided to assist attribution, not to grant permission to use content.
Source Content Licenses
Individual content items retain their original licensing from their respective sources. Users of this dataset MUST verify and comply with the licensing terms of each individual source before use.
The dataset maintainer (minerofthesoal / ray0rf1re) explicitly does NOT claim ownership of any scraped content. All rights remain with original creators.
Source licenses should be verified individually at the original URLs.
Attribution Requirements
- All original authors and sources are cited in both MLA 9th and APA 7th edition formats
- When using content from this dataset, you MUST cite the original source
- Citation data is available in
data/citations.jsonl - Any rights holder may request removal of their content by opening an issue at github.com/minerofthesoal/Scraper
Ethical Considerations
- All data was collected from publicly accessible web pages
- Original authors and sources are cited using MLA 9th and APA 7th edition formats
- This dataset respects
robots.txtdirectives - No paywalled or login-required content was collected
- Users of this dataset should verify licensing of individual sources
- Personal information should be handled in accordance with applicable privacy laws
Additional Information
Collection Tool
- Tool: WebScraper Pro v0.6.6.1
- Type: Firefox Extension + Python CLI + GUI
- Features: Area selection, scroll-first auto-scan, MLA/APA citations, HuggingFace upload
- Owner Dataset: ray0rf1re/Site.scraped
Contact
For questions about this dataset, please open an issue at github.com/minerofthesoal/Scraper.
Generated by WebScraper Pro v0.6.6.1
- Downloads last month
- 30