Cognism
B2B contact and account search, enrichment, redemption, entitlements, and compliance checks.
Tools
| Name | Description |
|---|---|
search_contactsSearch Cognism contacts using the official contact search request body. Results are previews; redeem IDs to access entitled data. | Search Cognism contacts using the official contact search request body. Results are previews; redeem IDs to access entitled data. |
search_accountsSearch Cognism accounts using the official account search request body. | Search Cognism accounts using the official account search request body. |
redeem_contactsRedeem Cognism contact IDs returned by search to access entitled contact data. Contact credits may be consumed. | Redeem Cognism contact IDs returned by search to access entitled contact data. Contact credits may be consumed. |
redeem_accountsRedeem Cognism account IDs returned by search to access entitled account data. | Redeem Cognism account IDs returned by search to access entitled account data. |
enrich_contactFind the best matching Cognism contact from provided identifiers. | Find the best matching Cognism contact from provided identifiers. |
enrich_accountFind the best matching Cognism account from provided company identifiers. | Find the best matching Cognism account from provided company identifiers. |
get_contact_entitlementsGet the contact data fields available to the Cognism API key. | Get the contact data fields available to the Cognism API key. |
get_account_entitlementsGet the account data fields available to the Cognism API key. | Get the account data fields available to the Cognism API key. |
list_filter_valuesList supported Cognism filter values such as industries, job functions, regions, countries, seniority, or technologies. | List supported Cognism filter values such as industries, job functions, regions, countries, seniority, or technologies. |
get_opt_out_by_emailCheck whether a contact email is present in Cognism opt-out data. A 404 from Cognism means no opt-out match. | Check whether a contact email is present in Cognism opt-out data. A 404 from Cognism means no opt-out match. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('cognism', 'search_contacts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'cognism',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Cognism to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Cognism support?
Cognism supports 10 tools including Search Contacts, Search Accounts, Redeem Contacts, Redeem Accounts, Enrich Contact, and more.
Can I use Cognism with AI agents?
Yes. Add Cognism to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Cognism be used in stateful agent workflows?
Yes. Agents can combine Cognism tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Cognism use?
Cognism uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Cognism integration cost?
The Cognism integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Cognism in minutes
Get 20,000 free action executions every month. No credit card required.