Introduction
Autobound provides B2B sales intelligence—insights, signals, and AI-generated content—to power personalized outreach at scale.
Autobound's signal engine monitors 250M+ contacts and 50M+ companies for buying signals—job changes, funding, news, LinkedIn activity, hiring trends, tech stack changes—and transforms them into actionable intelligence.
Products
| What it does | Delivery | Best for | |
|---|---|---|---|
| Signal API | Search, enrich, and score 30+ signal types in real time | REST API + Webhooks | App enrichment, intent scoring, custom pipelines |
| Generate Content | AI-writes personalized emails, call scripts, sequences | REST API | Embedding AI writers in your product |
| Signal Database | Full feed of 350+ signal types | GCS flat files | Powering your own intent engine |
| B2B Database | Contact and company records (270M+ contacts, 11M+ companies) | Flat files | CRM enrichment, lead scoring |
Quick Start
Get an API key and start making requests.
Signal API example:
import requests
url = 'https://signals.autobound.ai/v1/companies/enrich'
headers = {
'x-api-key': 'YOUR-API-KEY',
'Content-Type': 'application/json'
}
data = {
"domain": "zoominfo.com",
"signal_types": ["news", "hiring-trends", "earnings-transcripts"],
"limit": 10
}
response = requests.post(url, headers=headers, json=data)
print(response.json())Generate Content example:
import requests
url = 'https://api.autobound.ai/api/external/generate-content/v3.6'
headers = {
'X-API-KEY': 'YOUR-API-KEY',
'Content-Type': 'application/json'
}
data = {
"contactEmail": "[email protected]",
"userEmail": "[email protected]",
"contentType": "email"
}
response = requests.post(url, headers=headers, json=data)
print(response.json())Choose Your Path
- Signal API — Search, enrich, and score signals in real time via REST + webhooks
- Generate Content — Build AI email writers, call scripts, and sequences
- Signal Database — License bulk signal data via GCS
- B2B Database — Subscribe to contact and company data
Other Resources
- Autobound MCP — Connect Autobound to AI agents and workflows
- Sample Data — Download example signals in CSV and JSON
- Signal Catalog — Browse all 30+ signal types and their schemas
Support
Email us: [email protected]
Updated 5 days ago
