arXiv Paper Scraper - Abstracts, Authors & Categories
Pricing
$2.00 / 1,000 papers
arXiv Paper Scraper - Abstracts, Authors & Categories
Track research as it is published. Search arXiv by category, author, title or full text and get structured rows with abstract, authors, categories, DOI and PDF link. Reads the official arXiv API.
Pricing
$2.00 / 1,000 papers
Rating
0.0
(0)
Developer
Loopchips
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
arXiv Paper Scraper
Track research as it is published.
Search arXiv by category, author, title or full text and get structured rows: title, full abstract, every author, categories, DOI, journal reference and a direct PDF link. Run it on a schedule and you have a monitor for any field.
What you get
| Field | Description |
|---|---|
title / abstract | Full text of both, cleaned of XML escaping |
authors / firstAuthor / authorCount | Credits, split for filtering |
primaryCategory / categories | arXiv subject classes |
publishedAt / updatedAt | Submission and last revision |
isRevision | Whether this version is a revision, not a first posting |
doi / journalRef | Present once a paper reaches a journal |
absUrl / pdfUrl | Abstract page and direct PDF |
arxivId / version | Stable identifier and version number |
Query syntax
| Example | Finds |
|---|---|
cat:cs.AI | Everything in the AI category |
cat:cs.CL AND all:agent | NLP papers mentioning agents |
au:Hinton | Papers by an author |
ti:diffusion | Title contains a word |
all:"retrieval augmented" | Exact phrase anywhere |
Example input
{"searchQueries": ["cat:cs.AI", "cat:cs.LG AND all:evaluation"],"maxResultsPerQuery": 200,"sortBy": "submittedDate","sortOrder": "descending"}
What people use it for
- Research monitoring - a daily feed of new work in your field
- Competitive and talent tracking - who is publishing what, and where
- Dataset building - abstracts and metadata for search or embeddings
- Literature reviews - a whole category pulled down in one run
Pricing
Pay per result. You are charged only for papers actually returned.
Notes
doiandjournalRefare empty for papers not yet published in a journal, which is normal for recent submissions. Measured on older papers, roughly three in four carry both.- arXiv asks callers to wait about three seconds between requests, which this Actor does by default. Lowering the delay risks being throttled.
- Thank you to arXiv for use of its open access interoperability.