arXiv Preprint Scraper avatar

arXiv Preprint Scraper

Pricing

$0.40 / 1,000 records

Go to Apify Store
arXiv Preprint Scraper

arXiv Preprint Scraper

arXiv Preprint Scraper. No API key required. Pay only per result; empty or failed runs cost nothing.

Pricing

$0.40 / 1,000 records

Rating

0.0

(0)

Developer

Christian Pichichero

Christian Pichichero

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

arXiv Preprint Scraper — a fast, reliable arxiv scraper that needs no API key. You pay only for the results you get: failed or empty runs are always free.

This arxiv scraper runs on the Apify platform, so you can call it from the API, run it on a schedule, or export results to JSON, CSV, Excel, or Google Sheets.

What this scraper does

  • Extracts structured arxiv data with no browser or API key required
  • Returns clean JSON, one record per result — ready for sheets, databases, or apps
  • Pay-per-result pricing: you are never charged for a run that returns nothing
  • Runs on demand or on a schedule, and integrates with 5,000+ apps via the Apify API and webhooks

What data you get

Each result record includes fields such as:

  • Arxiv Id (arxivId) — e.g. "0704.0001v2"
  • Title (title) — e.g. "Calculation of prompt diphoton production cross sections...
  • Authors (authors) — e.g. ["C. Balazs", "E. L. Berger", "P. M. Nadolsky", "C. -P. Y...
  • Summary (summary) — e.g. "A fully differential calculation in perturbative quantum...
  • Categories (categories) — e.g. ["hep-ph"]
  • Primary Category (primaryCategory) — e.g. "hep-ph"
  • Published Date (publishedDate) — e.g. "2007-04-02T19:18:42Z"
  • Updated Date (updatedDate) — e.g. "2007-07-24T20:10:27Z"
  • Pdf Url (pdfUrl) — e.g. "https://arxiv.org/pdf/0704.0001v2"
  • Doi (doi) — e.g. "10.1103/PhysRevD.76.013009"
  • Journal Ref (journalRef) — e.g. "Phys.Rev.D76:013009,2007"
  • Comment (comment) — e.g. "37 pages, 15 figures; published version"
  • Abs Url (absUrl) — e.g. "http://arxiv.org/abs/0704.0001v2"
  • Query (query) — e.g. "all:diphoton"

Input

FieldTypeDescription
searchQueriesarrayarXiv search queries. Raw syntax passes through (e.g. 'cat:cs.AI', 'au:hinton', 'ti:transformer', 'electron...
categoriesarrayarXiv subject categories to pull, e.g. 'cs.AI', 'cs.LG', 'hep-ph'. Each becomes a cat: query. A bare catego...
maxResultsintegerMaximum papers to return per query (paginated 100/request). Defaults to 50, capped at 2000.

Example output

{
"type": "paper",
"arxivId": "0704.0001v2",
"title": "Calculation of prompt diphoton production cross sections at Tevatron and LHC energies",
"authors": [
"C. Balazs",
"E. L. Berger",
"P. M. Nadolsky",
"C. -P. Yuan"
],
"summary": "A fully differential calculation in perturbative quantum chromodynamics is presented for the production of massive photon pairs at hadron colliders. All next-to-leading order perturbative contributions ... showing that enhanced sensitivity to the signal can be obtained with judicious selection of events.",
"categories": [
"hep-ph"
],
"primaryCategory": "hep-ph",
"publishedDate": "2007-04-02T19:18:42Z",
"updatedDate": "2007-07-24T20:10:27Z",
"pdfUrl": "https://arxiv.org/pdf/0704.0001v2",
"doi": "10.1103/PhysRevD.76.013009",
"journalRef": "Phys.Rev.D76:013009,2007",
"comment": "37 pages, 15 figures; published version",
"absUrl": "http://arxiv.org/abs/0704.0001v2",
"query": "all:diphoton",
"scrapedAt": "2026-07-10T00:00:00Z"
}

Use cases

  • Automate research and data collection
  • Feed dashboards, sheets, and databases
  • Enrich records in your CRM or app
  • Monitor changes on a schedule

Pricing

This actor uses pay-per-result pricing at $0.0004 per record. There is no monthly fee and no start fee — and empty or failed runs cost $0, so you only ever pay for data you actually receive.

Frequently asked questions

Do I need an API key or account for the source? No. This arxiv scraper works out of the box with no API key required.

What happens if a run returns no results? You are not charged. Billing is per result, so empty or failed runs are free.

Can I run the arxiv scraper on a schedule? Yes. Use the Apify Scheduler to run it hourly, daily, or on any cron schedule, and get results by webhook or API.

What export formats are supported? Results can be exported as JSON, CSV, Excel, HTML, or pushed to Google Sheets, a database, or your own app via the Apify API.

Is the data structured? Yes. Every arxiv result is a clean, flat JSON record you can use immediately.