v1
latestOpenAPI 3.0.02026-07-1390307.4 KBCompany Search
Search companies
post/search/companies
Request body
Example request
{
"nextToken": "eyJwYWdlIjoyLCJzZWFyY2hJZCI6IjEyMzQ1In0=",
"limit": 50,
"companyName": [
"Seamless AI"
],
"companyNameSearchType": "related",
"companyDomain": [
"seamless.ai"
],
"companyState": [
"CA"
],
"companyCountry": [
"United States"
],
"companyZipCode": [
"94105"
],
"industry": [
"Information Technology and Services"
],
"companyKeyword": [
"sales intelligence",
"B2B SaaS"
],
"companySize": [
"51 - 200",
"201 - 500"
],
"companyRevenue": [
"$20M - $50M"
],
"technologies": [
"Salesforce",
"HubSpot"
],
"technologiesIsOr": true,
"companyType": "Public",
"foundedOn": [
"Less than 1 Year",
"Last 1-3 Years"
],
"newsTypes": [
"Acquisition",
"Expansion"
],
"newsTypeDates": [
"60"
],
"latestFundingDates": [
"90"
],
"latestFundingClassifications": [
"Series A",
"Seed"
],
"latestFundingTotals": [
"$0 - $100K",
"$100K - $1M"
]
}Response
Company Search Results
Example response
{
"data": [
{
"searchResultId": "cmp_sr_01J8YQ4FXZQ6N5G2T3A7BC9D1E",
"name": "Seamless.AI",
"street1": "800 W El Camino Real",
"street2": "Suite 180",
"street3": "Building B",
"city": "Mountain View",
"state": "CA",
"postCode": "94040",
"country": "United States",
"domain": "seamless.ai",
"description": "Seamless.AI is a sales intelligence platform for finding and engaging prospects.",
"liUrl": "https://www.linkedin.com/company/seamless-ai/",
"sicCode": "7372",
"industries": [
"Information Technology and Services",
"Computer Software"
],
"revenueRange": "$20M - $50M",
"annualRevenue": "35000000",
"staffCountRange": "51 - 200",
"employeeCount": "125",
"numContacts": "487",
"technologies": [
"Salesforce",
"HubSpot",
"Marketo"
],
"linkedInId": "1234567",
"companyLIURL": "https://www.linkedin.com/company/seamless-ai/",
"foundedOn": "2015-01-01",
"fundingTotal": "135000000",
"latestFundingDate": "2018-01-01",
"latestFundingClassifications": [
"Series D"
],
"companyType": "Public",
"stockTicker": "AAPL"
}
],
"supplementalData": {
"isMore": true,
"total": 150,
"perPage": 5,
"nextToken": "eyJwYWdlIjoyLCJzZWFyY2hJZCI6ImFiYzEyMyJ9"
}
}