tooluniverse.tools.EuropePMC_search_articles module¶
EuropePMC_search_articles
Search for articles on Europe PMC including abstracts and metadata. Europe PMC supports fielded q…
- tooluniverse.tools.EuropePMC_search_articles.EuropePMC_search_articles(query, limit=5, require_has_ft=False, fulltext_terms=None, enrich_missing_abstract=False, extract_terms_from_fulltext=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Search for articles on Europe PMC including abstracts and metadata. Europe PMC supports fielded q…
- Parameters:
query (
str) – Search query for Europe PMC. Supports Lucene-like fielded syntax (e.g., BODY:…limit (
int) – Number of articles to return. This sets the maximum number of articles retrie…require_has_ft (
bool) – If true, appends HAS_FT:Y to the query to restrict results to records where…fulltext_terms (
list[str]) – Optional list of terms that must occur in the indexed full text (Europe PMC B…enrich_missing_abstract (
bool) – If true, best-effort fills missing abstracts by fetching Europe PMC fullTextX…extract_terms_from_fulltext (
list[str]) – Optional list of terms to extract from full text (open access only). When pro…stream_callback (
Callable, optional) – Callback for streaming output
- Return type:
list[Any]