company_signal
ActiveTool of Ready APIs
Composite B2B buyer-signal score (0-100) for a company. Joins curated identity + live SEC EDGAR filings + DNS/DMARC + WHOIS + curated hiring signals into one explainable score tuned by buyer profile (enterprise_sales, smb_sales, investor_research, vendor_diligence). Returns overall score, tier, verdict, six sub-scores with notes, tech-stack hint, and SEC activity summary.
Parameters schema
{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Company domain (e.g. apple.com). One of domain or ticker is required."
},
"ticker": {
"type": "string",
"description": "Stock ticker (e.g. AAPL). Used when domain is not provided."
},
"buyer_profile": {
"enum": [
"enterprise_sales",
"smb_sales",
"investor_research",
"vendor_diligence"
],
"type": "string",
"default": "enterprise_sales",
"description": "Buyer profile that tunes the sub-score weights."
},
"include_filings": {
"type": "boolean",
"default": true,
"description": "Fetch live SEC EDGAR filings (adds ~400ms upstream)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries