arXiv monthly submissions by category
Monthly e-print submission counts for 16 major arXiv categories (AI, machine learning, NLP, computer vision, robotics, software engineering, cryptography, HCI, databases, information retrieval, multiagent systems, neural/evolutionary computing, statistical ML, econometrics, computational finance, signal processing), trailing 6 complete calendar months, from the keyless arXiv query API (https://export.arxiv.org/api/query, descriptive metadata under CC0 1.0). Each row is one (category, month): e-prints submitted that month. Method: one submittedDate range query per category per month (the API returns HTTP 500 for deep offsets, so per-month ranges are used instead of a deep newest-first crawl) with the 3 s inter-request delay the arXiv Terms of Use require; papers are counted once, in their original submission month (the earliest announcement date of the unversioned id). Caveats: cross-listed e-prints are counted in every category they appear in; a paper whose newest version falls in the window but whose original submission predates it is attributed to the earliest version seen.
- Source
- arXiv
- Rows
- 96
- Columns
- 4
- Source cadence
- Monthly
- Last refreshed
- Sep 23, 2026
- Theme
- technology
| Column | Type | Description |
|---|---|---|
| category | string | arXiv category code (official taxonomy); with month forms the primary key. |
| category_name | string | Official arXiv taxonomy name for the category. |
| month | string | Calendar month of original submission (YYYY-MM), UTC. Join key. |
| submissions | integer | Number of e-prints submitted in the category during the month (original submission date; each paper counted once). Cross-listed e-prints are counted in every category they appear in. (unit: e-prints) |
First 10 sample rows — a preview, not the complete dataset.
| category | category_name | month | submissions |
|---|---|---|---|
| cs.AI | Artificial Intelligence | 2026-03 | 5,034 |
| cs.AI | Artificial Intelligence | 2026-04 | 5,037 |
| cs.AI | Artificial Intelligence | 2026-05 | 7,051 |
| cs.AI | Artificial Intelligence | 2026-06 | 5,613 |
| cs.AI | Artificial Intelligence | 2026-07 | 4,562 |
| cs.AI | Artificial Intelligence | 2026-08 | 5,038 |
| cs.CL | Computation and Language | 2026-03 | 2,109 |
| cs.CL | Computation and Language | 2026-04 | 2,514 |
| cs.CL | Computation and Language | 2026-05 | 3,064 |
| cs.CL | Computation and Language | 2026-06 | 2,638 |
- Current
20260923T083455Z-cc2ffb1cad69 · sha256 cc2ffb1cad69…
96 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/arxiv/arxiv_submissions_monthly_by_category" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/arxiv/arxiv_submissions_monthly_by_category").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/arxiv/arxiv_submissions_monthly_by_category
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260923T083455Z-cc2ffb1cad69 and its content hash, so readers get exactly the data you used.
arXiv. (2026). arXiv monthly submissions by category [Data set, snapshot 20260923T083455Z-cc2ffb1cad69, sha256 cc2ffb1cad69]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/en/datasets/arxiv/arxiv_submissions_monthly_by_category?snapshot=20260923T083455Z-cc2ffb1cad69
@misc{dz_arxiv_arxiv_submissions_monthly_by_categ_cc2ffb1c,
title = {{arXiv monthly submissions by category}},
author = {{arXiv}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/arxiv/arxiv_submissions_monthly_by_category?snapshot=20260923T083455Z-cc2ffb1cad69}},
note = {Snapshot 20260923T083455Z-cc2ffb1cad69, sha256 cc2ffb1cad69fa472448c43b34c84edd1ca35538999a6f21b02403b76d998c11; accessed 2026-09-23}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=arxiv%2Farxiv_submissions_monthly_by_category&lang=en&theme=auto&snapshot=20260923T083455Z-cc2ffb1cad69&x=category&y=submissions&agg=avg" title="arXiv monthly submissions by category" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.