tooluniverse.tools.CORE_search_papers module¶
CORE_search_papers
Search for open access academic papers using CORE API. CORE is the world’s largest collection of …
- tooluniverse.tools.CORE_search_papers.CORE_search_papers(query, limit, year_from=None, year_to=None, language=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Search for open access academic papers using CORE API. CORE is the world’s largest collection of …
- Parameters:
query (
str
) – Search query for CORE papers. Use keywords separated by spaces to refine your…limit (
int
) – Maximum number of papers to return. This sets the maximum number of papers re…year_from (
int
) – Start year for publication date filter (e.g., 2020). Optional parameter to li…year_to (
int
) – End year for publication date filter (e.g., 2024). Optional parameter to limi…language (
str
) – Language filter for papers (e.g., ‘en’, ‘es’, ‘fr’). Optional parameter to li…stream_callback (
Callable
, optional) – Callback for streaming output
- Return type:
list[Any]