Back to catalog
Cortexa research tool·genomics·core
CORE Search Papers
Search for open access academic papers using CORE API. CORE aggregates OA repository and journal content; queries can match metadata and (for many records) indexed full text, but coverage varies by source. Use CORE_get_fulltext_snippets to search inside a returned PDF URL when exact body-text terms matter.
Livelast probed 2026-04-30 23:07Z· 5235msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 5235ms
Schema
JSON Schema the agent (or your API call) must match.
{
"anyOf": [
{
"required": [
"query"
]
},
{
"required": [
"search"
]
},
{
"required": [
"q"
]
}
],
"properties": {
"language": {
"description": "Language filter for papers (e.g., 'en', 'es', 'fr'). Optional parameter to limit search to papers in specific language.",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of papers to return. This sets the maximum number of papers retrieved from CORE.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"max_results": {
"description": "Alias for `limit`.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"page_size": {
"description": "Alias for `limit`.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"q": {
"description": "Alias for `query`.",
"type": "string"
},
"query": {
"description": "Search query for CORE papers. Use keywords separated by spaces to refine your search.",
"type": "string"
},
"search": {
"description": "Alias for `query`.",
"type": "string"
},
"year_from": {
"description": "Start year for publication date filter (e.g., 2020). Optional parameter to limit search to papers published from this year onwards.",
"type": "integer"
},
"year_to": {
"description": "End year for publication date filter (e.g., 2024). Optional parameter to limit search to papers published up to this year.",
"type": "integer"
}
},
"type": "object"
}Examples (1)
Default CORE Search Papers call
public-safeinput
{
"limit": 3,
"max_results": 1,
"page_size": 1,
"query": "BRCA1",
"year_from": 1,
"year_to": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CORE_search_papers
- Tool name
- CORE_search_papers
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse