Back to catalog
Cortexa research tool·literature·openaire
OpenAIRE Search Publications
Search OpenAIRE Explore for research products including publications, datasets, and software. OpenAIRE is the European open science platform that provides access to research outputs from EU-funded projects.
Livelast probed 2026-04-30 23:07Z· 120msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 120ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_results": {
"default": 10,
"description": "Maximum number of results to return. Default is 10, maximum is 100.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Search query for OpenAIRE research products. Use keywords to search across titles, abstracts, and metadata.",
"type": "string"
},
"type": {
"default": "publications",
"description": "Type of research product to search: 'publications', 'datasets', or 'software'. Default is 'publications'.",
"enum": [
"publications",
"datasets",
"software"
],
"type": "string"
}
},
"required": [
"query",
"max_results",
"type"
],
"type": "object"
}Examples (1)
Default OpenAIRE Search Publications call
public-safeinput
{
"max_results": 1,
"query": "BRCA1",
"type": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenAIRE_search_publications
- Tool name
- OpenAIRE_search_publications
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse