A

Agentbit · Company Research

by Agentbit

POSTBase

$0.1

per call · USD Coin on Base

One-call company due-diligence dossier: web-signal enrichment (technologies, socials, mail), recent news from live web search, website agent-readiness score and technical risk indicators (DNS, SSL, domain age). Normalized JSON — replaces 4–6 separate calls when researching a vendor, lead or counterparty.

Endpoint

POST https://agentbit.app/v1/company/research

2

Calls / 30d

1

Unique payers / 30d

Sep 2

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://agentbit.app/v1/company/research", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "domain": "stripe.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agentbit.app/v1/company/research" \
  -H "Content-Type: application/json" \
  -d '{"domain":"stripe.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "company": {
    "company_name": "Stripe",
    "technologies": [
      "react"
    ]
  },
  "recent_news": [
    {
      "title": "Stripe launches…",
      "url": "https://…"
    }
  ],
  "risk": {
    "risk_level": "low",
    "risk_score": 5
  },
  "subject": {
    "domain": "stripe.com"
  },
  "website_signals": {
    "issues": {},
    "score": 85
  }
}

Payment details

Pay to0x4395c7e383b7e05665aad7f36ed77c01923dd965
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 Agentbit & similar services