> ## 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 Companies

Search Bitsight companies, either by the company name, industry or ID(s).

## Parameters

<div className="integrations-table">
  | Parameter    | Description                               |
  | ------------ | ----------------------------------------- |
  | Filter Key   | The key by which to search for companies. |
  | Filter Value | The value by which to filter results.     |
</div>

## Example Output

```json theme={"dark"}
{
	"links": {
		"next": null,
		"previous": null
	},
	"count": 2,
	"results": [
		{
			"guid": "uuid",
			"name": "Example Name",
			"industry": "Technology",
			"industry_slug": "technology",
			"primary_domain": "examplenametechnologies.com",
			"description": "Example description.",
			"website": "http://examplenametechnologies.com"
		},
		{
			"guid": "bcd53e4d-9a5a-4dec-9294-9750eb8544dd",
			"name": "tempexamplename, LLC",
			"industry": "Business Services",
			"industry_slug": "business_services",
			"primary_domain": "dng.com",
			"description": "Example description.",
			"website": "http://www.dng.com"
		}
	]
}
```

## Workflow Library Example

[Search Companies with Bitsight and Send Results Via Email](https://library.blinkops.com/workflows/search-companies-with-bitsight-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-companies-with-bitsight-and-send-results-via-email/canvas" />
</div>
