Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
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
siteName: string
mla: string
license: null
description: string
apa: string
contentType: null
isbn: null
url: string
title: string
publishDate: null
accessDate: string
to
{'mla': Value('string'), 'apa': Value('string'), 'url': Value('string'), 'title': Value('string'), 'author': Value('string'), 'accessDate': Value('string'), 'siteName': Value('string'), 'publishDate': Value('null'), 'license': Value('null'), 'description': Value('string'), 'contentType': Value('null'), 'isbn': Value('null')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                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 129, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              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
              siteName: string
              mla: string
              license: null
              description: string
              apa: string
              contentType: null
              isbn: null
              url: string
              title: string
              publishDate: null
              accessDate: string
              to
              {'mla': Value('string'), 'apa': Value('string'), 'url': Value('string'), 'title': Value('string'), 'author': Value('string'), 'accessDate': Value('string'), 'siteName': Value('string'), 'publishDate': Value('null'), 'license': Value('null'), 'description': Value('string'), 'contentType': Value('null'), 'isbn': Value('null')}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

my-dataset

Collected with WebScraper Pro v0.7.2.2

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 742
Total Words 11005
Images 65
Links 124
Audio Files 0
Pages Scraped 4
Unique Sources 4
Unique Domains 2
Unique Authors 0
Collection Date 10 Aug. 2026
Last Updated 2026-08-10T07:42:23.305Z

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:

  1. The scraper first scrolls down each page to determine its full length and trigger lazy-loaded content
  2. It then scrolls back up and scrapes viewport by viewport, deduplicating across viewports
  3. After fully scraping the current page, it looks for "Next" buttons or pagination links
  4. 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: jsonl
  • Citation Format: MLA 9th + APA 7th

Source Domains

Sources & Citations

Source Summary

# Source Author License Content Type
1 +1-541-643-8160 at DuckDuckGo Unknown See source Web page
2 Data Search and Validation Unknown See source Web page
3 alizé Townsend at DuckDuckGo Unknown See source Web page
4 Data Search and Validation Unknown See source Web page

MLA 9th Edition Citations

  1. "+1-541-643-8160 at DuckDuckGo." duckduckgo.com, https://duckduckgo.com/?q=%2B1-541-643-8160+&ia=web. Accessed 10 Aug. 2026.

  2. "Data Search and Validation." www.mylife.com, https://www.mylife.com/site/ob/init/ps-bgc.pubview?epid=e102004981512102&pagesection=reviews. Accessed 10 Aug. 2026.

  3. "alizé Townsend at DuckDuckGo." duckduckgo.com, https://duckduckgo.com/?q=aliz%C3%A9+Townsend+&ia=web. Accessed 10 Aug. 2026.

  4. "Data Search and Validation." www.mylife.com, https://www.mylife.com/site/ob/pub_search_bgc_flow143/ps-bgc.pubview?epid=e102004981512102&pagesection=reviews. Accessed 10 Aug. 2026.

APA 7th Edition Citations

  1. (n.d.). +1-541-643-8160 at DuckDuckGo. https://duckduckgo.com/?q=%2B1-541-643-8160+&ia=web

  2. (n.d.). Data Search and Validation. https://www.mylife.com/site/ob/init/ps-bgc.pubview?epid=e102004981512102&pagesection=reviews

  3. (n.d.). alizé Townsend at DuckDuckGo. https://duckduckgo.com/?q=aliz%C3%A9+Townsend+&ia=web

  4. (n.d.). Data Search and Validation. https://www.mylife.com/site/ob/pub_search_bgc_flow143/ps-bgc.pubview?epid=e102004981512102&pagesection=reviews

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:

  1. We do NOT own any of this data. All rights to scraped content belong to the original authors, creators, publishers, and rights holders.
  2. The Software (WebScraper Pro) is open source. Standalone scraper forks must stay open source. Library use in other projects is unrestricted.
  3. Compatible with MIT, Apache 2.0, BSD, ISC, and MPL 2.0 — other projects can freely use this code.
  4. Users are solely responsible for ensuring they have the legal right to scrape, store, and redistribute any content they collect.
  5. 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.txt directives
  • 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
28