Iclr: Get All Accepted Papers
Iclr via Parse · education
Retrieves accepted papers for a given ICLR year from the OpenReview API. Supports client-side pagination via limit and offset over up to 1000 papers per year. Returns full OpenReview note objects including content (title, authors, abstract, venue, keywords). Access ICLR conference data including papers, search results, reviews, and metadata via the OpenReview API. Fulfilled by Parse from iclr.cc.
- developer-tools
- education
- iclr
- iclr-cc
- news-media
- parse
- platform-key
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/3a24cf40-7fd7-4a21-bb83-b6005c984cd3/get_all_accepted_papers
- Interface artifact
- sha256:3b5bbaab3f4422797ed25bd67b83289391e09ea28e924f8ad8ec6090ab0b0903
- Manifest digest
- sha256:e32286cc1650e365e773026ae47e066e72faf78f484b222429ec4ec8e4133f83
Request fields
- year (string): Conference year.: Allowed values: 2024, 2025, 2023
- limit (integer): Maximum number of papers to return.
- offset (integer): Pagination offset.
Example queries
- {"year":"2024","limit":"3","offset":"0"}