arxiv-paper-search

Search arXiv by query with filters and export metadata to JSON or CSV.

24|7|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/ptreezh/sscisubagent-skills --skill arxiv-paper-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-paper-search
Source: https://github.com/ptreezh/sscisubagent-skills/tree/main/skills/arxiv-paper-search
Command: npx skills add https://github.com/ptreezh/sscisubagent-skills --skill arxiv-paper-search

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the manual effort of finding relevant arXiv papers and assembling their abstracts and PDFs by automating arXiv API search plus batch downloads.

Core Features & Use Cases

  • Smart arXiv paper search: Query English academic papers with sorting and optional category and date-range filters.
  • Batch abstract retrieval & exports: Collect structured metadata and save it as JSON, then optionally export to CSV for analysis.
  • Batch PDF downloading with rate limiting: Download single or multiple PDFs while respecting the arXiv request interval to reduce failure risk.

Use this Skill when you need to quickly build a literature dataset for a topic (e.g., “large language models” in specific cs.AI/cs.LG categories), review abstracts, and download the most relevant PDFs for deeper reading.

Quick Start

Ask the AI to search arXiv for “large language models” and return 20 results with abstracts and metadata.

Frequently Asked Questions about arxiv-paper-search

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

FAQPage Schema
How do I search arXiv papers in batches and export the metadata?

You can search arXiv papers in batches by providing a query with optional category and date filters. The tool queries the arXiv API, parses the Atom/RSS feeds, and exports structured metadata as JSON or CSV files for literature review.

Can I download multiple arXiv PDFs without getting blocked?

Yes, you can download multiple arXiv PDFs while respecting enforced request delays and rate limiting. This approach reduces the risk of failure and prevents your requests from being blocked by arXiv's servers during batch PDF downloading.

How do I filter arXiv literature searches by specific categories like cs.AI or cs.LG?

You can filter arXiv literature searches by specifying category parameters alongside your query terms. This allows you to restrict results to specific academic classifications like cs.AI or cs.LG and apply date-range filters to narrow the returned metadata.

What is the best way to prepare an arXiv dataset for literature review?

The best way to prepare an arXiv dataset for literature review is to automate arXiv API querying and Atom/RSS parsing to collect abstracts and metadata. You can then export the structured results as JSON or CSV for downstream analysis and screening.

Does the arXiv API search tool require any specific Python dependencies?

Yes, the arXiv API search tool requires the Python packages requests and feedparser. These dependencies handle the HTTP-based arXiv API querying and the subsequent Atom/RSS feed parsing required to extract structured academic paper metadata.