arXiv Paper Scraper β€” Abstracts, Authors & Metadata avatar

arXiv Paper Scraper β€” Abstracts, Authors & Metadata

Pricing

from $3.50 / 1,000 results

Go to Apify Store
arXiv Paper Scraper β€” Abstracts, Authors & Metadata

arXiv Paper Scraper β€” Abstracts, Authors & Metadata

Scrape research paper metadata from arXiv.org the worlds largest open-access repository. Search by keyword across computer science physics mathematics biology. Returns titles abstracts authors categories PDF links and DOIs. No API key required.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

arXiv Paper Scraper β€” Research Metadata, Abstracts & Author Data (No API Key)

Apify Actor No API key Pay per result Research Data Export

Scrape research paper metadata from arXiv.org, the world's largest open-access preprint repository with 2.5M+ scholarly articles across computer science, physics, mathematics, quantitative biology, economics, statistics and more. Search by keyword, topic, author or category and get back structured records with titles, full abstracts, complete author lists, categories, submission dates, PDF links, DOIs and journal references β€” clean JSON, straight from the official arXiv API. Fast, no browser, no API key, no login.

πŸ† Why this arXiv scraper?

15 fields per paper Β· up to 1,000 papers per query, unlimited queries Β· direct HTTP against the official arXiv Atom API (no browser, no key) Β· datacenter-proxy friendly Β· export to JSON / CSV / Excel. The turnkey way to build a research-paper dataset for literature reviews, AI/tech intelligence, talent sourcing and NLP training data.


✨ What this Actor does / Key features

  • πŸ“š Full-text abstracts β€” the complete abstract for every paper, not just a snippet β€” ready for embeddings, summarization or topic modeling.
  • πŸ‘€ Complete author lists β€” every co-author name, perfect for talent sourcing and citation-graph work.
  • 🏷️ Category filtering β€” narrow to arXiv taxonomy codes like cs.AI, cs.CL, cs.CV, stat.ML, physics.optics or q-bio.GN, or search across all fields.
  • πŸ”Ž Multi-query search β€” pass many search terms in one run; each paper is tagged with the searchQuery that found it.
  • πŸ—“οΈ Date filtering & sorting β€” keep only papers submitted after a dateFrom cutoff; sort by relevance, last-updated or submission date.
  • πŸ”— Direct links β€” abstract-page URL and direct PDF download URL for every result.
  • 🧾 Publication metadata β€” doi, journalRef and author comment (accepted-venue notes, code links, page counts) when the authors provide them.
  • ⚑ Official API, no browser β€” queries arXiv's public Atom/OAI-compatible API at export.arxiv.org; no headless browser, no HTML parsing, no scraping tricks.
  • πŸ›‘οΈ Proxy support β€” Apify Proxy integration; arXiv is proxy-friendly and datacenter proxies work fine.

πŸš€ Quick start (3 steps)

  1. Configure β€” add one or more searchQueries (keywords, a topic, or an author name). Optionally add categories, a dateFrom cutoff and a sortBy order.
  2. Run β€” click Start. The Actor pages through the arXiv API for every query and streams papers into your dataset.
  3. Get your data β€” open the Output tab and export to JSON, CSV, Excel or XML, or pull it via the Apify API.

πŸ“₯ Input

Give the Actor at least one searchQueries value. Everything else is optional.

Example β€” recent AI & NLP preprints (dataset building)

{
"searchQueries": ["large language models", "retrieval augmented generation"],
"categories": ["cs.AI", "cs.CL", "cs.LG"],
"sortBy": "submittedDate",
"dateFrom": "2026-01-01",
"maxResults": 500
}

Example β€” track one author's output (talent sourcing)

{
"searchQueries": ["Yann LeCun"],
"sortBy": "submittedDate",
"maxResults": 200
}

Example β€” broad topic sweep across fields

{
"searchQueries": ["quantum computing", "diffusion models", "protein folding"],
"sortBy": "relevance",
"maxResults": 300,
"proxyConfiguration": { "useApifyProxy": true }
}
FieldTypeDescription
searchQueriesarraySearch terms β€” keywords, topics, paper titles or author names. Each term is queried independently. Required.
categoriesarrayarXiv category codes to filter by (e.g. cs.AI, cs.CL, cs.CV, stat.ML, physics.optics, q-bio.GN). Leave empty to search all categories.
maxResultsintegerMaximum total papers to return across all queries (1–1000). Default 200.
sortBystringrelevance, lastUpdatedDate or submittedDate. Default relevance.
dateFromstringKeep only papers submitted on/after this date (YYYY-MM-DD). Empty = no date filter.
proxyConfigurationobjectApify Proxy settings. arXiv is proxy-friendly; datacenter proxies work fine.

Tip β€” category codes: browse arxiv.org/category_taxonomy to find the exact code for your field. Combining a focused searchQueries term with one or two categories gives the cleanest, most on-topic dataset.

πŸ“€ Output

One row per paper β€” 15 fields, exportable to JSON, CSV, Excel or XML. Here is a trimmed sample record:

{
"arxivId": "2401.12345",
"title": "Scaling Laws for Retrieval-Augmented Language Models",
"authors": "Jane Doe, John Smith, Alice Zhang",
"abstract": "We study how retrieval augmentation changes the scaling behavior of large language models across compute, data and parameter budgets. We find that…",
"categories": "cs.CL, cs.AI, cs.LG",
"primaryCategory": "cs.CL",
"publishedDate": "2024-01-22T18:00:04Z",
"updatedDate": "2024-02-15T09:31:12Z",
"pdfUrl": "https://arxiv.org/pdf/2401.12345",
"arxivUrl": "https://arxiv.org/abs/2401.12345",
"comment": "18 pages, 7 figures. Accepted at ICML 2024. Code: github.com/example/repo",
"journalRef": "Proceedings of ICML 2024",
"doi": "10.48550/arXiv.2401.12345",
"searchQuery": "large language models",
"scrapedAt": "2026-07-06T12:00:00.000Z"
}

πŸ’‘ Use cases

  • Literature reviews β€” pull every paper matching your topic and categories, filter by date, and export structured metadata instead of copy-pasting from the website.
  • AI & tech intelligence β€” track emerging methods and competitor research output by monitoring the categories that matter to your team.
  • Talent sourcing β€” search by domain, then mine the authors field to find researchers publishing in your area β€” every author is a potential hire.
  • NLP / ML dataset building β€” assemble titles and abstracts for text classification, topic modeling, retrieval benchmarks or citation-graph construction.
  • Trend & recency monitoring β€” sort by submittedDate with a rolling dateFrom to keep only fresh preprints and detect new work as it lands.
  • Bibliometrics β€” join doi / journalRef with other sources to enrich a scholarly-publications database.

πŸ‘₯ Who uses it

Researchers & PhD students running systematic literature reviews Β· VC and corporate-strategy teams tracking emerging tech Β· recruiters and engineering leaders sourcing research talent Β· ML/NLP teams building training and evaluation datasets Β· data journalists and bibliometrics analysts mapping the research landscape.

πŸ’° Pricing

This Actor runs on a simple pay-per-result model β€” you pay for the papers you extract, with no separate Apify platform fees to calculate. The arXiv API itself is free. Try it on the free tier first, then scale up. See the Pricing tab on this page for the current rate.

❓ Frequently Asked Questions

Is it legal to scrape arXiv? This Actor uses arXiv's own public, officially supported API and collects only openly available metadata. arXiv explicitly provides this API for programmatic access. You are responsible for respecting arXiv's API terms of use (polite request rates) and using the data lawfully. The Actor includes built-in delays to stay within arXiv's polite-use guidance.

Does arXiv have a public API? Is this an API alternative? arXiv does offer a free public API, and this Actor uses it directly (the Atom/OAI-PMH-compatible endpoint at export.arxiv.org). Think of this Actor as a ready-to-run wrapper around that API: it handles pagination, multi-query batching, date filtering, retries and clean field mapping, then hands you export-ready JSON/CSV β€” so you don't have to write and maintain the client yourself.

Do I need an API key or a login? No. arXiv's API requires no API key, no authentication and no login β€” only an Apify account to run the Actor.

Can I scrape arXiv without an API key or login? Yes. There is no key or account on the arXiv side. You supply your search queries, the Actor calls the public API over direct HTTP, and returns structured papers.

How much data can I get? Up to 1,000 papers per query, with no limit on the number of queries β€” so you can build datasets of tens of thousands of papers in a single run by combining many search terms. arXiv paginates large result sets; the Actor fetches pages sequentially with polite delays.

Can I download the actual PDFs? The Actor returns the direct pdfUrl for every paper. You can download the PDFs separately from those links. Full-text extraction from the PDFs is not included in this Actor.

Can I search arXiv by author name? Yes. Put the author's name in searchQueries and the Actor returns every matching paper with its full co-author list, abstract, categories and PDF link.

How do I build a dataset of recent AI papers from arXiv?

Set searchQueries to your AI topics, add cs.AI / cs.LG / cs.CL to categories, set sortBy to submittedDate, and use dateFrom to keep only recent preprints. Then export the dataset as CSV or JSON.

How do I export arXiv data to CSV or JSON?

Run the Actor, then export the resulting dataset as CSV, JSON, Excel or XML from the Apify console, or pull it programmatically via the Apify API.

What's the difference between publishedDate and updatedDate?

publishedDate is the original v1 submission date; updatedDate reflects the most recent revision. Sort by lastUpdatedDate to catch papers that were recently revised with new results.

Why is doi or journalRef sometimes empty?

Preprints often haven't been formally published yet, so they carry no DOI or journal reference. These fields populate once (and if) the authors add that metadata on arXiv.

πŸ”— More research & AI-intelligence scrapers by logiover

Building a research or competitive-intelligence pipeline? Pair arXiv with the rest of the AI-research suite:

ActorWhat it does
Semantic Scholar Research ScraperPeer-reviewed papers, citations & influence metrics
Hugging Face Hub IntelligenceModels, datasets & spaces metadata
GitHub Repository ScraperRepo metadata, stars, topics & activity
GitHub Activity StreamReal-time commits, releases & events
npm Package IntelligencePackage metadata, downloads & dependencies
Company Deep Research ScraperFull company dossier: tech stack, socials, contacts
AI Deep ResearchAutonomous multi-source research agent
AI Web SearchStructured web search results for agents
News Intelligence ScraperMulti-source, deduplicated, sentiment-scored news
Discussion Intelligence ScraperReddit + HN + Product Hunt + Stack Exchange opinion
CVE Security Advisory MonitorFresh CVEs & security advisories
AI Citation Source FinderFind citable sources for AI-generated claims

πŸ‘‰ Browse all logiover scrapers on Apify Store β€” 180+ actors across real estate, jobs, crypto, social media & B2B data.

⏰ Scheduling & integration

Schedule this Actor on Apify to track new preprints in your field daily or weekly. Export results to JSON, CSV or Excel, sync to Google Sheets, or push to your database, BI tools and webhooks through the Apify API. Connect it to Make, n8n or Zapier to build automated research-monitoring and alerting pipelines β€” or wrap it in an MCP server so AI agents can pull fresh papers into their context on demand.

⭐ Support & feedback

Found a bug or need an extra field? Open an issue on the Issues tab β€” response is usually fast. If this Actor saves you time, a β˜…β˜…β˜…β˜…β˜… review on the Store page genuinely helps and is hugely appreciated. πŸ™

This Actor extracts only publicly available metadata via arXiv's officially supported API, and is intended for legitimate research, analytics and dataset-building use. You are responsible for complying with arXiv's API terms of use, respecting polite request rates, and following any applicable local laws.


πŸ“ Changelog

2026-07-06

  • ✨ README overhaul: keyword-rich hero, full 15-field output reference with a realistic sample, three ready-to-run example scenarios, high-intent FAQ, and cross-links to the wider AI-research scraper suite.

2026-07-01

  • Maintenance pass: re-verified end-to-end on live data and confirmed successful runs within the 5-minute quality window on the default input.
  • Sharpened Store metadata (SEO title & description) and expanded the FAQ with high-intent, long-tail questions for easier discovery in Google and Apify Store search.
  • Added ready-to-run example tasks that cover common real-world use cases.