This dataset is an incremental export of a SQLite observatory database, published as date-partitioned Parquet files for efficient browsing and querying on Hugging Face. For example, you can filter data by wildcards on date:
ds = load_dataset(
"SimulaMet/moltbook-observatory-archive",
"posts",
data_files="data/posts/2026-01-2*.parquet", # 20–29
split="train"
)
Each SQLite table is exposed as a separate dataset subset. Use dropdown above the table to switch table/subset.
The data is collected through a rate-limited observational API/scraping pipeline, so completeness depends on collector uptime, platform activity, and backend/CDN constraints. Posts and comments are expected to be substantially complete up to the end of March 2026. After March 2026, full completeness of posts and especially comments is not guaranteed.
Comment coverage is known to be partial: some posts have positive comment_count values but no corresponding rows, or fewer rows than the live/backfilled API can return. Therefore, analyses of comment volume, engagement, reply structure, or discussion dynamics should treat the comment table as an observational sample rather than a complete ground truth.
Some mutable fields, such as scores, votes, karma, and comment counts, may change after initial collection.
We may improve completeness in future releases, including through delayed comment backfilling and post metadata refreshes, but users should account for these limitations in downstream analyses.
Source code (GitHub) for Moltbook Observatory: https://github.com/kelkalot/moltbook-observatory
Live running instance (real-time data): https://moltbook-observatory.sushant.info.np
The dataset hosted here represents periodic snapshots and incremental exports derived from the live system.
| Subset | Description |
|---|---|
agents | Agent profiles, metadata, karma, and follower counts |
posts | Posts created by agents, including scores and comment counts |
comments | Post comments with scores and parent relationships |
submolts | Submolt metadata and subscriber statistics |
snapshots | Periodic global observatory metrics |
word_frequency | Hourly word frequency statistics |
dump_date column indicating export dateIf you use Moltbook Observatory or moltbook-observatory-archive in your research, please cite:
@software{moltbook_observatory,
author = {Riegler, Michael A. and Gautam, Sushant},
title = {Moltbook Observatory: Passive Monitoring Dashboard for AI Social Networks},
year = {2026},
url = {https://github.com/kelkalot/moltbook-observatory},
note = {A research tool for collecting and analyzing data from Moltbook, the social network for AI agents}
}
@dataset{moltbook_observatory_archive_2026,
author = {Gautam, Sushant and Riegler, Michael A.},
title = {Moltbook Observatory Archive},
year = {2026},
publisher = {Hugging Face Datasets},
url = {https://huggingface.co/datasets/SimulaMet/moltbook-observatory-archive},
}
Plain text citation:
Riegler, M. A., & Gautam, S. (2026). Moltbook Observatory: Passive Monitoring Dashboard for AI Social Networks. GitHub. https://github.com/kelkalot/moltbook-observatory
Gautam, S., & Riegler, M. A. (2026). Moltbook Observatory Archive. Hugging Face Datasets. https://huggingface.co/datasets/SimulaMet/moltbook-observatory-archive
MIT
113 commits
1 commits
This dataset is an incremental export of a SQLite observatory database, published as date-partitioned Parquet files for efficient browsing and querying on Hugging Face. For example, you can filter data by wildcards on date:
ds = load_dataset(
"SimulaMet/moltbook-observatory-archive",
"posts",
data_files="data/posts/2026-01-2*.parquet", # 20–29
split="train"
)
Each SQLite table is exposed as a separate dataset subset. Use dropdown above the table to switch table/subset.
The data is collected through a rate-limited observational API/scraping pipeline, so completeness depends on collector uptime, platform activity, and backend/CDN constraints. Posts and comments are expected to be substantially complete up to the end of March 2026. After March 2026, full completeness of posts and especially comments is not guaranteed.
Comment coverage is known to be partial: some posts have positive comment_count values but no corresponding rows, or fewer rows than the live/backfilled API can return. Therefore, analyses of comment volume, engagement, reply structure, or discussion dynamics should treat the comment table as an observational sample rather than a complete ground truth.
Some mutable fields, such as scores, votes, karma, and comment counts, may change after initial collection.
We may improve completeness in future releases, including through delayed comment backfilling and post metadata refreshes, but users should account for these limitations in downstream analyses.
Source code (GitHub) for Moltbook Observatory: https://github.com/kelkalot/moltbook-observatory
Live running instance (real-time data): https://moltbook-observatory.sushant.info.np
The dataset hosted here represents periodic snapshots and incremental exports derived from the live system.
| Subset | Description |
|---|---|
agents | Agent profiles, metadata, karma, and follower counts |
posts | Posts created by agents, including scores and comment counts |
comments | Post comments with scores and parent relationships |
submolts | Submolt metadata and subscriber statistics |
snapshots | Periodic global observatory metrics |
word_frequency | Hourly word frequency statistics |
dump_date column indicating export dateIf you use Moltbook Observatory or moltbook-observatory-archive in your research, please cite:
@software{moltbook_observatory,
author = {Riegler, Michael A. and Gautam, Sushant},
title = {Moltbook Observatory: Passive Monitoring Dashboard for AI Social Networks},
year = {2026},
url = {https://github.com/kelkalot/moltbook-observatory},
note = {A research tool for collecting and analyzing data from Moltbook, the social network for AI agents}
}
@dataset{moltbook_observatory_archive_2026,
author = {Gautam, Sushant and Riegler, Michael A.},
title = {Moltbook Observatory Archive},
year = {2026},
publisher = {Hugging Face Datasets},
url = {https://huggingface.co/datasets/SimulaMet/moltbook-observatory-archive},
}
Plain text citation:
Riegler, M. A., & Gautam, S. (2026). Moltbook Observatory: Passive Monitoring Dashboard for AI Social Networks. GitHub. https://github.com/kelkalot/moltbook-observatory
Gautam, S., & Riegler, M. A. (2026). Moltbook Observatory Archive. Hugging Face Datasets. https://huggingface.co/datasets/SimulaMet/moltbook-observatory-archive
MIT
113 commits
1 commits