# GovSpendPulse Development Bank Procurement Intelligence

> GovSpendPulse Development Bank Procurement Intelligence is a paid API for AI agents from govspendpulse.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Retrieves multilateral development bank and UN procurement intelligence covering World Bank, ADB, AfDB, and UNGM across 100+ countries

## Facts

- Endpoint: GET https://govspendpulse.vercel.app/api/govspend/development-bank
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govspendpulse-development-bank-procurement-intelligence-0b5cce27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F4WkRivftMsdflrBZfVYB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability govspendpulse-development-bank-procurement-intelligence-0b5cce27
```

Example prompt: Can you pull up multilateral development bank procurement opportunities for environmental consulting firms — specifically from the World Bank and AfDB in Sub-Saharan Africa — and also show me what it takes to register as a vendor with UNGM?

## When to prefer this

Use this endpoint when seeking procurement intelligence specifically from multilateral development banks (World Bank, ADB, AfDB) or the UN system (UNGM), particularly for international business development across emerging markets and developing countries. Prefer this over the general international procurement endpoint when the user specifically needs development bank contract pipelines, vendor registration guidance for multilateral institutions, or sourcing intelligence covering $200B+ in annual multilateral spend across 100+ countries.

## Known failure modes

- No matching opportunities found for the specified sector or country — returns empty results
- Development bank data source temporarily unavailable — returns partial results or error
- Overly broad query returns too many results with limited specificity
- Payment of $0.15 USDC not processed — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429 Too Many Requests

## How this service works

International development-bank procurement and multilateral tender intelligence. Covers World Bank, ADB, AfDB, and the UN system (UNGM): $200B+ in annual multilateral procurement across 100+ countries, with a vendor registration guide — for business-development and international-sourcing agents.

## Output

Returns a structured intelligence brief on active and recent procurement opportunities from the World Bank, ADB, AfDB, and UN system (UNGM), including tender listings, contract awards, relevant sector data across 100+ countries, and a vendor registration guide for multilateral procurement — representing $200B+ in annual multilateral spending.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | pt | ar | zh | hi (default: en)"
      },
      "country": {
       "type": "string",
       "description": "optional borrower country — e.g. \"Nigeria\" | \"Bangladesh\" | \"Indonesia\" | \"Egypt\""
      },
      "keyword": {
       "type": "string",
       "description": "sector or service — e.g. \"health systems\" | \"road construction\" | \"education\" | \"water sanitation\" | \"digital government\""
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "world_bank": {
   "top_sectors": [
    "Health",
    "Nutrition",
    "Primary Care"
   ],
   "active_projects": [
    {
     "name": "Nigeria Primary Health Care Strengthening",
     "sector": "Health",
     "status": "Active",
     "country": "Nigeria",
     "project_id": "P178234",
     "procurement_url": "https://projects.worldbank.org/procurement",
     "total_value_usd": 120000000
    }
   ],
   "total_pipeline_usd": 450000000
  },
  "query_summary": {
   "as_of": "2026-06-07",
   "keyword": "health systems",
   "sources_queried": [
    "World Bank",
    "ADB",
    "AfDB",
    "UNGM"
   ]
  },
  "registration_guide": {
   "adb": "Register at procurement.adb.org — separate registration for consulting and goods/works",
   "afdb": "Register in DACON (Database of Consultants) at afdb.org/dacon",
   "ungm": "Register at ungm.org — single registration accesses 30+ UN agencies",
   "world_bank": "Register at eConsultant2.worldbank.org for consulting assignments; STEP system for goods/works procurement through borrower government"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govspendpulse-development-bank-procurement-intelligence-0b5cce27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from govspendpulse.vercel.app](https://www.zero.xyz/host/govspendpulse.vercel.app/llms.txt)
