# GovSpendPulse Global Government Procurement Search

> GovSpendPulse Global Government Procurement Search is a paid API for AI agents from govspendpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Searches government procurement opportunities and tenders across non-US/EU/UK markets including Australia, Canada, Asia-Pacific, Africa, Latin America, Middle East, and the UN system.

## Facts

- Endpoint: GET https://govspendpulse.theaslangroupllc.com/api/govspend/global-opportunities
- 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-global-government-procurement-search-a134a785
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OlPXp2sw42FPHwj7A3LMO

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-government-procurement-search-a134a785
```

Example prompt: Find me open government procurement opportunities in Australia, Canada, and the Middle East for IT consulting services — I want to see active tenders I can bid on, including any UN system contracts in that space.

## When to prefer this

Use this endpoint when searching for government procurement opportunities outside the US, EU, and UK — specifically when targeting Australia (AusTender), Canada (CanadaBuys), Asia-Pacific, African, Latin American, Middle Eastern markets, or UN/multilateral system tenders. Prefer this over sibling endpoints when the target market is explicitly non-Western or when building a comprehensive international government business development pipeline.

## Known failure modes

- No opportunities found for specified region or keyword — returns empty result set
- Invalid region or country code — returns 400 error
- Rate limit exceeded — returns 429 error
- Data feed temporarily unavailable for a specific source (e.g. AusTender outage) — partial results returned
- Overly broad query returning too many results — may need narrowing by category or region

## How this service works

Global government procurement / tender search beyond US/EU/UK. Covers Australia (AusTender), Canada (CanadaBuys), Asia-Pacific, Africa, Latin America, Middle East, and the UN system in one synthesis — for business-development and international-sourcing agents.

## Output

A synthesized list of active government tender and procurement opportunities from covered markets (Australia, Canada, Asia-Pacific, Africa, Latin America, Middle East, UN system), including tender titles, issuing agencies, submission deadlines, estimated contract values, and relevant procurement categories.

## 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-government-procurement-search-a134a785/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from govspendpulse.theaslangroupllc.com](https://www.zero.xyz/host/govspendpulse.theaslangroupllc.com/llms.txt)
