Fanfiction
Collection
Collection of fanfiction datasets • 5 items • Updated • 1
host stringlengths 23 29 | base_url stringlengths 32 38 | started_at stringdate 2026-05-14 14:54:20 2026-05-14 15:16:52 |
|---|---|---|
anime.adult-fanfiction.org | https://anime.adult-fanfiction.org/ | 2026-05-14 14:54:20 |
anime2.adult-fanfiction.org | https://anime2.adult-fanfiction.org/ | 2026-05-14 15:04:30 |
bleach.adult-fanfiction.org | https://bleach.adult-fanfiction.org/ | 2026-05-14 15:13:59 |
books.adult-fanfiction.org | https://books.adult-fanfiction.org/ | 2026-05-14 15:14:54 |
buffy.adult-fanfiction.org | https://buffy.adult-fanfiction.org/ | 2026-05-14 15:15:53 |
cartoon.adult-fanfiction.org | https://cartoon.adult-fanfiction.org/ | 2026-05-14 15:15:53 |
celeb.adult-fanfiction.org | https://celeb.adult-fanfiction.org/ | 2026-05-14 15:16:52 |
comics.adult-fanfiction.org | https://comics.adult-fanfiction.org/ | 2026-05-14 15:14:54 |
ff.adult-fanfiction.org | https://ff.adult-fanfiction.org/ | 2026-05-14 15:16:52 |
games.adult-fanfiction.org | https://games.adult-fanfiction.org/ | 2026-05-14 15:16:52 |
hp.adult-fanfiction.org | https://hp.adult-fanfiction.org/ | 2026-05-14 15:15:53 |
inu.adult-fanfiction.org | https://inu.adult-fanfiction.org/ | 2026-05-14 15:13:59 |
lotr.adult-fanfiction.org | https://lotr.adult-fanfiction.org/ | 2026-05-14 15:15:53 |
manga.adult-fanfiction.org | https://manga.adult-fanfiction.org/ | 2026-05-14 15:15:53 |
movies.adult-fanfiction.org | https://movies.adult-fanfiction.org/ | 2026-05-14 15:16:52 |
naruto.adult-fanfiction.org | https://naruto.adult-fanfiction.org/ | 2026-05-14 15:13:59 |
ne.adult-fanfiction.org | https://ne.adult-fanfiction.org/ | 2026-05-14 15:16:52 |
original.adult-fanfiction.org | https://original.adult-fanfiction.org/ | 2026-05-14 14:55:23 |
tv.adult-fanfiction.org | https://tv.adult-fanfiction.org/ | 2026-05-14 15:16:52 |
xmen.adult-fanfiction.org | https://xmen.adult-fanfiction.org/ | 2026-05-14 15:15:53 |
ygo.adult-fanfiction.org | https://ygo.adult-fanfiction.org/ | 2026-05-14 15:14:54 |
yuyu.adult-fanfiction.org | https://yuyu.adult-fanfiction.org/ | 2026-05-14 15:14:54 |
This dataset contains story metadata, chapter text, and archive page records from public adult-fanfiction.org archive subdomains.
The dataset is organized into four parquet tables:
| Table | Rows | Description |
|---|---|---|
archives |
22 | Archive subdomains included in the dataset. |
pages |
16,597 | Archive/listing pages represented in the crawl. |
stories |
126,380 | One row per story, including metadata and declared chapter count. |
chapters |
525,650 | One row per story chapter, including HTML and plain text. |
archives/archives.parquetpages/pages.parquetstories/stories.parquetchapters/chapters.parquetAll parquet files are compressed with Zstandard (zstd).
archives
| Field | Type | Description |
|---|---|---|
host |
string | Archive subdomain host. |
base_url |
string | Base URL for the archive. |
started_at |
string | Timestamp when the archive record was created. |
pages
| Field | Type | Description |
|---|---|---|
url |
string | Archive/listing page URL. |
archive_host |
string | Archive subdomain host. |
status |
integer | HTTP status returned for the page. |
fetched_at |
string | Timestamp when the page record was written. |
elapsed_ms |
integer | Request time in milliseconds. |
story_links_found |
integer | Number of story links found on the page. |
archive_links_found |
integer | Number of archive/listing links found on the page. |
stories
| Field | Type | Description |
|---|---|---|
archive_host |
string | Archive subdomain host. |
story_id |
string | Story identifier from the source site. |
url |
string | Canonical story URL. |
title |
string | Story title. |
author_name |
string | Author display name. |
author_url |
string | Author profile URL when available. |
category |
string | Archive/category path shown for the story. |
rating |
string | Source-site rating label. |
chapters_count |
integer | Declared number of chapters. |
views |
integer | Source-site view count. |
reviews |
integer | Source-site review count. |
recommended |
integer | Source-site recommendation count. |
currently_reading |
integer | Source-site currently-reading count. |
published_date |
string | Published date as shown by the source site. |
updated_date |
string | Updated date as shown by the source site, when present. |
description |
string | Story summary or listing description. |
disclaimer |
string | Story disclaimer text, when present. |
tags_json |
string | JSON-encoded list of source-site tags. |
metadata_json |
string | JSON-encoded source metadata key/value pairs. |
fetched_at |
string | Timestamp when the story record was written. |
chapters
| Field | Type | Description |
|---|---|---|
archive_host |
string | Archive subdomain host. |
story_id |
string | Story identifier from the source site. |
chapter_number |
integer | Chapter number within the story. |
chapter_url |
string | Chapter URL. |
title |
string | Chapter title, when present. |
body_html |
string | Chapter body HTML. |
body_text |
string | Plain-text chapter body. |
fetched_at |
string | Timestamp when the chapter record was written. |
525,650 chapter rows, matching the sum of stories.chapters_count.body_text.tags_json and metadata_json are JSON strings.This dataset is released under the Creative Commons Attribution-ShareAlike 4.0 International license (CC-BY-SA-4.0).
This dataset contains adult-oriented fiction and may include explicit sexual content, violence, sensitive themes, and other mature material.