Research
Crossref logo

Crossref API

crossref.org

Crossref - scholarly works, funders, and citation metadata search.

Actions
5
Category
Research
Login
Not required
Output
JSON

Call the Crossref API

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

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_crossref_article_citations",
    "params": {
      "doi": "10.3390/biology7010011"
    }
  }'

5 actions on crossref.org

Read

  • Funder Search

    act_crossref_funder_search_resultsread1 credit / call

    Returns funding organizations matching a name with funder ids, names, and locations.

    funder_query
    string · required
  • Scholarly Works Search

    act_crossref_works_search_resultsread2 credits / call

    Returns scholarly works matching a keyword with DOI, title, authors, and journal.

    search_query
    string · required
    page
    string
  • Work Details

    act_search_crossref_org_work_detailread1 credit / call

    Returns full metadata for a scholarly work by DOI including title, authors, journal, and dates.

    doi
    string · required
  • Works Search

    act_search_crossref_org_works_type_filtered_searchread1 credit / call

    Returns scholarly works by keyword and type with titles, DOIs, and authors.

    search_query
    string · required
    work_type
    string · required

Write

Write actions change state on crossref.org and run as the account you connect.

  • Article Citations

    act_crossref_article_citationswrite2 credits / call

    Fetches citation metadata for a DOI including title, authors, and citation count.

    doi
    string · required

Crossref API questions

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