Government Legal
ICIJ Offshore Leaks logo

ICIJ Offshore Leaks API

offshoreleaks.icij.org

ICIJ Offshore Leaks - entity search, investigations, and profiles with jurisdiction metadata.

Actions
4
Category
Government Legal
Login
Not required
Output
JSON

Call the ICIJ Offshore Leaks API

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

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_offshoreleaks_icij_dataset_homepage",
    "params": {}
  }'

4 actions on offshoreleaks.icij.org

Read

  • Dataset Homepage

    act_offshoreleaks_icij_dataset_homepageread1 credit / call

    Returns available investigation datasets, total entity count, and the global search entry point.

  • Entity Profile Details

    act_offshoreleaks_icij_entity_profile_detailread1 credit / call

    Returns an offshore entity profile by ID with jurisdiction, dates, and linked connections.

    entity_id
    string · required
  • Entity Search Results

    act_offshoreleaks_icij_entity_search_resultsread2 credits / call

    Returns matching entities with names and jurisdictions for an investigation keyword search.

    investigation_slug
    string · required
    search_query
    string · required
    category
    string
    jurisdiction
    string
  • Investigation Browse Listing

    act_offshoreleaks_icij_investigation_browse_listingread2 credits / call

    Returns entities with names, jurisdictions, and linked countries for an investigation dataset.

    investigation_slug
    string · required

ICIJ Offshore Leaks API questions

Is there an API for ICIJ Offshore Leaks?
ICIJ Offshore Leaks does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for offshoreleaks.icij.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 ICIJ Offshore Leaks 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 offshoreleaks.icij.org changes its markup, Anakin updates the action.
Do I need a ICIJ Offshore Leaks account?
No. Every ICIJ Offshore Leaks action listed here runs anonymously — no account and no credentials required.
What does the ICIJ Offshore Leaks 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 Government Legal APIs

All Government Legal sites