Research a public company website in the context of a buyer objective and return structure
Research a public company website in the context of a buyer objective and return structured, source-backed business intelligence.
250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-07
updated
Provider
company-intelligence-api-production-6a82.up.railway.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xA65Fc0a5380123E43998C8A84793465E4B07D7e7",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "250000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"company_url": "https://stripe.com",
"objective": "I sell outsourced bookkeeping to growing small businesses"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"caveat": "Public-web research only. Verify time-sensitive details before relying on them.",
"company_snapshot": "Concise current company overview based on public sources.",
"company_url": "https://stripe.com",
"conversation_angles": [
"Relevant conversation angle 1",
"Relevant conversation angle 2",
"Relevant conversation angle 3"
],
"discovery_questions": [
"Relevant discovery question"
],
"personalized_opener": "Short personalized outreach opener.",
"recent_business_signals": [
{
"date_or_timeframe": "Recent",
"signal": "Recent business development",
"source_url": "https://stripe.com"
}
],
"relevance": {
"reasonable_hypotheses": [
"Clearly labeled business hypothesis"
],
"verified_facts": [
"Source-backed fact"
]
},
"sources": [
"https://stripe.com"
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"company_url": {
"description": "Public website URL for the company or prospect to research",
"format": "uri",
"type": "string"
},
"objective": {
"description": "Buyer context, what the buyer sells, or the goal of the meeting",
"type": "string"
}
},
"required": [
"company_url",
"objective"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://company-intelligence-api-production-6a82.up.railway.app/api/company-intelligence" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://company-intelligence-api-production-6a82.up.railway.app/api/company-intelligence");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://company-intelligence-api-production-6a82.up.railway.app/api/company-intelligence")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/15183.json, and this resource appears in /discovery/resources and /discovery/search.