arXiv Papers Scraper avatar

arXiv Papers Scraper

Pricing

$1.50 / 1,000 results

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

$1.50 / 1,000 results

Rating

0.0

(0)

Developer

Neuton Scripts

Neuton Scripts

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 days 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 first, with a labeled OpenAlex metadata fallback when shared arXiv API traffic is rate-limited.
  • 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.

Start in 30 seconds

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

{
"searchQueries": ["all:\"large language models\""],
"maxResults": 10,
"sortBy": "submittedDate",
"sortOrder": "descending"
}

Output schema

The Actor stores every result in the default Apify dataset. Rows include sourceType, 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. sourceType=openalex_fallback is explicit when the official arXiv endpoint is rate-limited.

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

Pay per result: $1.50 per 1,000 paper rows. Empty inputs, failed requests, and the run summary do not create paid dataset rows.

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.