EN DE
← ← Back to Index

arxiv

research › arxiv v1.0.0
Research Arxiv Papers Academic Science API

Description

Search arXiv papers by keyword, author, category, or ID.

Relevance to Our Projects

Search arXiv papers by keyword, author, category, or ID.

SKILL.md Preview

# arXiv Research

Search and retrieve academic papers from arXiv via their free REST API. No API key, no dependencies — just curl.

## Quick Reference

| Action | Command |
|--------|---------|
| Search papers | `curl "https://export.arxiv.org/api/query?search_query=all:QUERY&max_results=5"` |
| Get specific paper | `curl "https://export.arxiv.org/api/query?id_list=2402.03300"` |
| Read abstract (web) | `web_extract(urls=["https://arxiv.org/abs/2402.03300"])` |
| Read full paper (PDF) | `web_ext

← ← Back to Index