get_papers_batch
Retrieve details for multiple papers (up to 500) in a single request, avoiding inefficient loops and respecting rate limits.
Instructions
Fetch details for many papers in ONE request (up to 500).
Far more efficient than calling fetch_paper_details in a loop: a single
request returns all of them, which matters under the 1 request/second limit.
Args:
paper_ids: Semantic Scholar paper IDs (or DOIs, arXiv IDs, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_ids | Yes |