search_crossref
Search academic papers across all publishers using CrossRef's 150M+ citation database. Retrieve metadata including DOI, authors, title, abstract, citations, and publisher info. Verify DOIs or find papers by citation metadata.
Instructions
Search academic papers in CrossRef - the largest DOI citation database.
USE THIS TOOL WHEN:
- You need to find papers by DOI or citation metadata
- You want to search across all academic publishers (not just preprints)
- You need publication metadata like journal, volume, issue, citations
- You want to verify if a DOI exists or get its metadata
CrossRef indexes 150M+ scholarly works from thousands of publishers.
Results include DOI, authors, title, abstract, citations, and publisher info.
Args:
query: Search terms (e.g., 'machine learning', 'CRISPR gene editing').
max_results: Number of results (default: 10, max: 1000).
**kwargs: Optional filters:
- filter: 'has-full-text:true,from-pub-date:2020'
- sort: 'relevance' | 'published' | 'cited'
- order: 'asc' | 'desc'
Returns:
List of paper metadata dicts with keys: paper_id (DOI), title,
authors, abstract, doi, published_date, citations, url.
Example:
search_crossref("attention mechanism transformer", max_results=5)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| kwargs | Yes |