P

Payapi · Company Profile

by Payapi

POSTBase

$0.001

per call · USD Coin on Base

Full UK company profile from Companies House — registered office, SIC codes, accounts, confirmation statement, charges and insolvency status.

Endpoint

POST https://company.payapi.market/company-profile

1

Calls / 30d

1

Unique payers / 30d

Aug 24

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://company.payapi.market/company-profile", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "company_number": "00445790"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://company.payapi.market/company-profile" \
  -H "Content-Type: application/json" \
  -d '{"company_number":"00445790"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "accounts": {
    "last_accounts": {
      "made_up_to": "2024-02-24"
    },
    "next_due": "2025-08-31"
  },
  "company_name": "TESCO PLC",
  "company_number": "00445790",
  "company_status": "active",
  "company_type": "plc",
  "confirmation_statement": {
    "next_due": "2025-06-21"
  },
  "date_of_cessation": null,
  "date_of_creation": "1947-11-27",
  "has_charges": true,
  "has_insolvency_history": false,
  "registered_office": {
    "address_line_1": "Tesco House, Shire Park",
    "locality": "Welwyn Garden City",
    "postal_code": "AL7 1GA"
  },
  "sic_codes": [
    "47110"
  ]
}

Payment details

Pay to0xffc458db291b4abce020fe3de4f91f2770e537b1
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from Payapi & similar services