---
title: "Company Search"
method: GET
path: "/companies/search"
tags: ["Companies"]
---

# Company Search

`GET /companies/search`

Retrieves companies matching the specified criteria

## Query parameters

- `companyNames` string
- `ownershipStatus` string
- `backingStatus` string
- `businessStatus` string
- `city` string
- `stateProvince` string
- `country` string
- `postCode` string
- `locationType` string
- `dateFounded` string
- `keywords` string
- `industry` string
- `verticals` string
- `industryAndVertical` string
- `emergingSpaces` string
- `gecsSector` string
- `gecsIndustryGroup` string
- `gecsIndustry` string
- `dealType` string
- `dealStatus` string
- `dealSize` string
- `includeDealsWithoutDealSize` string
- `excludeDealsWithoutDealSize` string
- `dealDate` string
- `totalRaised` string
- `investorNames` string
- `partialExit` string
- `fullExit` string
- `exitType` string
- `exitStatus` string
- `exitSize` string
- `exitDate` string
- `revenue` string
- `onlyMostRecentTransaction` string
- `employeeCount` string
- `totalPatentDocuments` string
- `activePatentDocuments` string
- `pendingPatentDocuments` string
- `totalPatentFamilies` string
- `inactiveFamilyDocuments` string
- `patentsExpiringNextYear` string
- `patentFilingLocation` string
- `currency` string
- `page` string
- `perPage` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/pitchbook/apis/openapi-definition.md) · [All operations](https://skmtc.net/pitchbook/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pitchbook/openapi-definition/revisions/eab6a2753503/schema)
