U

ukintel · Tenders FIT Score

by ukintel

POSTBase

$0.2

per call · USD Coin on Base

Send a supplier profile (what you do, keywords, regions, value band, certifications) and get the best-fitting live UK tenders, each scored 0-100 by deterministic published rules across five factors - relevance, value fit, geography, timeline, buyer history - each with its numerator AND denominator so you can re-weight client-side, plus a what-to-emphasise note on the top matches. Rules score; a model never does.

Endpoint

POST https://api.ukintel.uk/v1/tenders/fit-score

5

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/fit-score", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "supplier": {
      "certifications": [
        "confined space",
        "COSHH"
      ],
      "keywords": [
        "chemical cleaning",
        "tank cleaning",
        "decontamination"
      ],
      "regions": [
        "Scotland",
        "North East England"
      ],
      "value_band": [
        10000,
        500000
      ],
      "what_we_do": "industrial tank and vessel cleaning, confined space certified"
    }
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.ukintel.uk/v1/tenders/fit-score" \
  -H "Content-Type: application/json" \
  -d '{"supplier":{"certifications":["confined space","COSHH"],"keywords":["chemical cleaning","tank cleaning","decontamination"],"regions":["Scotland","North East England"],"value_band":[10000,500000],"what_we_do":"industrial tank and vessel cleaning, confined space certified"}}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "confidence": "high",
  "notice": "Information, not advice.",
  "query": {
    "supplier": {
      "what_we_do": "industrial tank and vessel cleaning…"
    }
  },
  "result": {
    "considered": 4211,
    "matches": [
      {
        "emphasise": "Confined-space certification and tank-cleaning experience directly answer the stated drum-cleaning requirement.",
        "fit": {
          "band": "strong",
          "factors": {
            "buyer_history": 8,
            "geography": 8,
            "of": 40,
            "of_b": 15,
            "of_g": 15,
            "of_t": 10,
            "of_v": 20,
            "relevance": 30,
            "timeline": 10,
            "value_fit": 20
          },
          "score": 76
        },
        "ocid": "ocds-b5fd17-9c92b21e-…",
        "title": "Internal Chemical Cleaning of Glycol Expansion Drums"
      }
    ]
  }
}

Payment details

Pay to0x8aa6a85a2723e2816204f3cf48d76b84bafdaab4
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from ukintel & similar services