Education
ISC2 logo

ISC2 API

isc2.org

ISC2 - cybersecurity certifications, exams, and exam-prep products with pricing.

Actions
1
Category
Education
Login
Not required
Output
JSON

Call the ISC2 API

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

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_isc2_certification_catalog_exams",
    "params": {
      "product_keys": ["EXM-EXM-CC","EXM-EXM-CGRC","EXM-EXM-SSCP"]
    }
  }'

1 action on isc2.org

Write

Write actions change state on isc2.org and run as the account you connect.

  • Certification Catalog Exams

    act_isc2_certification_catalog_examswrite2 credits / call

    Returns exam products for given keys with titles, SKUs, and certification labels.

    product_keys
    array · required

ISC2 API questions

Is there an API for ISC2?
ISC2 does not offer a public data API for this, but Anakin Wire provides 1 maintained endpoint for isc2.org. 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 ISC2 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 isc2.org changes its markup, Anakin updates the action.
Do I need a ISC2 account?
No. Every ISC2 action listed here runs anonymously — no account and no credentials required.
What does the ISC2 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 Education APIs

All Education sites