citation_graph
Map an arXiv paper's citation network by retrieving both citing papers and references via Semantic Scholar's graph.
Instructions
Return papers citing an arXiv paper and papers that it references using Semantic Scholar's citation graph. Results are bounded (default 50) to stay within the unauthenticated quota. Under load, export SEMANTIC_SCHOLAR_API_KEY for a higher limit; without a key, persistent rate limits return status=rate_limited instead of failing hard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | arXiv ID (for example: 2401.12345). | |
| max_citations | No | Maximum citations and references to return (default 50). |