Seamless.AI · Example Payload
Seamless Ai Search Companies Example
B2BContact DataSales IntelligenceProspectingLead GenerationCRM EnrichmentData EnrichmentMCPAgentsSales Automation
Seamless Ai Search Companies Example is an example object payload from Seamless.AI, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
generatedmethodsourceprovenanceoperationIdsummaryrequestresponse
Example Payload
{
"generated": "2026-08-14",
"method": "derived",
"source": "openapi/_original/seamless-ai-public-api-openapi-original.json",
"provenance": "Assembled from example values published in the provider's own OpenAPI (https://docs.seamless.ai/openapi.json). No values invented; the API key is a fake placeholder.",
"operationId": "searchCompanies",
"summary": "Search companies",
"request": {
"method": "POST",
"url": "https://api.seamless.ai/api/client/v1/search/companies",
"headers": {
"Token": "REDACTED_SEAMLESS_API_KEY",
"Content-Type": "application/json"
},
"body": {
"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": {
"status": 200,
"description": "Company Search Results",
"body": {
"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"
}
}
}
}