Salesgear API · Partner platform

Put lead intelligence and outreach inside your product.

One API for 800M+ verified contacts, 50+ search filters, and a full multichannel outreach engine. Bring Salesgear's data and sending into your app, your agent, or your customers' workflow.

Empowering 1,000+ sales leaders and representatives to build a stronger sales pipeline.

Horizm logoRSZ logoPhilips Group logoProtecto logoGreytHR logoParallelDots logoVserve logoFission Labs logoInfront logoProgrammers.io logoFutureBridge logo
Horizm logoRSZ logoPhilips Group logoProtecto logoGreytHR logoParallelDots logoVserve logoFission Labs logoInfront logoProgrammers.io logoFutureBridge logo
800M+
contacts searchable in plain language
70M+
companies with firmographics and tech stacks
95%
direct dial and mobile coverage
What you can build

The data and the outreach, as an API

Everything the Salesgear product does, your product can do too, through one set of REST endpoints.

Lead intelligence on tap

Search 800M+ contacts and 70M+ companies across 50+ filters (title, seniority, department, industry, tech stack, funding), then reveal verified emails and direct dials at 95% mobile coverage.

Outreach as a service

Create multichannel sequences, enroll contacts, send and reply to email, and manage calls and tasks, all over a clean REST API.

AI Deep Research

Research any person or company on demand and get a structured dossier (background, buying signals, talking points) that your product can act on.

Reports your users can see

Pull sequence, team, call, and account analytics straight into your own dashboards, with live credit balances alongside.

CRM sync built in

Two-way Salesforce and HubSpot sync, CRM export, and bulk operations, so whatever you build stays in step with the systems your customers already run.

Their whole data model

Full create, read, update, and delete for contacts, accounts, lists, tags, pipeline stages, and 30 custom fields.

A look inside

150+ endpoints across nine domains

A sample of what is in the reference. Search and enrichment, the full CRM data model, sequences, sending, tasks, reports, and CRM sync.

Lead Intelligence & Enrichment

18 endpoints
  • POSTSearch people
  • POSTEnrich a person
  • POSTSearch companies
  • POSTEnrich a company
  • POSTDeep research a person
  • POSTDeep research a company

Contacts & Lists

26 endpoints
  • GETList contacts
  • POSTCreate contacts
  • GETGet a contact
  • PATCHUpdate a contact
  • POSTAdd contacts to a list
  • POSTOpt out a contact

Accounts (ABM)

21 endpoints
  • GETList accounts
  • POSTCreate an account list
  • POSTAdd companies to a list
  • POSTEnrich an account
  • GETGet account analysis
  • GETGet account insights

Sequences & Enrollment

32 endpoints
  • GETList sequences
  • POSTCreate a sequence
  • POSTEnroll contacts
  • POSTStart a sequence
  • POSTPause a contact
  • GETGet sequence analytics

Email & Unified Inbox

14 endpoints
  • POSTSend an email
  • POSTReply to an email
  • GETList inbox items
  • GETGet unread count
  • GETList connected inboxes
  • GETGet inbox deliverability

Tasks, Templates & Calls

22 endpoints
  • GETList tasks
  • POSTCreate a task
  • POSTComplete a task
  • GETList templates
  • POSTCreate templates
  • GETGet calls report

Reports & Analytics

17 endpoints
  • GETGet team report
  • GETGet sequence insights
  • GETGet activity insights
  • GETGet email insights
  • GETGet credits
  • GETGet user insights

CRM Sync & Bulk Ops

20 endpoints
  • GETCRM connection status
  • POSTExport contacts to CRM
  • POSTTrigger a Salesforce sync
  • POSTEnroll contacts from HubSpot
  • POSTBulk contact operation
  • POSTExport contacts
Browse the full referenceLinkedIn automation and Sales Navigator endpoints are documented separately.
Two calls to a list

Search, then reveal

Describe the buyer in filters, get matches back with verification status, then reveal the ones you want. Credits are only spent on the reveal.

POST /v1/people/search
curl https://core.salesgear.io/v1/people/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "title": ["VP Sales", "Head of Revenue"],
    "seniority": ["vp", "director"],
    "employee_count": ["201-500", "501-1000"],
    "technology": ["Salesforce"],
    "limit": 25
  }'

# Response
{
  "search_id": "srch_8fa1c2",
  "total": 4127,
  "people": [
    {
      "id": "prs_00e91",
      "name": "Jordan Ellis",
      "title": "VP of Sales",
      "company": "Northwind Cloud",
      "email_status": "verified",     // reveal with POST /v1/people/enrich
      "phone_status": "direct_dial"
    }
  ]
}
No code? No problem

Or connect through MCP

The same engine is available as an MCP connector, so your team, or your customers, can run Salesgear from Claude and ChatGPT without a line of code.

Built for partners

Who builds on Salesgear

If your users need to find buyers and reach them, you can ship that on top of Salesgear instead of building data and deliverability yourself.

SaaS platforms

Add a verified contact database or an outreach engine to your product without building either from scratch.

Agencies & builders

Wire lead intelligence and multichannel sending into the client workflows and automations you already ship.

Ops & RevTech teams

Feed enriched data and live engagement signals into your internal tools, dashboards, and warehouse.

AI agents & apps

Give your agent real data and real actions: research an account, find the buyer, reach them, and report back.

Questions

FAQ

How do I get API access?

Every Salesgear plan includes API access. Generate your key in profile settings and start calling. For deeper embedding or a partnership, email support@salesgear.io and the team will help you scope it.

How does authentication work?

Pass your API key as a bearer token on every request. Find the key in your Salesgear profile settings at app.salesgear.io/settings/general/profile.

How many endpoints are there?

150+ REST endpoints spanning people and company search, enrichment, contacts and accounts, sequences and sending, tasks, reports, and two-way CRM sync.

Is the contact data really 800M+?

Yes. Salesgear owns a database of 800M+ contacts and 70M+ companies with 50+ filters and 95% direct dial and mobile coverage. The same data that powers the product powers the API.

Can I use it without writing code?

Yes. Connect Salesgear to Claude or ChatGPT with the MCP connector and run the same workflows from a chat.

How is usage metered?

Searching is free; revealing verified emails or phone numbers and running Deep Research consume credits. Check remaining balances anytime with the Get credits endpoint.

Bring lead intelligence and outreach into your product

Tell us what you want to build. We will get you API access and help you scope the partnership.

Talk to our partnerships team