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
Generate ContentAI-writes personalized emails, call scripts, sequencesREST APIEmbedding AI writers in your product
Generate InsightsReturns ranked insights on any contact or companyREST APIOn-demand enrichment and research
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 (includes free credits) and start making requests.

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())
Generate Insights example
import requests

url = 'https://api.autobound.ai/api/external/generate-insights/v1.4'
headers = {
    'X-API-KEY': 'YOUR-API-KEY',
    'Content-Type': 'application/json'
}
data = {
    "contactEmail": "[email protected]"
}

response = requests.post(url, headers=headers, json=data)
print(response.json())  # Returns top 20 ranked insights

Choose Your Path


Other Resources

Support

Email us: [email protected]