search_by_community
Search for scientific records within a specific Zenodo community. Filter results by query, sort order, and pagination.
Instructions
Search for records within a specific Zenodo community.
Parameters
community : str Community ID (e.g. "zenodo", "openaire", "cern"). query : str, optional Additional search query to filter within the community. sort : str Sort order: "bestmatch" or "mostrecent". page : int Page number. size : int Results per page.
Returns
list[dict] List of matching record summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| sort | No | bestmatch | |
| query | No | ||
| community | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |