arXiv Academic Paper Scraper
Pricing
from $0.50 / 1,000 results
Go to Apify Store
arXiv Academic Paper Scraper
Extract academic papers from arXiv.org. Search by keywords, categories, or authors. No API key needed.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Brandon Hamm
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extract academic papers from arXiv.org using the public API. Search by keywords, categories, or authors. Get titles, abstracts, authors, PDF links, DOIs, and publication dates.
Features
- Keyword search: Search arXiv by any query term
- Category search: Filter by arXiv categories (e.g.,
cat:cs.AI,cat:physics,cat:math.ST) - Author search: Find papers by specific authors (e.g.,
au:Hinton) - Rich metadata: Titles, abstracts, authors, DOIs, journal references, comments
- PDF links: Direct PDF download URLs for every paper
- Category data: Primary category and all category tags
- No API key required: Uses arXiv's free public API
- Sorting: By relevance, submission date, or last updated date
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQueries | string[] | [] | List of search queries (leave empty to use categories only) |
categories | string[] | ["cs.AI"] | arXiv categories to scrape (e.g. cs.AI, cs.CL, cs.LG, stat.ML, quant-ph) |
maxResults | integer | 100 | Max papers per query or category (100 per page) |
sortBy | select | submittedDate | Sort by: relevance, submittedDate, lastUpdatedDate |
sortOrder | select | descending | ascending or descending |
Search Query Syntax
arXiv supports a powerful query syntax:
- Category:
cat:cs.AI(AI papers),cat:cs.CL(NLP),cat:cs.CV(computer vision) - Author:
au:Hintonorau:"Yann LeCun" - Title:
ti:transformerorti:"neural network" - Abstract:
abs:attentionorabs:"large language model" - All fields:
all:quantum(searches title, abstract, and authors) - Combined:
cat:cs.AI AND ti:transformerorcat:cs.CL AND au:Hinton
Popular arXiv Categories
Computer Science (cs.*)
cs.AI— Artificial Intelligencecs.AR— Hardware Architecturecs.CL— Computation and Language (NLP)cs.CV— Computer Vision and Pattern Recognitioncs.DB— Databasescs.DC— Distributed Computingcs.DS— Data Structures and Algorithmscs.IR— Information Retrievalcs.IT— Information Theorycs.LG— Machine Learningcs.LO— Logic in Computer Sciencecs.NE— Neural and Evolutionary Computingcs.OS— Operating Systemscs.PL— Programming Languagescs.RO— Roboticscs.SE— Software Engineeringcs.SD— Soundcs.SY— Systems and Control
Statistics (stat.*)
stat.ML— Machine Learning (Statistics)stat.AP— Applicationsstat.CO— Computationstat.ME— Methodology
Electrical Engineering (eess.*)
eess.AS— Audio and Speech Processingeess.IV— Image and Video Processingeess.SP— Signal Processing
Mathematics (math.*)
math.AG— Algebraic Geometrymath.AP— Analysis of PDEsmath.CO— Combinatoricsmath.DG— Differential Geometrymath.DS— Dynamical Systemsmath.FA— Functional Analysismath.NT— Number Theorymath.PR— Probabilitymath.QA— Quantum Algebramath.ST— Statistics Theory
Physics (physics.*)
physics.optics— Opticsphysics.flu-dyn— Fluid Dynamicsphysics.med-ph— Medical Physicsphysics.bio-ph— Biological Physicsphysics.chem-ph— Chemical Physics
Other
quant-ph— Quantum Physicsq-bio.*— Quantitative Biologyq-fin.*— Quantitative Financecond-mat— Condensed Matterastro-ph— Astrophysicshep-th— High Energy Physics (Theory)hep-ex— High Energy Physics (Experimental)
Output Fields
arxivId— arXiv paper ID (e.g., 2608.09930v1)title— Paper titleauthors— List of author namesabstract— Full abstract textpublishedDate— Publication date (ISO format)updatedDate— Last updated datearxivUrl— arXiv abstract page URLpdfUrl— Direct PDF download URLdoi— DOI (if available)comment— Author comments (e.g., "Accepted at ICML 2026")primaryCategory— Primary arXiv categorycategories— All category tagsjournalRef— Journal reference (if published)searchQuery— The query that found this paper
Use Cases
- Academic research and literature reviews
- AI/ML paper monitoring (get latest papers daily)
- Author publication tracking
- Trend analysis in research fields
- AI training data from paper abstracts
- Competitive intelligence for research labs
Related Actors
- FinViz Stock Screener Scraper — Financial data extraction
- Google Maps Lead Intelligence — B2B lead generation
Notes
- arXiv requests 3-second delays between API calls. This actor respects that.
- Maximum 2000 results per query (arXiv API limit).
- Results are sorted by submission date by default (newest first).