Arxiv: Search Papers
Arxiv via Parse · education
Full-text search over arXiv papers using keyword, author, title, and category filters combined with AND logic. At least one search parameter (query, author, title, or category) must be provided. Paginates via start index. Each paper includes its arXiv ID, title, authors, abstract, categories, publication dates, and links. Search arXiv for research papers by keyword, author, title, and category filters. Fetch detailed metadata for specific papers by arXiv ID. Browse the full arXiv category taxonomy with descriptions. Fulfilled by Parse from arxiv.org.
- arxiv
- arxiv-org
- developer-tools
- education
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9380e1b0-fae2-4340-9056-3d416f86c775/search_papers
- Interface artifact
- sha256:427cf96efe2338695936d330a0c0fe26612291ca4aceb5a9bc85872aa7603242
- Manifest digest
- sha256:dd2ecdb8a0aef842113cf7c6794134aed7814d302112a929eeca25a64ca4630a
Request fields
- query (string): General keyword search across all fields
- start (integer): Starting index for pagination (0-based)
- title (string): Title keywords to search for
- author (string): Author name to search for
- sort_by (string): Sort field for results: Allowed values: relevance, lastUpdatedDate, submittedDate
- category (string): arXiv category code (e.g., cs.AI, math.CO, hep-th)
- sort_order (string): Sort direction for results: Allowed values: descending, ascending
- max_results (integer): Maximum number of results to return (max 100)
Example queries
- {"query":"neural network","start":"0","sort_by":"relevance","sort_order":"descending","max_results":"5"}