U

ukintel · Tenders Search

by ukintel

GETBase

$0.05

per call · USD Coin on Base

Live UK public-sector tenders from Find a Tender and Contracts Finder in one call. Returns the top 10 matching notices as one-paragraph plain-English briefs with buyer, value, deadline, CPV codes (honest null when the notice carries none) and the official notice link. Searches a 6-hourly refreshed index - no signup with either portal needed.

Endpoint

GET https://api.ukintel.uk/v1/tenders/search

4

Calls / 30d

1

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.ukintel.uk/v1/tenders/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.ukintel.uk/v1/tenders/search?q=cleaning&region=scotland" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "confidence": "high",
  "notice": "Information, not advice.",
  "query": {
    "q": "cleaning",
    "region": "scotland"
  },
  "result": {
    "notices": [
      {
        "buyer": "Hull City Council",
        "cpv": [
          {
            "code": "90733000",
            "desc": "Services related to water pollution"
          }
        ],
        "days_remaining": 25,
        "deadline": "2026-09-02T11:00:00+00:00",
        "ocid": "ocds-h6vhtk-06df8b",
        "stage": "tender",
        "summary": "One-paragraph plain-English brief with buyer, value, deadline and source link.",
        "title": "Provision of Water Testing Services",
        "value": {
          "amount": 180000,
          "currency": "GBP"
        }
      }
    ],
    "returned": 10,
    "total_matched": 14
  }
}

Payment details

Pay to0x8aa6a85a2723e2816204f3cf48d76b84bafdaab4
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from ukintel & similar services