Research
Iclr.cc logo

Iclr.cc API

iclr.cc

ICLR - conference papers, posters, abstracts, authors, and conference details.

Actions
3
Category
Research
Login
Not required
Output
JSON

Call the Iclr.cc API

Submit a task, then poll the job until it settles. This example runs act_iclr_cc_conference_homepage_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_iclr_cc_conference_homepage_ssr",
    "params": {}
  }'

3 actions on iclr.cc

Read

  • Conference Homepage

    act_iclr_cc_conference_homepage_ssrread1 credit / call

    Returns conference homepage details: title, headline, and overview summary.

  • Paper Poster Details

    act_iclr_cc_paper_poster_detail_ssrread1 credit / call

    Returns a paper's poster metadata: title, authors, and abstract.

    conference_year
    string · required
    poster_id
    string · required
  • Papers Listing

    act_iclr_cc_papers_listing_ssrread2 credits / call

    Returns accepted papers for a conference year with titles and poster links.

    conference_year
    string · required

Iclr.cc API questions

Is there an API for Iclr.cc?
Iclr.cc does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for iclr.cc. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Iclr.cc data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when iclr.cc changes its markup, Anakin updates the action.
Do I need a Iclr.cc account?
No. Every Iclr.cc action listed here runs anonymously — no account and no credentials required.
What does the Iclr.cc API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Research APIs

All Research sites