VOOZH about

URL: https://apify.com/arjunannamalai/arxiv-paper-scraper

โ‡ฑ arXiv Paper Scraper - AI Research Tracker ยท Apify


๐Ÿ‘ arXiv Paper Scraper - AI Research Tracker avatar

arXiv Paper Scraper - AI Research Tracker

Pricing

from $1.00 / 1,000 results

Go to Apify Store

arXiv Paper Scraper - AI Research Tracker

Track new arXiv papers by category, keyword and author. Clean output with authors, abstract and direct PDF links. Public API, no key.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Arjun Annamalai

Arjun Annamalai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

arXiv Paper Scraper ๐Ÿ“„ โ€” AI Research Tracker

Track new arXiv research programmatically. Filter by category, keyword, and author, sorted newest-first. Clean output with authors, abstract, and direct PDF links โ€” export to JSON/CSV/Excel.

For AI researchers, RAG/dataset builders, R&D teams, and newsletter writers.

What makes it better

  • Query builder โ€” combine multiple categories (OR), a keyword (title + abstract), and an author in one clean query.
  • Ready-to-use fields โ€” parsed authors list, abstract, abstract URL and direct pdfUrl (no manual link digging).
  • Sort by newest submitted, recently updated, or relevance.

Example input

{
"categories":["cs.AI","cs.CL","cs.LG"],
"searchQuery":"agent",
"sortBy":"submittedDate",
"maxItems":200
}

Example output

{
"arxivId":"2606.01234v1",
"title":"Self-Guided Skill Acquisition via Steerable Agents",
"authors":["Jane Doe","John Smith"],
"primaryCategory":"cs.AI",
"url":"http://arxiv.org/abs/2606.01234v1",
"pdfUrl":"http://arxiv.org/pdf/2606.01234v1",
"published":"2026-06-23T10:00:00Z"
}

Use cases

  • Daily digest of new papers in your subfield.
  • Feed abstracts into a RAG system or literature-review pipeline.
  • Track a research group's latest output by author.

Run locally

pip install-r requirements.txt
python3 local_test.py

Then apify push.


Uses the public arXiv API. Please respect arXiv's rate guidance. Not affiliated with arXiv.

You might also like

ArXiv Paper Search

gentle_cloud/arxiv-paper-search

Search and extract academic papers from ArXiv. Find papers by keyword, author, or category with full metadata including title, authors, abstract, categories, and PDF links.

12

arXiv Paper Scraper

plantane/arxiv-scraper

Scrape research papers from arXiv by search query or category. Get titles, abstracts, authors, categories, and PDF links via the public arXiv API.

arXiv Research Paper Scraper

crawlerbros/arxiv-research-paper-scraper

Scrape research papers from arXiv.org - search by query, category, or author; lookup by arXiv ID. Returns title, authors, abstract, PDF URL, DOI, categories, and more. Uses the public arXiv Atom API. No login or proxy required.

arXiv Papers Scraper

crawlerbros/arxiv-papers-scraper

Scrape academic preprints from arXiv.org by keyword, author, or category. Returns clean records with title, authors, abstract, categories, PDF URL, DOI. HTTP-only via the public arXiv API. No login, no proxy.

arXiv Paper Scraper โ€” AI Research, Abstracts & PDF Links

bovi/arxiv-scraper

Search arXiv papers by keyword, ID list, or category. Returns title, authors, abstract, categories, PDF URL, DOI, publish dates, and parse_confidence. Official Atom XML API โ€” no proxy, no auth. Pay per result.

๐Ÿ‘ User avatar

Vitalii Bondarev

1

ArXiv Paper Scraper

sheshinmcfly/arxiv-paper-scraper

Search and extract scientific papers from ArXiv.org across any field. Returns title, authors, full abstract, PDF link, arXiv ID, categories, and submission date. Ideal for AI research monitoring, RAG pipelines, literature reviews, and academic trend analysis. No API key needed.