# GovSpendPulse UK Contracts & Tender Search

> GovSpendPulse UK Contracts & Tender Search is a paid API for AI agents from govspendpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-16).

Searches UK public-sector contract awards and procurement opportunities from Contracts Finder and Find a Tender Service, returning department, value, sector, and market snapshot data.

## Facts

- Endpoint: GET https://govspendpulse.theaslangroupllc.com/api/govspend/uk-contracts
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govspendpulse-uk-contracts-tender-search-41a9d20d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HHY32PQWvJuUOJ-8hxZaG

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-uk-contracts-tender-search-41a9d20d
```

Example prompt: Find me recent UK government contract awards and open tender opportunities in cybersecurity — show me which departments are spending, the contract values, and any active bids I could pursue.

## When to prefer this

Use this endpoint when you specifically need UK public-sector procurement data from Contracts Finder or Find a Tender Service. Prefer this over the US or EU sibling endpoints when the target market is the United Kingdom. Ideal for business-development agents identifying government contract opportunities, competitive intelligence on which UK departments are awarding contracts, or market sizing for a given sector within UK public procurement.

## Known failure modes

- No results found for the given keyword or sector — returns empty results set
- Rate limit or payment failure — 402 response if USDC payment not processed
- Contracts Finder or FTS upstream API unavailable — may return 503 or timeout
- Invalid query parameters — returns 400 with parameter validation error
- Stale data if upstream sources have delayed publication of new awards

## How this service works

UK government contract / tender search and procurement intelligence from Contracts Finder and Find a Tender Service. Returns UK public-sector awards and opportunities with department, value, sector, and market snapshot, for business-development and procurement agents.

## Output

Returns a list of UK public-sector contract awards and/or open procurement opportunities including contracting department, contract title, estimated or awarded value, sector classification, award date or deadline, and a market snapshot summarizing spending trends in the queried domain.

## 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 | fr | de | es | cy (Welsh) (default: en)"
      },
      "limit": {
       "type": "string",
       "description": "5 | 10 (default: 10)"
      },
      "keyword": {
       "type": "string",
       "description": "search term — e.g. \"digital transformation\" | \"facilities management\" | \"cyber\" | \"medical devices\""
      }
     }
    }
   },
   "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": {
  "contracts": [
   {
    "title": "Digital Transformation Programme — HMRC Enterprise Architecture",
    "sector": "IT/Digital",
    "award_date": null,
    "department": "HMRC",
    "source_url": "https://www.find-tender.service.gov.uk/Notice/000001-2026",
    "description": "Enterprise architecture and digital transformation support for HMRC core systems modernisation.",
    "publication_date": "2026-05-20",
    "estimated_value_gbp": 12000000,
    "contracting_authority": "HM Revenue and Customs"
   }
  ],
  "query_summary": {
   "as_of": "2026-06-07",
   "source": "UK Contracts Finder + Find a Tender Service",
   "keyword": "digital transformation"
  },
  "market_snapshot": {
   "common_sectors": [
    "IT/Digital",
    "Healthcare",
    "Professional Services"
   ],
   "active_departments": [
    "HMRC",
    "NHS",
    "Cabinet Office"
   ],
   "typical_contract_size": "£500K–£5M"
  },
  "find_a_tender_url": "https://www.find-tender.service.gov.uk/Search?Keywords=digital+transformation",
  "uk_procurement_notes": "Post-Brexit, UK uses Find a Tender Service (FTS) — successor to OJEU. Crown Commercial Service frameworks (e.g. G-Cloud, Digital Marketplace) offer fast-track access for pre-vetted suppliers."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govspendpulse-uk-contracts-tender-search-41a9d20d/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)
