TheirStack Signal Orchestrator - Lead Intelligence avatar

TheirStack Signal Orchestrator - Lead Intelligence

Pricing

from $40.00 / 1,000 company signals

Go to Apify Store
TheirStack Signal Orchestrator - Lead Intelligence

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

Creator Fusion

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

theirstack-signal-orchestrator cover

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

Find companies using specific technologies, optionally filtered by hiring signals.

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

FieldTypeDefaultDescription
searchModeenumcompanySearchSearch mode
theirstackApiKeystringrequiredYour TheirStack API key
queryNamestring""Label for this search
technologiesIncludestring[][]Technologies to search for
technologiesExcludestring[][]Technologies to exclude
jobKeywordsAnystring[][]At least one keyword must match
jobKeywordsAllstring[][]All keywords must match
maxCompaniesinteger250Max results to return
dedupeByenumcompanyDomainDeduplication strategy
outputModeenumcompanyWithEvidenceWhat to include in results
monitoringModebooleanfalseCompare to baseline
scoringobjectweightsCustomize 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.

EventPrice
Actor start$0.15
Per company result$0.003
Per new monitoring result$0.006

API Key Setup

  1. Get an API key from TheirStack
  2. Store it as an Apify secret: THEIRSTACK_API_KEY
  3. Reference it in input: "theirstackApiKey": "{{APIFY_SECRET:THEIRSTACK_API_KEY}}"

License

Apache-2.0 — © Creator Fusion