Overview
The Company Intelligence API provides deep insights into a company’s research areas, intent signals, pain points, and competitive context. By default, it returns compact GTM-optimized responses designed for sales and marketing teams.Endpoint
Authentication
Use theAuthorization
header with your API key:
Query Parameters
The domain of the company to be analyzed.Example:
website=asana.com
Your company domain for contextual analysis. If not provided, automatically uses the domain from your API key’s email address.Example:
profile=salesforce.com
Returns detailed verbose analysis instead of GTM format.Example:
deep_research=true
Auto-Profile Detection
When noprofile
parameter is provided, the API automatically uses the domain from your API key’s email address as the default profile for contextual analysis.
Example:
- API key email:
sales@acme.com
- Auto-detected profile:
acme.com
Example Requests
Response Format
GTM Response (Default)
The default response is optimized for sales and marketing teams:Response Fields
The analyzed company domain
Company logo URL
GTM-focused intelligence data
Alternative Endpoints
Explicit GTM Endpoint
For guaranteed GTM format responses:Verbose Analysis
For detailed research and analysis:Response Size Comparison
Format | Size | Structure | Use Case |
---|---|---|---|
GTM (Default) | ~2KB | 2 levels deep | Sales prospecting, CRM integration |
Verbose | ~15KB | 4-5 levels deep | Strategic research, detailed analysis |
Error Responses
Best Practices
1. Use Auto-Profile Detection
Let the API automatically detect your company profile:2. Cache Responses
Company insights should be cached for 24-48 hours for optimal performance.3. GTM Integration
The compact format is optimized for:- CRM systems (Salesforce, HubSpot)
- Sales automation platforms
- Lead scoring systems
- Account-based marketing tools
4. Error Handling
Always implement retry logic with exponential backoff for 5xx errors.Rate Limits
- Default: 100 requests per minute per API key
- Burst: Up to 20 requests per second
The GTM format provides 90% size reduction while maintaining all critical sales intelligence, making it perfect for real-time sales workflows and automated prospecting systems.