arxiv-database

Search arXiv.org via Atom API and return structured JSON metadata.

21|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/OwnLabAI/ownlab --skill arxiv-database-ownlabai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-database
Source: https://github.com/OwnLabAI/ownlab/tree/main/mart/skills/scientific-skills/arxiv-database
Command: npx skills add https://github.com/OwnLabAI/ownlab --skill arxiv-database-ownlabai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Search and retrieve preprints from arXiv.org via its Atom API. Use this skill when searching for papers in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering, or economics by keywords, authors, arXiv IDs, date ranges, or categories.

Core Features & Use Cases

  • Keyword search, author search, category filtering, arXiv ID lookup, and PDF download.
  • Returns structured JSON with titles, abstracts, authors, categories, and links.
  • Use Case: Build literature reviews or datasets by aggregating metadata for ML and science research.

Quick Start

Run arxiv_search.py with your keywords or IDs to fetch results and metadata from arXiv.

Frequently Asked Questions about arxiv-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search arXiv papers and download PDFs via API?

You can search arXiv papers and download PDFs by running Python scripts that query the arXiv Atom API, filter by keywords or categories, and optionally fetch PDF files. The skill returns structured JSON containing titles, abstracts, authors, and direct links.

Can I retrieve arXiv metadata for a specific paper ID?

Yes, arXiv ID lookup is supported. You provide the specific arXiv identifier to the search script, which queries the Atom API and returns structured JSON metadata including the title, authors, abstract, category, and links for that exact preprint.

What's the best way to build a literature review dataset from arXiv?

The best way to build a literature review dataset from arXiv is using automated Python scripts to query the Atom API by keywords and categories. This aggregates structured JSON metadata, such as abstracts and authors, suitable for ML and science research datasets.

Does this arXiv API search tool support author and category filtering?

Yes, the arXiv API search tool supports both author search and category filtering. You can restrict queries to specific fields like physics, mathematics, or computer science, and retrieve structured JSON metadata matching those exact criteria.

Do I need Python and requests to query the arXiv Atom API?

Yes, you need Python and the requests library to run the scripts that query the arXiv Atom API. The scripts use requests to build queries, enforce rate limits, parse Atom XML responses, and download PDFs when requested.