Zenodo: Search Records
Zenodo via Parse · education
Search Zenodo records with various filters and pagination. Returns paginated results with aggregations for faceted filtering. Supports query syntax, resource type/subtype filtering, community membership filtering, and access-right filtering. Results are ordered by sort parameter. Search and retrieve records, files, versions, communities, and statistics from Zenodo's open science repository. Fulfilled by Parse from zenodo.org.
- developer-tools
- education
- government-public
- parse
- platform-key
- zenodo
- zenodo-org
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/6d5c7106-d65c-4baf-8bb3-3f87a8a17925/search_records
- Interface artifact
- sha256:9c40d06c426656878bf6d8b28edb4598654a40248867ef75030d52090e4aef66
- Manifest digest
- sha256:e7dcd474d6ded443a88c217f6502f230bde24b20e031e6c29876e50b83b7d609
Request fields
- q (string, required): Search query string.
- page (integer): Page number for pagination.
- size (integer): Number of results per page.: Allowed values: 5, 10, 25
- sort (string): Sort order.: Allowed values: bestmatch, mostrecent
- type (string): Filter by resource type (e.g., 'publication', 'software', 'dataset').
- subtype (string): Filter by resource subtype (e.g., 'article', 'preprint').
- communities (string): Filter by community slug.
- access_right (string): Filter by access right.
- resource_type (string): Filter by resource type (e.g., 'publication', 'dataset').
Example queries
- {"q":"climate change","page":"1","size":"5","sort":"bestmatch"}