Research
OpenAIRE logo

OpenAIRE API

openaire.eu

OpenAIRE - research outputs, publications, datasets, projects, and citation metadata.

Actions
12
Category
Research
Login
Not required
Output
JSON

Call the OpenAIRE API

Submit a task, then poll the job until it settles. This example runs act_openaire_eu_datasource_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_openaire_eu_datasource_detail",
    "params": {
      "datasource_id": "06cdd3ff4700::06cca0c58bb1a9723735f525aeaa9c6f"
    }
  }'

12 actions on openaire.eu

Read

  • Datasource Details

    act_openaire_eu_datasource_detailread1 credit / call

    Returns full metadata for a single data provider including name, website URL, and journal ISSN.

    datasource_id
    string · required
  • Datasource Filter Facets

    act_openaire_eu_datasource_filter_facetsread1 credit / call

    Returns facet metadata for browsing data providers, including country and thematic filters.

  • Datasource Linked Output Count

    act_openaire_eu_datasource_linked_output_countread2 credits / call

    Returns linked research output counts for a datasource by output type such as publications or datasets.

    output_type
    string · required
    page
    integer · required
    size
    integer
    source
    string · required
  • Datasource Listing

    act_openaire_eu_datasource_listingread2 credits / call

    Returns a paginated list of data providers with official names and datasource IDs for a country.

    country
    string · required
    page
    integer · required
    size
    integer · required
  • Linked Output Relations

    act_openaire_eu_linked_output_relationsread2 credits / call

    Returns graph-linked research outputs for a source record with relation type and pagination.

    page
    integer · required
    page_size
    integer
    relation
    string · required
    sourcePid
    string · required
  • Project Details

    act_openaire_eu_project_detailread1 credit / call

    Returns full metadata for a single funded research project including title, funder, and start date.

    project_id
    string · required
  • Project Filter Facets

    act_openaire_eu_project_filter_facetsread1 credit / call

    Returns facet metadata for browsing funded research projects including funder and year filters.

  • Project Linked Output Count

    act_openaire_eu_project_linked_output_countread2 credits / call

    Returns linked research output counts for a funded project by output type such as publications or datasets.

    output_type
    string · required
    relProjectId
    string · required
  • Project Listing

    act_openaire_eu_project_listingread2 credits / call

    Returns a paginated list of funded research projects with project IDs and titles.

    page
    integer · required
    size
    integer · required
  • Research Output Details

    act_openaire_eu_research_output_detailread1 credit / call

    Returns full metadata for a single research output including title, authors, date, and identifiers.

    pid
    string · required
    result_type
    string · required
  • Research Output Filter Facets

    act_openaire_eu_research_output_filter_facetsread1 credit / call

    Returns facet metadata for browsing research outputs including country, language, and community filters.

  • Research Output Listing

    act_openaire_eu_research_output_listingread2 credits / call

    Returns a paginated list of research outputs filtered by country.

    country
    string · required
    page
    integer · required
    size
    integer · required

OpenAIRE API questions

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