/companies/intelligenceCompany intelligence (funding / competitors / technographics)
Companies — Intelligence
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Fetch a single intelligence signal for a company by domain — `funding`, `competitors`, or `technographics`. Each signal is flat-priced and ideal for plugging into research agents.
Use cases
Tracking funding rounds for sales triggers
Building competitor landscapes
Technographic targeting (e.g. companies running a specific stack)
Parameters
bodyRequest Bodyrequired
Content type: application/json
Responses
Intelligence signal payload.
{
"type": "object",
"required": [
"success",
"data"
],
"properties": {
"success": {
"type": "boolean",
"enum": [
true
]
},
"data": {
"$ref": "#/components/schemas/CompaniesIntelligenceResponse"
},
"meta": {
"$ref": "#/components/schemas/AgntMeta"
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "companies_intelligence",
"method": "post",
"path": "/companies/intelligence",
"summary": "Company intelligence (funding / competitors / technographics)",
"description": "Fetch a single intelligence signal for a company by domain. Choose `funding`, `competitors`, or `technographics`. Each signal is flat-priced.",
"parameters": [],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CompaniesIntelligenceRequest"
},
"example": {
"domain": "stripe.com",
"signal": "funding"
}
}
}
},
"responses": [
{
"statusCode": "200",
"description": "Intelligence signal payload.",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"success",
"data"
],
"properties": {
"success": {
"type": "boolean",
"enum": [
true
]
},
"data": {
"$ref": "#/components/schemas/CompaniesIntelligenceResponse"
},
"meta": {
"$ref": "#/components/schemas/AgntMeta"
}
}
}
}
}
},
{
"statusCode": "400",
"description": "Validation error."
},
{
"statusCode": "402",
"description": "Insufficient credits."
}
]
}Pricing
$0.01per successful request
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.
company intelligence APIfunding APIcompetitors APItechnographics APIlead enrichment APIemail finder APIemail verifier API