> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Accounts

Search for accounts based on various criteria and retrieve preview data including company names, domains, and availability flags.

<Note>
  External Documentation

  To learn more, visit the [Cognism documentation](https://developers.cognism.com/#daadfd7c-19ce-4bb2-84f0-ba731397e1da).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter                   | Description                                                                                   |
  | --------------------------- | --------------------------------------------------------------------------------------------- |
  | Account Description         | An account description (keyword) to filter results by.                                        |
  | Account Domains             | A comma-separated list of account domains to filter results by.                               |
  | Account IDs                 | A comma-separated list of account IDs to filter results by.                                   |
  | Account Keywords            | A comma-separated list of account keywords to filter results by.                              |
  | Account Names               | A comma-separated list of account names to filter results by.                                 |
  | Account Short Description   | An account short description (keyword) to filter results by.                                  |
  | Account Types               | Account types to filter the retrieved results by.                                             |
  | Account Websites            | A comma-separated list of account websites to filter results by.                              |
  | Exclude Account Description | Exclude all accounts whose descriptions contain any keyword specified in the provided string. |
  | Exclude Account Domains     | A comma-separated list of account domains to exclude from the retrieved results.              |
  | Exclude Account Names       | A comma-separated list of account names to exclude from the retrieved results.                |
  | Page                        | The page number to retrieve. Starts from `0`.                                                 |
  | Per Page                    | The maximum number of results to retrieve per page. Valid range is `1` - `100`.               |
  | Return All Pages            | Automatically fetch all resources, page by page.                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                                                                                                                                                                                                                                                                                                        |
  | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.<br /><br />For example:<br /><pre><code>\{<br />    "first\_key": 12345,<br />    "second\_key": "some\_value"<br />}</code></pre>The object must follow the vendor's structure as defined in the [API documentation](https://developers.cognism.com/#daadfd7c-19ce-4bb2-84f0-ba731397e1da). |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/search-accounts-with-cognism-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-accounts-with-cognism-and-send-results-via-email/canvas" />
</div>
