search_works_in_venue
Search for papers published in a specific journal or conference by name, ISSN, or ID. Filter by topic, year, citation count, and sort results for credibility.
Instructions
Search for papers published in a specific journal or conference. This is the primary tool for restricting citations to credible, high-impact venues. Identify the venue first via check_venue_quality or search_sources, then use its name, ISSN, or ID here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: cited_by_count:desc (default for credibility), publication_year:desc, relevance_score | |
| query | No | Topic or keyword query to search within the venue. For exact phrase matching (e.g., 'privacy paradox' as a specific concept), set exact_phrase to true. | |
| to_year | No | To publication year | |
| per_page | No | Results per page (default: 10, use 20 for broader coverage, max 200) | |
| venue_id | No | OpenAlex source ID for precise identification | |
| from_year | No | From publication year | |
| venue_issn | No | Journal ISSN for precise identification (e.g., "0028-0836" for Nature) | |
| venue_name | No | Journal/conference name (partial match). E.g., "Nature", "NeurIPS", "ICML", "PNAS", "AAAI" | |
| exact_phrase | No | Set to true for exact phrase matching. Without this, search terms are matched independently. Use this when searching for a specific concept or multi-word term (e.g., 'privacy paradox', 'supply chain resilience'). | |
| search_field | No | Restrict search to a specific field: 'title' (paper titles only), 'abstract' (abstracts only), or 'fulltext' (full text only). By default, searches across all fields. Cannot be combined with exact_phrase. | |
| min_citations | No | Minimum citation count |