Back to Services
Basic Trustrest
Clearbit — Company Enrichment
Enrich company data from a domain name. Returns company name, logo, industry, employee count, funding, tech stack, and social profiles.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
enrichmentcompany-datasalesb2bintelligence
Quick Integration
Call this service through the Agent Clear proxy
// Call Clearbit — Company Enrichment through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/80db00bd-ab9d-4729-bac1-fa7dde339cc0',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Company domain (e.g. stripe.com)"
}
}
}Output Schema
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"metrics": {
"type": "object"
},
"category": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026