Skip to main content
Apollo.io is a B2B sales intelligence and engagement platform with a database of people and companies. The Apollo.io connector lets your Lovable app search that database, enrich contacts and organizations, and manage contacts, accounts, and deals. Apollo.io is available as an app + chat connector: one shared connection that works in the chat while you build and in your published apps. With Apollo.io, your app can:
  • Search Apollo’s B2B database for people and companies
  • Enrich contacts and organizations with profile and firmographic data
  • Create and manage contacts, accounts, and deals
  • Build prospecting and outreach workflows on live sales data
It’s a good fit for prospecting dashboards, lead-enrichment forms, and internal sales tools built on live Apollo data.

Common use cases and example apps

How to connect Apollo.io

Who can create Apollo.io connections depends on your plan and workspace settings. See Who can create connections and clients. You can create multiple Apollo.io connections using different API keys, which is useful for separating environments (for example, development and production) or using different Apollo accounts. When the connection is created, you can link it to the projects where you want to use it. Anyone building in a project can ask Lovable in chat to link their project to it.

Prerequisites

Before connecting Apollo.io, make sure you have:
All search and enrichment requests through this connector consume Apollo credits and count toward your Apollo plan’s rate limits. Billing and quota are handled directly by Apollo.io, not Lovable.

Step 1: Get an Apollo.io API key

An API key lets your Lovable app authenticate with the Apollo.io API. Apollo scopes each key to the endpoints you grant it, so create the key with access to the endpoints your app needs. To create an Apollo.io API key:
1

Open your Apollo.io account

Sign in to Apollo.io.
3

Create a key

Click Create new key, give it a descriptive name, for example Lovable integration, grant access to the API endpoints your app needs, then click Create API key to finish. Some endpoints, such as people search, require a master API key.
4

Copy the key

Copy the key and store it securely. You’ll paste it into Lovable in the next step.
Your API key functions like a password. Keep it secure and never share it publicly.
See the Apollo API documentation for details.

Step 2: Connect Apollo.io to Lovable

You can create multiple connections using different API keys.
1

Open Apollo.io in Connectors

Go to Connectors and select Apollo.io.
2

Add a connection

Click Add connection.
3

Configure the connection

  1. Display name: name the connection, for example Apollo.io Prod. This name is only used inside Lovable to identify the connection.
  2. API key: paste your Apollo.io API key.
4

Choose who can use this connection

Under Who can use this connection, decide who in your workspace can use the connection. You start as the only person with access:
  • Only you (default): leave the access list as is; only you can use the connection and its associated data.
  • Invite specific people: add workspace members by email; only you and the people you add can use the connection and its associated data.
  • Invite entire workspace: click Invite entire workspace to make the connection available to everyone in your Lovable workspace.
See Who can use connections and clients for more information.
5

Connect

Click Connect. Lovable validates the key against Apollo before saving the connection.
When connected, anyone building in a project can ask Lovable in chat to link their project to Apollo.io (based on configured connection-level access). Your Lovable apps can then search, enrich, and manage Apollo data through Lovable’s connector gateway.

Endpoint access and credits

Apollo scopes API keys per endpoint, so a key can call some endpoints and not others. If a request returns a 403 with error_code: API_INACCESSIBLE, the connected key does not have access to that endpoint. Some endpoints, such as people search, require a master API key. Enable the endpoints your app needs (or use a master key) under Settings → Integrations → API Keys in Apollo, then update the Lovable connection if you created a new key. Search and enrichment requests consume Apollo credits and count toward Apollo’s per-minute, hourly, and daily rate limits. Cache results and fetch on demand rather than on every page load, so your app stays within Apollo’s quota. Lovable routes your app’s server-side Apollo calls through its connector gateway; if you edit backend code yourself, call the gateway rather than https://api.apollo.io directly.

Limitations

The Apollo.io connector cannot:
  • Refresh or rotate API keys automatically. To rotate, create a new key in Apollo and update the Lovable connection
  • Support per-end-user Apollo authentication. Each connection represents a single Apollo account shared across all projects linked to it
If an API key is revoked or deleted in Apollo, reconnect the integration in Lovable with a valid key before API calls can succeed again.

Manage your connection

Connections are managed from Connectors: select , then open the connection.
  • Unlink projects to remove access from specific projects while keeping the connection available for others. See Unlink projects from a connection for the steps.
  • Delete the connection to remove it from the workspace entirely. Deleting is permanent. It removes the credentials from all linked projects, and app features that use stop working until a new connection is added. See Delete a connection for the steps and who can delete.