ArXiv Papers Scraper — Research Paper API avatar

ArXiv Papers Scraper — Research Paper API

Pricing

from $5.00 / 1,000 research papers

Go to Apify Store
ArXiv Papers Scraper — Research Paper API

ArXiv Papers Scraper — Research Paper API

Search and extract ArXiv research papers as structured JSON: titles, authors, abstracts, categories, dates, PDFs, and metadata. Built for AI research monitoring, literature review, RAG datasets, and academic intelligence.

Pricing

from $5.00 / 1,000 research papers

Rating

0.0

(0)

Developer

Fast API

Fast API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Extract clean, structured JSON from ArXiv API. This Actor is built for literature review, AI research monitoring, academic intelligence, RAG datasets.

What you can do with it

  • Literature review
  • Ai research monitoring
  • Academic intelligence
  • Rag datasets

Features

  • Search papers by query, author, or category
  • Returns abstracts, authors, PDFs, dates, and categories
  • Great for RAG ingestion and research monitoring
  • Stable API-based extraction

Example input

{
"mode": "search",
"query": "large language models",
"maxItems": 25,
"sortBy": "submittedDate"
}

Example output

{
"id": "2401.00001",
"title": "Example Paper About Language Models",
"authors": [
"Jane Doe",
"John Smith"
],
"abstract": "This paper studies...",
"categories": [
"cs.CL",
"cs.AI"
],
"pdfUrl": "https://arxiv.org/pdf/2401.00001"
}

Output

Results are saved to the default Apify dataset as structured JSON. The actor includes an output schema so results are easy to preview, export, and consume from API clients.

Pricing

This Actor is configured for pay-per-result monetization using Apify's pay-per-event model. Users pay for dataset items/results rather than a large fixed upfront fee.

Common use cases

  • AI/RAG dataset creation
  • Market research and competitive intelligence
  • Trend monitoring
  • Data enrichment pipelines
  • Scheduled data extraction

Keywords

arxiv scraper, research paper API, academic dataset, AI papers, RAG dataset

Notes

This Actor focuses on practical structured data extraction with clean defaults and low overhead. For large runs, start with a small maxItems value, verify the output, then scale up.