tooluniverse.tools.OpenAIRE_search_publications module¶
OpenAIRE_search_publications
Search OpenAIRE Explore for research products including publications, datasets, and software. Ope…
- tooluniverse.tools.OpenAIRE_search_publications.OpenAIRE_search_publications(query, max_results, type, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Search OpenAIRE Explore for research products including publications, datasets, and software. Ope…
- Parameters:
query (
str
) – Search query for OpenAIRE research products. Use keywords to search across ti…max_results (
int
) – Maximum number of results to return. Default is 10, maximum is 100.type (
str
) – Type of research product to search: ‘publications’, ‘datasets’, or ‘software’…stream_callback (
Callable
, optional) – Callback for streaming output
- Return type:
list[Any]