arXiv Papers Scraper avatar

arXiv Papers Scraper

Pricing

Pay per usage

Go to Apify Store
arXiv Papers Scraper

arXiv Papers Scraper

Search arXiv papers by query, category, author, or ID. Extract titles, abstracts, authors, dates, DOI, PDF links, and categories via the official API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ashwin Prasad

Ashwin Prasad

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Categories

Share

Search arXiv at scale and export clean paper metadata for research monitoring, literature reviews, AI datasets, RAG ingestion, academic trend analysis, and competitor tracking.

Why use this Actor

  • Uses the official public arXiv API for low cost and high reliability.
  • Exports normalized paper rows that are easy to send to datasets, spreadsheets, warehouses, vector databases, and AI agents.
  • Runs without a browser or residential proxy, keeping execution fast and predictable.
  • Works well as a scheduled monitor for new papers in AI, ML, robotics, quantitative finance, biology, physics, mathematics, and computer science.

Common use cases

  • Build a daily feed of new arXiv papers for a research team.
  • Create a literature-review dataset for RAG or semantic search.
  • Track fast-moving AI topics such as LLMs, agents, diffusion models, computer vision, and retrieval augmented generation.
  • Monitor university labs, authors, categories, keywords, and competitor research.
  • Export arXiv metadata to CSV, Airtable, BigQuery, Snowflake, or a vector database.

Input

Search by keywords, author names, categories, or arXiv IDs. Keep the first test small, then increase limits once the output shape matches your workflow.

{
"queries": ["large language models agents", "cat:cs.AI"],
"maxResultsPerQuery": 25,
"sortBy": "submittedDate",
"sortOrder": "descending"
}

Output

The Actor stores every result in the default Apify dataset. Rows include arXiv ID, title, abstract, authors, categories, DOI when present, PDF URL, source URL, published date, and updated date so downstream jobs can deduplicate and refresh records.

SEO keywords

arXiv scraper, arXiv API, arXiv papers scraper, arXiv dataset export, AI research papers scraper, academic papers API, literature review scraper, RAG research dataset, machine learning papers scraper.

Pricing recommendation

Suggested store setup: pay per event with the default dataset-item event as the primary event. Launch around $0.0015 per paper row, then adjust after real usage and margin data.

Notes

This Actor only accesses publicly available data from the source API. Source availability, rate limits, and upstream schema changes can affect individual runs.

Responsible use

Use this actor for public arXiv metadata and links. It does not claim ownership of papers, bypass publisher access controls, or download private full text. Respect arXiv API etiquette, keep scheduled runs reasonably scoped, and cite original authors and papers in downstream products.

Automation ideas

Schedule daily runs for AI, robotics, biotech, quant, or category-specific watchlists. AI agents can summarize new abstracts, detect trending topics, route papers by lab or author, and push relevant PDFs/metadata into RAG indexes or research alert channels.