GTM Signals Aggregator
Pricing
from $120.00 / 1,000 results
GTM Signals Aggregator
Combines GTM hiring signals and tech stack detection into one flat Clay-ready row with a composite signal score.
Pricing
from $120.00 / 1,000 results
Rating
0.0
(0)
Developer
Mamba Labs
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
One call. Both GTM signals. Hiring intent plus tech stack in a single flat row.
This actor takes a company domain, runs GTM Hiring Signal Scraper and GTM Tech Stack Signal Scraper in parallel, merges both outputs into one flat Clay-ready row, and adds a composite signal score with a plain-English summary.
Who should use this
Use this actor if you want both signals in one call.
- Only need hiring signals? Use GTM Hiring Signal Scraper at $0.07/result.
- Only need tech stack detection? Use GTM Tech Stack Signal Scraper at $0.07/result.
- Want both in one row with a composite score? That is what this actor does.
The math
Running both actors separately costs $0.07 + $0.07 = $0.14 per company.
This actor runs both in parallel and returns a single merged row at $0.12 per company. That is a 14% saving, plus you get a composite signal score and a plain-English summary field on top.
Input
| Field | Type | Required | Notes |
|---|---|---|---|
company_domain | String | Yes | Bare domain, e.g. stripe.com. Strips https://, www., and trailing paths automatically. |
include_summary | Boolean | No | Include a plain-English gtm_signal_summary field. Default: true. |
Example input:
{"company_domain": "hubspot.com","include_summary": true}
Output
One flat row per domain. All 28 fields present in every result. Null over missing keys. No nested objects.
Composite fields (added by this actor)
| Field | Type | Description |
|---|---|---|
company_domain | String | Echoed from input |
composite_signal | String | high / medium / low |
gtm_signal_summary | String | Plain-English 1-2 sentence summary of combined signals. Omitted if include_summary is false. |
Composite signal logic:
- high: GTM hiring detected AND CRM or sequencer detected
- medium: GTM hiring OR tooling detected, but not both
- low: No signals on either side
Hiring signal fields (from GTM Hiring Signal Scraper)
| Field | Type | Description |
|---|---|---|
gtm_hiring_signal | Boolean | True if any GTM role detected |
signal_strength | String | high / medium / low |
gtm_role_count | Integer | Number of GTM roles detected |
top_gtm_role | String | Highest-tier role found |
gtm_roles_detected | String | Comma-separated matched roles |
most_recent_posting_date | String | ISO date of most recent GTM posting |
ats_platform | String | greenhouse / lever / ashby / none |
career_page_url | String | Direct link to career page |
Tech stack fields (from GTM Tech Stack Signal Scraper)
| Field | Type | Description |
|---|---|---|
crm_detected | String | hubspot / salesforce / pipedrive / zoho / none |
seq_tool_detected | String | outreach / salesloft / apollo / instantly / lemlist / reply / none |
uses_hubspot | Boolean | |
uses_salesforce | Boolean | |
uses_clay | Boolean | |
uses_apollo | Boolean | |
uses_outreach | Boolean | |
uses_gong | Boolean | |
uses_zoominfo | Boolean | |
uses_drift | Boolean | |
uses_intercom | Boolean | |
marketing_automation_detected | String | marketo / pardot / hubspot / eloqua / none |
gtm_tool_count | Integer | Count of detected GTM tools |
tech_stack_signal | String | high / medium / low |
Run metadata
| Field | Type | Description |
|---|---|---|
actor1_error | Boolean | True if hiring signal scraper failed. Tech stack fields still populated. |
actor2_error | Boolean | True if tech stack scraper failed. Hiring signal fields still populated. |
run_date | String | ISO timestamp of run |
Sample output
{"company_domain": "hubspot.com","composite_signal": "high","gtm_signal_summary": "Actively hiring GTM roles and running Salesforce. Strong buying signal.","gtm_hiring_signal": true,"signal_strength": "high","gtm_role_count": 5,"top_gtm_role": "VP Sales","ats_platform": "greenhouse","crm_detected": "salesforce","seq_tool_detected": "outreach","uses_hubspot": false,"uses_salesforce": true,"uses_outreach": true,"tech_stack_signal": "high","actor1_error": false,"actor2_error": false,"run_date": "2026-04-07T12:05:41.000Z"}
Clay integration
Add this actor as an HTTP request enrichment column in any Clay table.
- In your Clay table, add a column: Add Enrichment > HTTP API.
- Set Method to POST.
- URL:
https://api.apify.com/v2/acts/mambalabs~gtm-signals-aggregator/run-sync-get-dataset-items?token=YOUR_TOKEN - Body:
{"company_domain": "{{domain}}"}
- Map output fields to columns using dot notation, e.g.
{{response.composite_signal}}.
Each row costs $0.12 and returns all 28 fields. No prompt engineering. No Claygent credit burn.
Compare: a Claygent column researching tech stack burns 3-5 credits per row ($0.015-0.025 on Clay's standard plan) and requires a custom prompt. This actor returns structured, consistent output at $0.07 per signal type with zero prompt work.
Pricing
$0.12 per company. Pay per result, no subscription.
| Option | Cost per company |
|---|---|
| GTM Hiring Signal Scraper only | $0.07 |
| GTM Tech Stack Signal Scraper only | $0.07 |
| Both run separately | $0.14 |
| GTM Signals Aggregator (this actor) | $0.12 |
| Saving | 14% |
BuiltWith charges $295/month for tech stack data. This actor runs at $0.12 per company for both hiring and tech stack signals combined, with no subscription required.
Known limitations
- Hiring signal detection covers Greenhouse, Lever, and Ashby ATS platforms only. Companies using Workday, iCIMS, or other platforms return no hiring data.
- Tech stack detection reads public-facing scripts and network calls. Tools loaded server-side or behind auth walls may not appear.
- If one sub-actor fails, the other's fields still populate. Check
actor1_errorandactor2_errorflags if any fields are null. - Each run calls both sub-actors via the Apify API. Sub-actor cold start times can affect total run duration. Typical runs complete in 30-60 seconds.
Related actors
- GTM Hiring Signal Scraper - Greenhouse, Lever, and Ashby scraper. $0.07/result.
- GTM Tech Stack Signal Scraper - CRM and sequencer detection from a domain. $0.07/result.
Built by Mamba Labs.