Skip to main content
Search for accounts based on various criteria and retrieve preview data including company names, domains, and availability flags.
External DocumentationTo learn more, visit the Cognism documentation.

Basic Parameters

ParameterDescription
Account DescriptionAn account description (keyword) to filter results by.
Account DomainsA comma-separated list of account domains to filter results by.
Account IDsA comma-separated list of account IDs to filter results by.
Account KeywordsA comma-separated list of account keywords to filter results by.
Account NamesA comma-separated list of account names to filter results by.
Account Short DescriptionAn account short description (keyword) to filter results by.
Account TypesAccount types to filter the retrieved results by.
Account WebsitesA comma-separated list of account websites to filter results by.
Exclude Account DescriptionExclude all accounts whose descriptions contain any keyword specified in the provided string.
Exclude Account DomainsA comma-separated list of account domains to exclude from the retrieved results.
Exclude Account NamesA comma-separated list of account names to exclude from the retrieved results.
PageThe page number to retrieve. Starts from 0.
Per PageThe maximum number of results to retrieve per page. Valid range is 1 - 100.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.

Example Output

{
	"lastReturnedKey": "efc6d975-8599-38ab-8cfe-e1c42ac16dc6",
	"totalResults": 1,
	"results": [
		{
			"id": "efc6d975-8599-38ab-8cfe-e1c42ac16dc6",
			"name": "Cognism",
			"hasDomain": true,
			"hasIndustries": true,
			"hasDescription": true,
			"hasShortDescription": true,
			"hasFounded": true,
			"hasWebsite": true,
			"hasLinkedinUrl": true,
			"hasRevenue": true,
			"hasDepartment": true,
			"hasSic": true,
			"hasIsic": false,
			"hasNaics": true,
			"hasSize": true,
			"hasHeadcount": true,
			"hasTechnologies": true,
			"hasType": true,
			"hasCountry": true,
			"hasState": true,
			"hasCity": true,
			"hasZip": true,
			"hasStreet": true,
			"hasOfficePhoneNumbers": false,
			"hasHqPhoneNumbers": true,
			"hasHiringEvent": false
		}
	]
}

Workflow Library Example

Search Accounts with Cognism and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop