arxiv

Parse arXiv listing pages into structured paper metadata records.

5|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/AgentComputerAI/torch --skill arxiv-agentcomputerai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/AgentComputerAI/torch/tree/main/skills/sites/arxiv
Command: npx skills add https://github.com/AgentComputerAI/torch --skill arxiv-agentcomputerai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

arXiv listing pages are static HTML and straightforward to parse, but collecting consistent metadata across categories is tedious. It automates fetching and structuring listing data into reusable records for rapid analysis.

Core Features & Use Cases

  • Lightweight HTML parsing of arXiv listing pages without JavaScript or anti-bot challenges.
  • Outputs structured records including arXiv ID, title, authors, subjects, and URLs.
  • Use Case: build a local index of recent papers by category for rapid literature surveys.

Quick Start

Activate this skill on an arXiv listing URL to fetch and parse the page into structured paper records.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I extract metadata from arXiv listing pages?

Extracting metadata from arXiv listing pages involves fetching static HTML from /list/ and /abs/ URLs and parsing it into structured records. This process captures arXiv ID, title, authors, subjects, and URLs without client-side rendering.

What is the best way to scrape arXiv paper data for a literature survey?

Scraping arXiv paper data for a literature survey is best done by parsing static HTML listing pages into reusable records. This approach automates the collection of titles, authors, and subjects across categories to build a local index.

Does this arXiv HTML parser handle JavaScript rendering or anti-bot evasion?

This arXiv HTML parser does not handle JavaScript rendering or anti-bot evasion. It uses a lightweight parsing approach designed exclusively for static HTML content found on standard arXiv listing and abstract pages.

Can I capture all entries from an arXiv category listing using pagination?

You can capture all entries from an arXiv category listing by applying the optional pagination feature. This allows the parser to process multiple pages of static HTML to ensure complete data extraction for a category.

What specific data fields are included in the structured arXiv records?

The structured arXiv records include specific data fields such as the arXiv ID, paper title, authors, subjects, and URLs. These are extracted directly from the parsed HTML to provide ready-to-use metadata.