search_sources
Search for journals, conferences, and publication sources with results sorted by h-index descending. Returns h-index, impact metrics, and open access status.
Instructions
Search for journals, conferences, and other publication sources. Results are sorted by h-index descending by default, making it easy to identify top-tier venues. Returns h-index, impact metrics, and open access status. Use check_venue_quality for detailed metrics on a specific venue, or get_top_venues_for_field to discover the best venues in a research area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Source/journal name or search query. For exact phrase matching of a multi-word journal name (e.g., 'Journal of Financial Economics', 'Management Information Systems Quarterly'), set exact_phrase to true. | |
| exact_phrase | No | Set to true for exact phrase matching of the source name. Without this, name tokens are matched independently. Use when the journal/conference name is a specific multi-word phrase. | |
| type | No | Source type: journal, conference, repository, ebook platform, book series | |
| is_oa | No | Filter for open access sources only | |
| works_count | No | Filter by number of works published. Use >X or <X | |
| per_page | No | Results per page (default: 10, max: 200) |