Finance
Asian Development Bank logo

Asian Development Bank API

adb.org

Asian Development Bank data portal - publications, project documents, economic indicators, and financing datasets.

Actions
6
Category
Finance
Login
Not required
Output
JSON

Call the Asian Development Bank API

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

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

6 actions on adb.org

Read

  • Energy Knowledge Hub

    act_adb_org_energy_knowledge_hubread1 credit / call

    Returns energy publications and resources with links to their detail pages.

  • Energy Topic Overview

    act_adb_org_energy_topic_overviewread1 credit / call

    Returns the energy topic overview with program summaries and section links.

  • Homepage Overview

    act_adb_org_homepage_overviewread1 credit / call

    Returns the homepage with featured cards, navigation, and section links.

  • Project Document Details

    act_adb_org_project_document_detailread2 credits / call

    Returns a project document's title, body, country, type, and publication date.

    document_slug
    string · required
    searchstax_token
    string
  • Project Documents Search

    act_adb_org_project_documents_searchread2 credits / call

    Returns paginated project document results with titles, countries, and dates.

    search_query
    string · required
    searchstax_token
    string · required
    page_offset
    string
    language_fq
    string
  • What We Do Overview

    act_adb_org_what_we_do_overviewread1 credit / call

    Returns the What We Do overview describing operations and topic program links.

Asian Development Bank API questions

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

All Finance sites