Seamless.AI · Schema
Seamless.AI Company
B2BContact DataSales IntelligenceProspectingLead GenerationCRM EnrichmentData EnrichmentMCPAgentsSales Automation
Properties
| Name | Type | Description |
|---|---|---|
| advertisingIntelligenceUrl | string | URL to advertising intelligence data for the company. |
| alexaScoreUrl | string | URL to Alexa score and rank details. |
| annualRevenue | string | Estimated annual revenue value. |
| apiResearchId | string | The API research identifier for companies created through API research |
| phones | string | Comma-separated company phone numbers. |
| phonesAiScores | string | Comma-separated AI confidence scores for each phone number in `phones`. |
| createdAt | string | Timestamp when this company record was created. |
| description | string | Company profile description text. |
| domain | string | Primary website domain of the company. |
| employeeReviewsUrl | string | URL to employee reviews intelligence. |
| foundedOn | string | Company founding date, when available. |
| googleFinanceUrl | string | URL to Google Finance data for the company. |
| googleResearchUrl | string | URL to Google research/profile results for the company. |
| industries | string | Comma-separated industry labels for the company. |
| intelUrl | string | URL to general company intelligence overview. |
| jobPostingsUrl | string | URL to job posting intelligence for the company. |
| linkedInProfileUrl | string | LinkedIn company profile URL. |
| linkedInId | string | LinkedIn company identifier. |
| localSportsTeamsUrl | string | URL to local sports context for the company location. |
| localWeatherUrl | string | URL to local weather context for the company location. |
| location | object | |
| name | string | Canonical company name. |
| newsUrl | string | URL to aggregated company news. |
| paidSearchIntelligenceUrl | string | URL to paid search intelligence details. |
| paidSearchKeywordsIntelligenceUrl | string | URL to paid search keyword intelligence details. |
| revenueRange | string | Revenue range bucket for the company. |
| searchMarketingIntelligenceUrl | string | URL to search marketing intelligence details. |
| secFilingsUrl | string | URL to SEC filings and regulatory disclosures. |
| seoResearchUrl | string | URL to SEO research and metrics. |
| sicCode | string | Standard Industrial Classification (SIC) code. |
| similarWebsitesUrl | string | URL to similar websites intelligence. |
| socialMediaMentionsUrl | string | URL to social media mentions analytics. |
| socialMediaPostsUrl | string | URL to social media posts analytics. |
| socialPostsUrl | string | URL to general social posts aggregation. |
| staffCount | string | Estimated staff count value. |
| staffCountRange | string | Staff count range bucket. |
| topTechnologies | string | Comma-separated list of top detected technologies. |
| updatedAt | string | Timestamp when this company record was last updated. |
| webTechnologiesUrl | string | URL to web technologies intelligence. |
| websiteAuditUrl | string | URL to website audit results. |
| websiteAudit2Url | string | URL to secondary website audit data. |
| websiteGraderUrl | string | URL to website grader report. |
| whoisUrl | string | URL to WHOIS domain registration details. |
| wikipediaUrl | string | URL to the company Wikipedia page, when available. |
| yahooFinanceUrl | string | URL to Yahoo Finance profile/data. |
| newsAndEvents | array | Recent news articles related to the company. |
| fundingTotal | string | The latest total funding amount for the company. |
| latestFundingDate | string | The date of the latest funding round for the company (formatted as "YYYY-MM-DD"). |
| latestFundingClassifications | array | The classifications of the latest funding round for the company (e.g., "Series A", "Pre-Seed", etc.). |
| companyType | string | Company type — "Public" or "Private" when determined. |
| stockTicker | string | Stock ticker symbol of the company, if publicly traded. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/seamless-ai/refs/heads/main/json-schema/seamless-ai-company-schema.json",
"title": "Seamless.AI Company",
"description": "",
"x-generated": "2026-08-14",
"x-method": "derived",
"x-source": "openapi/_original/seamless-ai-public-api-openapi-original.json#/paths/~1companys/get/responses/200",
"x-provenance": "Derived from the provider-published OpenAPI at https://docs.seamless.ai/openapi.json (harvested 2026-08-14); field names, descriptions and examples are carried verbatim from that spec.",
"type": "object",
"properties": {
"advertisingIntelligenceUrl": {
"type": "string",
"description": "URL to advertising intelligence data for the company.",
"example": "https://intel.example.com/company/12938475/advertising"
},
"alexaScoreUrl": {
"type": "string",
"description": "URL to Alexa score and rank details.",
"example": "https://intel.example.com/company/12938475/alexa"
},
"annualRevenue": {
"type": "string",
"description": "Estimated annual revenue value.",
"example": "1000000001"
},
"apiResearchId": {
"type": "string",
"description": "The API research identifier for companies created through API research",
"example": "research-123"
},
"phones": {
"type": "string",
"description": "Comma-separated company phone numbers.",
"example": "+1-650-555-0100,+1-650-555-0101"
},
"phonesAiScores": {
"type": "string",
"description": "Comma-separated AI confidence scores for each phone number in `phones`.",
"example": "98,86"
},
"createdAt": {
"type": "string",
"description": "Timestamp when this company record was created.",
"example": "2024-04-21T14:30:00.000Z"
},
"description": {
"type": "string",
"description": "Company profile description text.",
"example": "Seamless.AI is a sales intelligence platform."
},
"domain": {
"type": "string",
"description": "Primary website domain of the company.",
"example": "seamless.ai"
},
"employeeReviewsUrl": {
"type": "string",
"description": "URL to employee reviews intelligence.",
"example": "https://intel.example.com/company/12938475/employee-reviews"
},
"foundedOn": {
"type": "string",
"description": "Company founding date, when available.",
"format": "date",
"example": "2015-01-01"
},
"googleFinanceUrl": {
"type": "string",
"description": "URL to Google Finance data for the company.",
"example": "https://www.google.com/finance/quote/EXAMPLE:NASDAQ"
},
"googleResearchUrl": {
"type": "string",
"description": "URL to Google research/profile results for the company.",
"example": "https://www.google.com/search?q=seamless.ai"
},
"industries": {
"type": "string",
"description": "Comma-separated industry labels for the company.",
"example": "Information Technology and Services,Computer Software"
},
"intelUrl": {
"type": "string",
"description": "URL to general company intelligence overview.",
"example": "https://intel.example.com/company/12938475/overview"
},
"jobPostingsUrl": {
"type": "string",
"description": "URL to job posting intelligence for the company.",
"example": "https://intel.example.com/company/12938475/jobs"
},
"linkedInProfileUrl": {
"type": "string",
"description": "LinkedIn company profile URL.",
"example": "https://www.linkedin.com/company/seamless-ai/"
},
"linkedInId": {
"type": "string",
"description": "LinkedIn company identifier.",
"example": "1234567"
},
"localSportsTeamsUrl": {
"type": "string",
"description": "URL to local sports context for the company location.",
"example": "https://intel.example.com/company/12938475/local-sports"
},
"localWeatherUrl": {
"type": "string",
"description": "URL to local weather context for the company location.",
"example": "https://intel.example.com/company/12938475/local-weather"
},
"location": {
"type": "object",
"properties": {
"street1": {
"type": "string",
"description": "Primary street line of the company location.",
"example": "800 W El Camino Real"
},
"city": {
"type": "string",
"description": "City of the company location.",
"example": "Mountain View"
},
"state": {
"type": "string",
"description": "State or region of the company location.",
"example": "CA"
},
"postCode": {
"type": "string",
"description": "Postal or zip code of the company location.",
"example": "94040"
},
"country": {
"type": "string",
"description": "Country name of the company location.",
"example": "United States"
},
"countryAbbr": {
"type": "string",
"description": "Abbreviated country code used in location metadata.",
"example": "US"
},
"countryAlpha2": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code.",
"example": "US"
},
"countryAlpha3": {
"type": "string",
"description": "ISO 3166-1 alpha-3 country code.",
"example": "USA"
},
"fullString": {
"type": "string",
"description": "Full formatted location string.",
"example": "800 W El Camino Real, Mountain View, CA 94040, United States"
}
}
},
"name": {
"type": "string",
"description": "Canonical company name.",
"example": "Seamless.AI"
},
"newsUrl": {
"type": "string",
"description": "URL to aggregated company news.",
"example": "https://intel.example.com/company/12938475/news"
},
"paidSearchIntelligenceUrl": {
"type": "string",
"description": "URL to paid search intelligence details.",
"example": "https://intel.example.com/company/12938475/paid-search"
},
"paidSearchKeywordsIntelligenceUrl": {
"type": "string",
"description": "URL to paid search keyword intelligence details.",
"example": "https://intel.example.com/company/12938475/paid-search-keywords"
},
"revenueRange": {
"type": "string",
"description": "Revenue range bucket for the company.",
"example": "$1B+"
},
"searchMarketingIntelligenceUrl": {
"type": "string",
"description": "URL to search marketing intelligence details.",
"example": "https://intel.example.com/company/12938475/search-marketing"
},
"secFilingsUrl": {
"type": "string",
"description": "URL to SEC filings and regulatory disclosures.",
"example": "https://www.sec.gov/edgar/browse/?CIK=0000000"
},
"seoResearchUrl": {
"type": "string",
"description": "URL to SEO research and metrics.",
"example": "https://intel.example.com/company/12938475/seo"
},
"sicCode": {
"type": "string",
"description": "Standard Industrial Classification (SIC) code.",
"example": "4832"
},
"similarWebsitesUrl": {
"type": "string",
"description": "URL to similar websites intelligence.",
"example": "https://intel.example.com/company/12938475/similar-sites"
},
"socialMediaMentionsUrl": {
"type": "string",
"description": "URL to social media mentions analytics.",
"example": "https://intel.example.com/company/12938475/social-mentions"
},
"socialMediaPostsUrl": {
"type": "string",
"description": "URL to social media posts analytics.",
"example": "https://intel.example.com/company/12938475/social-posts"
},
"socialPostsUrl": {
"type": "string",
"description": "URL to general social posts aggregation.",
"example": "https://intel.example.com/company/12938475/posts"
},
"staffCount": {
"type": "string",
"description": "Estimated staff count value.",
"example": "750"
},
"staffCountRange": {
"type": "string",
"description": "Staff count range bucket.",
"example": "501 - 1,000"
},
"topTechnologies": {
"type": "string",
"description": "Comma-separated list of top detected technologies.",
"example": "Adobe SiteCatalyst,Adobe Tag Manager,Akamai"
},
"updatedAt": {
"type": "string",
"description": "Timestamp when this company record was last updated.",
"example": "2024-04-21T14:30:00.000Z"
},
"webTechnologiesUrl": {
"type": "string",
"description": "URL to web technologies intelligence.",
"example": "https://intel.example.com/company/12938475/web-technologies"
},
"websiteAuditUrl": {
"type": "string",
"description": "URL to website audit results.",
"example": "https://intel.example.com/company/12938475/website-audit"
},
"websiteAudit2Url": {
"type": "string",
"description": "URL to secondary website audit data.",
"example": "https://intel.example.com/company/12938475/website-audit-2"
},
"websiteGraderUrl": {
"type": "string",
"description": "URL to website grader report.",
"example": "https://intel.example.com/company/12938475/website-grader"
},
"whoisUrl": {
"type": "string",
"description": "URL to WHOIS domain registration details.",
"example": "https://who.is/whois/seamless.ai"
},
"wikipediaUrl": {
"type": "string",
"description": "URL to the company Wikipedia page, when available.",
"example": "https://en.wikipedia.org/wiki/Example_Company"
},
"yahooFinanceUrl": {
"type": "string",
"description": "URL to Yahoo Finance profile/data.",
"example": "https://finance.yahoo.com/quote/EXAMPLE"
},
"newsAndEvents": {
"type": "array",
"description": "Recent news articles related to the company.",
"items": {
"type": "object",
"properties": {
"title": {
"description": "The headline of the news article.",
"type": "string"
},
"url": {
"description": "The URL to the full news article.",
"type": "string"
},
"date": {
"description": "The date the news article was published.",
"type": "string",
"format": "date-time"
},
"type": {
"description": "The type of news article (e.g., \"Acquisition\").",
"type": "string"
}
}
}
},
"fundingTotal": {
"type": "string",
"description": "The latest total funding amount for the company.",
"example": "100000"
},
"latestFundingDate": {
"type": "string",
"format": "date",
"description": "The date of the latest funding round for the company (formatted as \"YYYY-MM-DD\").",
"example": "2023-08-12"
},
"latestFundingClassifications": {
"type": "array",
"description": "The classifications of the latest funding round for the company (e.g., \"Series A\", \"Pre-Seed\", etc.).",
"example": [
"Series D"
],
"items": {
"type": "string"
}
},
"companyType": {
"type": "string",
"nullable": true,
"description": "Company type \u2014 \"Public\" or \"Private\" when determined.",
"enum": [
"Public",
"Private"
],
"example": "Public"
},
"stockTicker": {
"type": "string",
"nullable": true,
"description": "Stock ticker symbol of the company, if publicly traded.",
"example": "AAPL"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/seamless-ai-company"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.