TheirStack Signal Orchestrator - Lead Intelligence
Pricing
from $40.00 / 1,000 company signals
TheirStack Signal Orchestrator - Lead Intelligence
Theirstack Signal Orchestrator helps teams get quick, high-signal results with reliable output, clear fields, and fast setup.
Pricing
from $40.00 / 1,000 company signals
Rating
0.0
(0)
Developer
Creator Fusion
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share

TheirStack Signal Orchestrator
Find companies by technology stack and hiring signals, score them, and export structured lead intelligence for automations and AI agents.
What it does
This Actor uses your TheirStack API key to search companies and hiring signals, then normalizes, scores, deduplicates, and exports results as structured Apify datasets — ready for CRM enrichment, outbound prospecting, AI agent workflows, and recurring signal monitoring.
This is not a UI scraper. It's an API-backed orchestrator with strong data quality, retry logic, and MCP-friendly output schemas.
Key Features
- 4 search modes: Company search, job search, domain enrichment, monitoring
- Weighted lead scoring: Configurable weights for technology match, hiring intent, recency, and company fit
- Deduplication: Merge by domain or company name, keeping highest-scored results
- Monitoring mode: Compare runs against baselines; flag new companies
- MCP-ready: Strong input/dataset/output schemas for AI agent discovery
- Pay-per-event pricing: No subscription — pay only for results
Quick Start
{"searchMode": "companySearch","theirstackApiKey": "{{APIFY_SECRET:THEIRSTACK_API_KEY}}","technologiesInclude": ["snowflake", "dbt"],"jobKeywordsAny": ["analytics engineering"],"companyLocations": ["United States"],"maxCompanies": 100}
Search Modes
Company Search
Find companies using specific technologies, optionally filtered by hiring signals.
Job Search
Search job postings first, then group by company with enrichment.
Domain Enrichment
Provide a list of domains and get tech stack + hiring signal data.
Monitoring
Run a search and compare results to a baseline dataset. New companies are flagged with signals.newSinceBaseline = true.
Input Reference
| Field | Type | Default | Description |
|---|---|---|---|
searchMode | enum | companySearch | Search mode |
theirstackApiKey | string | required | Your TheirStack API key |
queryName | string | "" | Label for this search |
technologiesInclude | string[] | [] | Technologies to search for |
technologiesExclude | string[] | [] | Technologies to exclude |
jobKeywordsAny | string[] | [] | At least one keyword must match |
jobKeywordsAll | string[] | [] | All keywords must match |
maxCompanies | integer | 250 | Max results to return |
dedupeBy | enum | companyDomain | Deduplication strategy |
outputMode | enum | companyWithEvidence | What to include in results |
monitoringMode | boolean | false | Compare to baseline |
scoring | object | weights | Customize lead scoring |
Output
Each dataset item includes:
{"companyName": "Example Corp","companyDomain": "example.com","companyIndustry": "Computer Software","companySize": "201-500","technologiesMatched": [...],"jobsMatched": [...],"signals": {"technologyFit": true,"hiringIntent": true,"recentHiringDays": 12,"newSinceBaseline": false},"leadScore": 87,"leadScoreBand": "high","source": "theirstack"}
A SUMMARY record is saved in the key-value store with run stats, top industries/technologies, and webhook metadata.
Scoring Model
Lead scores range 0–100 using configurable weights:
- Technology match (40%): % of requested techs found × confidence
- Job intent (35%): Count and keyword coverage of matched jobs
- Recency (15%): Exponential decay from most recent evidence
- Company fit (10%): Size and industry alignment
Score bands: very_high (90+), high (75–89), medium (50–74), low (0–49)
Pricing
Pay-per-event — no subscription. You bring your own TheirStack API key.
| Event | Price |
|---|---|
| Actor start | $0.15 |
| Per company result | $0.003 |
| Per new monitoring result | $0.006 |
API Key Setup
- Get an API key from TheirStack
- Store it as an Apify secret:
THEIRSTACK_API_KEY - Reference it in input:
"theirstackApiKey": "{{APIFY_SECRET:THEIRSTACK_API_KEY}}"
License
Apache-2.0 — © Creator Fusion