New: Salesmotion MCP Server — bring account intelligence into Claude, Cursor, and any AI tool. Read the announcement →
Account Intelligence API

Real-time account intelligence. One API call.

Earnings calls, SEC filings, hiring signals, news, clinical trials, and AI research briefs — structured JSON from 1,000+ sources. Built for developers and AI agents.

100 free credits
No credit card
Pay per result
terminal
# Fetch account intelligence
$ curl -s \
-H "Authorization: Bearer $SM_API_KEY" \
https://api.salesmotion.io/v1/accounts/acc_8xK2mP/summary
# Response (200 OK) — 1 credit
{
"company": "Acme Corp",
"key_insights": [
"New CTO from Google Cloud",
"Q4 revenue beat +12.3% YoY",
"Expanding to EMEA (London HQ)"
],
"signals_count": 47
}

Powering intelligence at

ClariDomoSigmaSeismicFrontifyAnalytic Partners

Two ways to access the API

Use the API standalone or as part of the full Salesmotion platform — same data, same endpoints, same intelligence.

Start free

API Only

For developers and builders. Sign up in 30 seconds, get 100 free credits, and start querying. No credit card, no sales call, no dashboard required.

  • 100 free credits per month
  • Pay per successful result
  • All 8 endpoints included
  • Credits roll over 3 months
  • Self-serve — no sales call
Get Free API Key

API with Salesmotion

Full platform access. Dashboard, AI agents, CRM integrations, outreach tools — plus the complete API. For teams that want both.

  • Everything in API Only
  • Dashboard & AI agents
  • CRM connectors (Salesforce, HubSpot)
  • AI-drafted outreach from signals
  • Team collaboration & sharing
View Platform Plans

Production-grade infrastructure

We run the data pipelines so you can focus on building.

Real-Time Catch & Refresh

Data pipelines run continuously across 1,000+ sources. When a company publishes earnings, files with the SEC, or posts a job — we catch it and refresh within hours, not days.

Scalable & Reliable

99.9% uptime, sub-200ms response times. No broken scrapers, no rate-limit headaches. Built for production workloads that process millions of queries.

Broad Data Sources

1,000+ structured sources spanning earnings calls, SEC filings, clinical trials, job postings, news, court records, and firmographics — all through one API.

AI-Ready Format

Every response includes both raw data and AI summaries. Feed structured JSON directly into Claude, GPT, Gemini, or your custom models — zero parsing required.

8 endpoints. Full data + AI summaries.

Each endpoint returns structured data and AI-generated analysis. One credit per successful call.

Earnings Calls

AI summaries, full transcripts, key topics, sentiment analysis, and executive quotes — the quick brief and the complete data.

GET /v1/accounts/{id}/earnings

Company Firmographics

Employee count, industry, HQ, revenue estimates, tech stack, funding history, LinkedIn page, and stock ticker — structured data points for every company.

GET /v1/accounts/{id}/profile

News & Press Releases

Aggregated from 1,000+ sources with AI summaries and relevance scoring. Partnerships, product launches, and media coverage.

GET /v1/accounts/{id}/news

Clinical Trials

ClinicalTrials.gov, WHO ICTRP, and EudraCT data. Trial phases, status, endpoints, investigators, and sponsor details.

GET /v1/accounts/{id}/trials

SEC Filings

10-K, 10-Q, 8-K, and proxy filings parsed into structured fields. Risk factors, financial data, and material events extracted automatically.

GET /v1/accounts/{id}/filings

Job Postings

Open roles, hiring velocity, tech stack signals, and department breakdowns. Understand where companies invest headcount.

GET /v1/accounts/{id}/jobs

Court & Legal

Litigation, regulatory actions, patent filings, and compliance events. Track legal risk and strategic IP activity.

GET /v1/accounts/{id}/legal

AI Summaries & Briefs

AI-generated account briefs, talking points, key insights, and competitive intelligence — plus the raw source data behind every summary.

GET /v1/accounts/{id}/summary

See the Data

Real responses from the Salesmotion API. Structured, enriched, and ready to power your applications.

api-response.json
200 OK
{
"account_id": "acc_8xK2mP",
"company": "Acme Corp",
"earnings": [
{
"quarter": "Q4 2025",
"date": "2025-12-15",
"revenue": "$2.4B",
"yoy_growth": "+12.3%",
"key_topics": [
"AI infrastructure expansion",
"European market entry",
"Margin improvement program"
],
"ceo_quote": "We're doubling down on AI-native products across every business unit.",
"sentiment": "bullish",
"transcript_url": "/v1/accounts/acc_8xK2mP/earnings/q4-2025/transcript"
},
{
"quarter": "Q3 2025",
"date": "2025-09-14",
"revenue": "$2.1B",
"yoy_growth": "+9.8%",
"key_topics": [
"Supply chain optimization",
"New CFO appointment",
"FY2026 guidance raised"
],
"sentiment": "neutral"
}
],
"next_earnings": "2026-03-12"
}

Not another contact database

Contact enrichment APIs give you the who. Salesmotion gives you the why should I care right now.

 Salesmotion APIContact Enrichment APIs
Data typeAccount intelligence (the why)Contact data (the who)
AI summariesBuilt into every responseNot included
Earnings & filingsParsed and structuredNot available
Signal detectionReal-time buying signalsStatic firmographics
Free tier100 credits, no cardVaries or none
PricingPay per result, transparentContact sales / opaque

Built for scale

Infrastructure you can rely on

1,000+

Data sources

50M+

Records indexed

<200ms

Avg. response time

99.9%

API uptime

Built for builders

Whether you're building AI agents, enrichment pipelines, or research tools — the API gives you the intelligence layer.

AI Agent Builders

Developers & AI Engineers

Pipe structured account intelligence into your autonomous sales agents. Trigger actions the moment a company raises funding, hires a new CTO, or files a patent.

CRM Enrichment & Scoring

Revenue Operations

Kill data decay. Auto-populate firmographics, tech stack, headcount, and revenue fields in Salesforce or HubSpot so scoring models stay accurate.

Data Pipelines

Data & Platform Engineering

Ingest structured company data into Snowflake, BigQuery, or Databricks with a stable, versioned schema. No broken pipelines at 2 AM.

Client Deliverables at Scale

Consulting & IT Services

Power market landscapes, competitive benchmarks, and M&A target lists programmatically. Serve dozens of engagements from a single integration.

First API call in 30 seconds

Sign up, grab your key, and query. No SDK required — it's just REST.

  • 1
    Sign up free — no credit card, no sales call
  • 2
    Get your API key from your dashboard
  • 3
    Make your first request to any endpoint
  • 4
    Parse the structured JSON response
Get Free API Key
agent.py
import requests
# Fetch account summary — 1 credit
response = requests.get(
"https://api.salesmotion.io/v1/accounts/acc_8xK2mP/summary",
headers={"Authorization": f"Bearer {api_key}"}
)
data = response.json()
# Feed into your AI agent
context = f"""
Company: {data['company']}
Key Insights: {data['summary']['key_insights']}
Talking Points: {data['summary']['talking_points']}
"""
agent.run(context=context)

Simple, transparent pricing

1 credit = 1 successful API response. Failed lookups aren't charged. Unused credits roll over for 3 months.

Start free

100 credits per month, no credit card required. Enough to prototype and test every endpoint.

Pay per result

Only charged when you get a successful response (HTTP 200). No charge for 404s or errors.

Credits roll over

Unused credits carry forward for up to 3 billing cycles. Use them when you need them.

The same data that powers our AI agents — now available as an API

Salesmotion's Signal Agent, Research Agent, and Outreach Agent all run on this intelligence layer. Now you can build on it too.

Signal Agent

Detects buying signals in real time across your entire territory.

Research Agent

Synthesizes account briefs with AI talking points in seconds.

Outreach Agent

Drafts personalized outreach anchored to real intelligence.

Microsoft Copilot
Microsoft Copilot
OpenAI
OpenAI
Google Gemini
Google Gemini
Anthropic Claude
Anthropic Claude
Analytic Partners

“We're no longer fishing. We know who the right customers are. Salesmotion has had a direct impact on pipeline quality.”

Andrew Giordano

Andrew Giordano

VP Global Commercial Ops, Analytic Partners

Frequently Asked Questions

What counts as one credit?

One credit = one successful API response (HTTP 200). If a lookup returns no data or fails, you're not charged. 1 credit per endpoint call, regardless of the data volume returned.

Do unused credits roll over?

Yes — unused credits roll over for up to 3 months. If you're on the Build plan with 2,500 credits/month and only use 1,000, the remaining 1,500 carry forward for up to 3 billing cycles.

How does authentication work?

Bearer token authentication. You'll receive an API key when your account is provisioned. Include it in the Authorization header of every request. Keys can be rotated anytime from your dashboard.

What are the rate limits?

Free: 10 requests/minute. Build: 60/min. Scale: 120/min. Pro: 300/min. Enterprise: custom. All responses include rate limit headers so you can build adaptive clients.

What format does the data come in?

All responses are JSON. Every endpoint returns structured, typed fields — not raw text. Dates are ISO 8601, monetary values include currency codes, and all entities have stable IDs.

How fresh is the data?

Data pipelines run continuously. News, job postings, and press releases refresh throughout the day. Earnings transcripts and filings are available shortly after publication. Our real-time catch-and-refresh system ensures you always get the latest data.

How is this different from the Salesmotion platform?

The Salesmotion platform includes a dashboard, AI agents, CRM integrations, and outreach tools. The API-only plan gives you direct access to the same intelligence layer via REST endpoints — ideal for builders who want to integrate into their own tools. Platform users on Team and Enterprise plans also get API access included.

What's the difference between API Only and API with Salesmotion?

API Only is our self-serve plan for developers — sign up free, get 100 credits, no credit card required. API with Salesmotion is included in our Team ($349/mo) and Enterprise plans, which also give you the full dashboard, AI agents, CRM connectors, and more.

Give every rep three AI agents to build more pipeline.

A Signal Agent, Research Agent, and Outreach Agent — working 24/7 so your team spends less time researching and more time closing.