Iclr: Get Papers By Keyword
Iclr via Parse · education
Searches for ICLR papers by keyword in a specific year using the OpenReview search API. Returns matching papers with their full content. The search matches against all paper fields (title, abstract, keywords). Supports server-side pagination via limit and offset. 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_papers_by_keyword
- Interface artifact
- sha256:29d7f760fc80bde51f28b9810874a7cb427294d807fb6b4db500ab873c237e9d
- Manifest digest
- sha256:e201255743cb83b078c4e011849eb2cbe739bb555d99f49bcca9996793f5511d
Request fields
- year (string): Conference year.: Allowed values: 2024, 2025, 2023
- limit (integer): Maximum number of results to return.
- offset (integer): Pagination offset.
- keyword (string, required): Search keyword to match against paper content.
Example queries
- {"year":"2024","limit":"5","offset":"0","keyword":"attention"}