Data API

Feed your AI agents with real-world company intelligence

Full raw data plus AI summaries — earnings calls, SEC filings, clinical trials, job posts, firmographics, news, and more — via REST API. Build agents for Microsoft Copilot, OpenAI, Gemini, Claude, or any platform.

terminal
# Fetch account intelligence
$ curl -s \
-H "Authorization: Bearer $API_KEY" \
https://api.salesmotion.io/v1/accounts/acc_8xK2mP/summary
# Response (200 OK)
{
"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

Full data + AI summaries, API-ready

Raw source data and AI-generated summaries in every response. Firmographics, earnings, clinical trials, news, and more — one unified API.

Earnings Calls

AI-generated summaries plus full raw transcripts, key topics, sentiment analysis, and executive quotes — both the quick brief and the complete data.

GET /v1/accounts/{id}/earnings

Company Firmographics

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

GET /v1/accounts/{id}/profile

News & Press Releases

Press releases, tailored news feeds, media coverage, partnerships, and product launches — aggregated from 1,000+ sources with AI summaries and relevance scoring.

GET /v1/accounts/{id}/news

Clinical Trials

Full clinical trial data from ClinicalTrials.gov, WHO ICTRP, and EudraCT. Trial phases, status, endpoints, investigators, and sponsor details — all structured.

GET /v1/accounts/{id}/trials

SEC Filings

10-K, 10-Q, 8-K, and proxy filings parsed into structured fields with AI summaries. 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 are investing headcount and budget.

GET /v1/accounts/{id}/jobs

Court & Legal

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

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, so you get both.

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"
}

Why Use Our API

We do the hard work so you can focus on building.

Always Fresh

Data from 1,000+ sources, updated continuously. News, job posts, and filings refresh throughout the day — no stale data.

Reliable at Scale

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

AI-Ready Format

Structured summaries alongside raw data. Feed responses directly into Claude, GPT, Gemini, or your custom models — no parsing required.

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 teams building with AI

Whether you're building agents, dashboards, or research tools — the API gives you the data foundation.

Signal-Driven Outbound

Go-to-Market Engineering

Build event-driven workflows that trigger outreach the moment a company raises funding, hires a new CTO, or files a patent — not days later from a stale list.

CRM Enrichment & Scoring

Revenue Operations

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

Warehouse-Ready Pipelines

Data & Platform Engineering

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

Client Deliverables at Scale

IT Services & Consulting

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

Feed any AI platform with company intelligence

Build sales agents, research copilots, account planning tools, enrichment pipelines, and sales enablement systems — on any platform you use.

Microsoft Copilot
Microsoft Copilot
OpenAI
OpenAI
Google Gemini
Google Gemini
Anthropic Claude
Anthropic Claude
Sales AgentsAccount PlanningLead SourcingCRM EnrichmentMarket IntelligenceCompetitive IntelligenceSales EnablementResearch CopilotsPipeline IntelligenceMeeting Prep

Get Started in 5 Minutes

Three lines of code to company intelligence.

  • Get your API key from the dashboard
  • Make your first request to any endpoint
  • Parse the structured JSON response
  • Feed the data into your AI agent or pipeline
Request API Access
agent.py
import requests
# Fetch account summary
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)

API vs. Building It Yourself

Skip months of infrastructure work. Get production-ready company data today.

 Salesmotion APIDIY Scraping
Setup time5 minutesWeeks to months
Data sources1,000+ pre-integratedBuild each connector
Anti-bot handlingHandled for youConstant cat-and-mouse
Data freshnessNear real-timeDepends on your infra
AI summariesBuilt inBuild your own pipeline
MaintenanceZero — we handle itOngoing engineering cost
CostPredictable monthly feeInfra + engineering + monitoring
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

Common questions about the Salesmotion Data API.

How does authentication work?

The API uses bearer token authentication. You'll receive an API key when your access is provisioned. Include it in the Authorization header of every request. Keys can be rotated at any time from your dashboard.

What are the rate limits?

Rate limits depend on your plan. All responses include rate limit headers so you can build adaptive clients. Enterprise plans offer dedicated throughput for high-volume workloads.

What format does the data come in?

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

How fresh is the data?

Data sources are updated continuously. News, job postings, and press releases refresh throughout the day. Earnings transcripts and filings are available shortly after publication.

How do you handle data privacy and compliance?

We only index publicly available information — earnings calls, SEC filings, press releases, job postings, and news articles. No personal data is scraped. We comply with GDPR and CCPA requirements.

How many companies do you cover?

The API covers millions of companies globally, with deep coverage of US-based public and private companies. You can check availability for any company via the search endpoint.

How is the API priced?

Pricing is based on your usage tier and the endpoints you need. Contact us for a quote tailored to your use case. We offer both monthly subscriptions and volume-based pricing for high-throughput applications.

Give every rep AI superpowers to build more pipeline.

Account intelligence, live signals, and AI-driven outreach — so your team spends less time researching and more time closing.