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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Filter Key | The key by which to search for companies. |
| Filter Value | The value by which to filter results. |
{
"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"
}
]
}
Was this page helpful?