ArXiv Paper Metadata Scraper avatar

ArXiv Paper Metadata Scraper

Pricing

$1.00 / 1,000 paper scrapeds

Go to Apify Store
ArXiv Paper Metadata Scraper

ArXiv Paper Metadata Scraper

Extracts full metadata (title, authors, abstract, subjects, dates, DOI, PDF/HTML/source links) from arXiv paper abstract pages given a list of URLs.

Pricing

$1.00 / 1,000 paper scrapeds

Rating

5.0

(1)

Developer

Ahmed Ashraf

Ahmed Ashraf

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Extracts full metadata from arXiv paper abstract pages — title, authors, abstract, subject categories, submission/revision dates, version history, DOI, license, and links to the PDF, HTML rendering, and TeX source. Built for researchers, ML engineers, and AI agents who need structured arXiv metadata for a known list of papers, without scraping or parsing pages by hand.

Why this scraper

  • Takes direct arXiv URLs as input — no search query workaround required, so you get exactly the papers you ask for.
  • Returns fuller page data than typical alternatives: full version history dates, DOI, license URL, and the TeX source link, not just title/abstract/authors.
  • Priced at $0.001 per paper, lower than other per-paper arXiv scrapers.

Output fields

FieldTypeDescription
urlstringThe arXiv abstract page URL that was scraped
arxiv_idstringThe arXiv identifier, e.g. 1706.03762
titlestringPaper title
authorsstringComma-separated list of author names
abstractstringFull abstract text
primary_subjectstringPrimary arXiv subject/category, e.g. Computation and Language (cs.CL)
subjectsstringSemicolon-separated list of all listed subjects/categories
commentsstringAuthor comments field, e.g. page/figure count
submitted_datestringOriginal submission date
last_revised_datestringDate of the most recent revision
latest_versionstringLatest version label, e.g. v7
num_versionsintegerTotal number of versions submitted
pdf_urlstringDirect link to the PDF
html_urlstringLink to the experimental HTML rendering, if available
source_urlstringLink to the TeX/source archive
doistringarXiv-issued DOI, if present
license_urlstringLicense URL for the submission

Input

{
"startUrls": [
{ "url": "https://arxiv.org/abs/1706.03762" }
],
"maxItems": 50
}

Output

{
"url": "https://arxiv.org/abs/1706.03762",
"arxiv_id": "1706.03762",
"title": "Attention Is All You Need",
"authors": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin",
"abstract": "The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data.",
"primary_subject": "Computation and Language (cs.CL)",
"subjects": "Computation and Language (cs.CL); Machine Learning (cs.LG)",
"comments": "15 pages, 5 figures",
"submitted_date": "12 Jun 2017",
"last_revised_date": "2 Aug 2023",
"latest_version": "v7",
"num_versions": 7,
"pdf_url": "https://arxiv.org/pdf/1706.03762",
"html_url": "https://arxiv.org/html/1706.03762v7",
"source_url": "https://arxiv.org/src/1706.03762",
"doi": "https://doi.org/10.48550/arXiv.1706.03762",
"license_url": "http://arxiv.org/licenses/nonexclusive-distrib/1.0/"
}

Pricing

Pay per event: $0.001 per paper scraped. A run of 100 papers costs $0.10; 1,000 papers costs $1.00.

Use cases

  • Building a citation or literature-review dataset from a curated list of arXiv paper URLs.
  • Feeding paper abstracts and metadata into a retrieval or RAG pipeline for an AI research assistant.
  • Tracking version history and DOIs for papers cited in a lab's internal bibliography or publication tracker.