Research
The Lancet logo

The Lancet API

thelancet.com

The Lancet - medical article abstracts, full text, issues, and journals.

Actions
5
Category
Research
Login
Not required
Output
JSON

Call the The Lancet API

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

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": "act_thelancet_article_abstract_detail",
    "params": {
      "journal_code": "laninf",
      "article_pii": "PIIS1473-3099(26)00177-5"
    }
  }'

5 actions on thelancet.com

Read

  • Article Abstract Details

    act_thelancet_article_abstract_detailread2 credits / call

    Returns an article's title, abstract, authors, and citation metadata.

    journal_code
    string · required
    article_pii
    string · required
  • Article Fulltext Details

    act_thelancet_article_fulltext_detailread2 credits / call

    Returns an article's full text body, abstract, authors, and citation metadata.

    journal_code
    string · required
    article_pii
    string · required
  • Current Issue TOC

    act_thelancet_current_issue_tocread1 credit / call

    Returns the current issue's table of contents with article titles and links.

    journal_code
    string · required
  • Homepage Feed

    act_thelancet_homepage_ssrread1 credit / call

    Returns the homepage featured headlines, latest articles, and journal navigation.

  • Journal Section Listing

    act_thelancet_journal_section_listingread1 credit / call

    Returns a journal's article listings with titles, authors, and links.

    journal_code
    string · required

The Lancet API questions

Is there an API for The Lancet?
The Lancet does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for thelancet.com. 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 The Lancet 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 thelancet.com changes its markup, Anakin updates the action.
Do I need a The Lancet account?
No. Every The Lancet action listed here runs anonymously — no account and no credentials required.
What does the The Lancet 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