arXiv Paper Scraper - Abstracts, Authors & Categories avatar

arXiv Paper Scraper - Abstracts, Authors & Categories

Pricing

$2.00 / 1,000 papers

Go to Apify Store
arXiv Paper Scraper - Abstracts, Authors & Categories

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

Loopchips

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

FieldDescription
title / abstractFull text of both, cleaned of XML escaping
authors / firstAuthor / authorCountCredits, split for filtering
primaryCategory / categoriesarXiv subject classes
publishedAt / updatedAtSubmission and last revision
isRevisionWhether this version is a revision, not a first posting
doi / journalRefPresent once a paper reaches a journal
absUrl / pdfUrlAbstract page and direct PDF
arxivId / versionStable identifier and version number

Query syntax

ExampleFinds
cat:cs.AIEverything in the AI category
cat:cs.CL AND all:agentNLP papers mentioning agents
au:HintonPapers by an author
ti:diffusionTitle 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

  • doi and journalRef are 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.