BioRxiv List Recent Preprints
List recent bioRxiv or medRxiv preprints by date range. Returns up to 100 preprints posted between the given start and end dates, with title, authors, abstract, DOI, category, and publication status. The bioRxiv API returns results in batches of up to 100; use the cursor parameter for pagination (0 for first page, 100 for second, etc.). Use this to monitor new preprints in a date range or discover recent work in a field. For searching by DOI, use BioRxiv_get_preprint instead. For searching by k…
Overview
List recent bioRxiv or medRxiv preprints by date range. Returns up to 100 preprints posted between the given start and end dates, with title, authors, abstract, DOI, category, and publication status. The bioRxiv API returns results in batches of up to 100; use the cursor parameter for pagination (0 for first page, 100 for second, etc.). Use this to monitor new preprints in a date range or discover recent work in a field. For searching by DOI, use BioRxiv_get_preprint instead. For searching by keywords, use EuropePMC_search_articles with 'SRC:PPR' filter.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 93ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cursor": {
"default": 0,
"description": "Pagination cursor (0 for first 100 results, 100 for next 100, etc.)",
"type": "integer"
},
"end_date": {
"description": "End date in YYYY-MM-DD format (e.g., '2024-01-03'). Date range must not exceed 60 days.",
"type": "string"
},
"server": {
"default": "biorxiv",
"description": "Server: 'biorxiv' for biology preprints, 'medrxiv' for health sciences preprints",
"enum": [
"biorxiv",
"medrxiv"
],
"type": "string"
},
"start_date": {
"description": "Start date in YYYY-MM-DD format (e.g., '2024-01-01'). Date range must not exceed 60 days.",
"type": "string"
}
},
"required": [
"start_date",
"end_date"
],
"type": "object"
}Examples (1)
Default BioRxiv List Recent Preprints call
{
"cursor": 1,
"end_date": "",
"start_date": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_BioRxiv_list_recent_preprints
- Tool name
- BioRxiv_list_recent_preprints
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse