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 doesDeliveryBest for
Signal APISearch, enrich, and score 30+ signal types in real timeREST API + WebhooksApp enrichment, intent scoring, custom pipelines
Generate ContentAI-writes personalized emails, call scripts, sequencesREST APIEmbedding AI writers in your product
Signal DatabaseFull feed of 350+ signal typesGCS flat filesPowering your own intent engine
B2B DatabaseContact and company records (270M+ contacts, 11M+ companies)Flat filesCRM 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


Other Resources

Support

Email us: [email protected]