Integrations

How to Use the SMB Sales Boost API

By SMB Sales Boost Team.

✓ Quick Answer

All paid plan subscribers can access the SMB Sales Boost REST API. Generate an API key from Account Settings > API tab, then use our endpoints to search leads, export data, manage filter presets, keyword lists, email schedules, and more - all programmatically.

How to Use the SMB Sales Boost REST API

The SMB Sales Boost API gives you full programmatic access to leads, exports, filter presets, keyword lists, email schedules, export formats, credit purchases, and account management. All paid plans include API access.

Getting Started

  1. Ensure you have a paid plan - API access is available on Starter, Growth, Scale, Platinum, and Enterprise plans
  2. Navigate to Account Settings by clicking your profile icon
  3. Click the API tab to access your API management dashboard
  4. Generate an API key - click "Generate API Key" to create your authentication credential
  5. Copy your API key - store it securely; it will not be shown again after you leave the page
  6. Review the full API documentation at /docs/api for detailed endpoint references

API Authentication

Include your API key as a Bearer token in every request:

Authorization: Bearer your_api_key_here

Core Endpoints

Leads

Filter Presets

Keyword Lists

Email Schedules

Export Formats

Credits and Billing

Account

AI Features

Credit-Smart Querying

The API supports maxCredits and maxResults parameters on lead searches and exports to help you control credit usage:

CRM Integration Examples

Salesforce: Pull leads via GET /api/v1/leads, then create Lead records through Salesforce's REST API.

HubSpot: Fetch leads from SMB Sales Boost and create contacts in HubSpot using their Contacts API.

Custom CRM / Database: Build a scheduled sync that pulls fresh leads daily and inserts them into your system.

Rate Limits

API requests are rate-limited based on your plan tier. Check the API documentation for current limits and best practices.


Ready to Find Your Next Customers? Get access to newly registered business leads updated every 5 minutes. Get Started


Related Articles