Research
arXiv logo

arXiv API

arxiv.org

arXiv - paper search by keyword, author, or category; metadata and new submissions.

Actions
3
Category
Research
Login
Not required
Output
JSON

Call the arXiv API

Submit a task, then poll the job until it settles. This example runs ax_new_papers.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "ax_new_papers",
    "params": {
      "category": "cs.LG"
    }
  }'

3 actions on arxiv.org

Read

  • New Papers

    ax_new_papersread2 credits / call

    Returns today's new and updated submissions for a category with titles, authors, abstracts, and PDF links.

    category
    string · required
    type
    string
    max_results
    integer
  • Paper Details

    ax_paper_detailsread1 credit / call

    Returns full paper metadata by ID including title, abstract, authors, categories, DOI, and PDF link.

    arxiv_id
    string · required
  • Paper Search

    ax_search_papersread1 credit / call

    Returns matching papers with titles, authors, abstracts, categories, and PDF links for a query.

    query
    string · required
    max_results
    integer
    start
    integer
    sort_by
    string
    sort_order
    string
    search_field
    string

arXiv API questions

Is there an API for arXiv?
arXiv does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for arxiv.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape arXiv data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when arxiv.org changes its markup, Anakin updates the action.
Do I need a arXiv account?
No. Every arXiv action listed here runs anonymously — no account and no credentials required.
What does the arXiv API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Research APIs

All Research sites