# GovSpendPulse Global Opportunities

> GovSpendPulse Global Opportunities 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-15).

Searches government procurement opportunities across Australia, Canada, Asia-Pacific, Africa, Latin America, Middle East, and the UN system in a single synthesized result.

## Facts

- Endpoint: GET https://govspendpulse.vercel.app/api/govspend/global-opportunities
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govspendpulse-global-opportunities-0a92cfc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UrZA9rOpjwktweccdI5-z

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-global-opportunities-0a92cfc9
```

Example prompt: Can you find active government procurement opportunities for cybersecurity services in Australia and Canada, plus any relevant UN system tenders, so I can prioritize our international business development pipeline?

## When to prefer this

Choose this endpoint when your user needs government procurement intelligence from non-US, non-EU, non-UK markets — specifically Australia, Canada, Asia-Pacific, Africa, Latin America, Middle East, or the UN system. Use sibling endpoints for US (SAM.gov/USASpending), EU (TED), or UK (Contracts Finder) opportunities. Ideal for international business development agents, global sourcing teams, and organizations pursuing opportunities in emerging markets or through multilateral organizations.

## Known failure modes

- No results returned if query terms are too narrow or region has no active matching tenders
- Stale data if upstream national procurement portals have not refreshed feeds
- 402 Payment Required if x402 payment header is missing or insufficient
- Rate limiting if too many calls are made in a short window
- Partial results if one or more regional sources are temporarily unavailable

## How this service works

Real-time government procurement intelligence API. US federal contracts, EU tenders, UK contracts, development bank procurement. Pay-per-query via x402.

## Output

A synthesized list of active government tender and procurement opportunities drawn from AusTender (Australia), CanadaBuys (Canada), Asia-Pacific, Africa, Latin America, Middle East, and UN procurement portals — including opportunity titles, issuing agencies, estimated values, deadlines, and source market labels.

## 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 (default: en)"
      },
      "keyword": {
       "type": "string",
       "description": "search term — e.g. \"water infrastructure\" | \"health information systems\" | \"renewable energy\" | \"education technology\""
      },
      "regions": {
       "type": "string",
       "description": "comma-separated regions to prioritize — australia | canada | asia | africa | latam | mena | un (default: all)"
      }
     }
    }
   },
   "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": {
  "agent_action": "Focus on ADB and AfDB — faster procurement cycles than World Bank, less incumbent competition.",
  "query_summary": {
   "as_of": "2026-06-07",
   "keyword": "renewable energy",
   "regions_searched": [
    "australia",
    "canada",
    "asia_pacific",
    "africa",
    "un"
   ]
  },
  "market_entry_tips": "Register on UNGM at ungm.org for UN access; World Bank: eConsultant2.worldbank.org; ADB: procurement.adb.org",
  "top_opportunities": [
   {
    "title": "Solar Energy Rural Electrification Programme",
    "country": "Kenya",
    "deadline": "2026-07-30",
    "source_url": "https://afdb.org",
    "why_interesting": "Large AfDB-funded project with minimal incumbent — open to new entrants with African experience.",
    "estimated_value_usd": 85000000
   }
  ],
  "regional_intelligence": "Asia-Pacific dominates renewable energy procurement volume in 2026, driven by ADB's $10B climate finance commitment.",
  "opportunities_by_region": {
   "canada": {
    "portal": "canadabuys.canada.ca",
    "highlights": [
     "$120M offshore wind feasibility — Natural Resources Canada"
    ],
    "active_tenders": 8
   },
   "australia": {
    "portal": "austender.gov.au",
    "highlights": [
     "$45M solar grid integration — Australian Renewable Energy Agency",
     "NSW grid battery storage RFT"
    ],
    "active_tenders": 12
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govspendpulse-global-opportunities-0a92cfc9/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)
