paper_search_bulk
Conduct bulk paper searches with cursor-based pagination to collect large result sets (up to 10 million). Filter by year, venue, fields, and citation count for systematic literature gathering.
Instructions
Bulk-search papers with cursor-based pagination for retrieving large result sets (up to 10M results). Returns a continuation token to fetch subsequent pages. Use for systematic literature collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order: 'citationCount' (desc), 'publicationDate' (desc), or 'paperId' (asc). Default: relevance. | |
| year | No | Year filter, e.g. '2020' or '2018-2023'. | |
| limit | No | Results per page (1-1000, default: 100). | |
| query | Yes | Search query string. | |
| token | No | Continuation token from a previous bulk search response to get next page. | |
| venue | No | Venue filter, comma-separated. | |
| fields | No | Comma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fieldsOfStudy, externalIds, url, venue, publicationVenue, publicationTypes, publicationDate, journal, citations, references. Author fields: authorId, name, affiliations, homepage, paperCount, citationCount, hIndex. | |
| fieldsOfStudy | No | Fields of study, comma-separated. | |
| openAccessPdf | No | Only open access papers. | |
| response_format | No | Output format: 'markdown' for human-readable text (default), 'json' for raw structured data | markdown |
| minCitationCount | No | Minimum citation count. | |
| publicationTypes | No | Publication types, comma-separated. |