search_papers
Search academic papers using keywords, filter by institution or author, and sort by relevance, citations, or date to find relevant research.
Instructions
Searches for academic papers using the OpenAlex API.
Args: query: The search term or keywords to look for in the papers. search_by: The field to search in ("default", "title", or "title_and_abstract"). sort_by: The sorting criteria ("relevance_score", "cited_by_count", or "publication_date"). institution_name: An optional institution or affiliation name to filter search results. author_id: An optional OpenAlex Author ID to filter search results. e.g., "https://openalex.org/A123456789" page: The page number of the results to retrieve (default: 1).
Returns: A JSON object containing a list of searched papers+ids, or an error message if the search fails.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
author_id | No | ||
institution_name | No | ||
page | No | ||
query | Yes | ||
search_by | No | default | |
sort_by | No | relevance_score |