Detect hiring spikes - role appearing in N+ job posts
Detect companies with hiring spikes — a specific role appearing in multiple job posts within a time window.
When to use: You want volume/spike detection, not just any single job post mentioning a role.
Sentence: [descriptive_icp] companies hiring for [role] in [count_threshold]+ posts in [window_days] days
Examples:
- role=“data engineer”, count_threshold=5, window_days=90, descriptive_icp=“B2B fintech”
- role=“AI engineer”, count_threshold=10, window_days=30
Documentation Index
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
Sentence: [descriptive_icp] companies hiring for [role] in [count_threshold]+ job posts in [window_days] days
Detect companies with hiring spikes — a specific role appearing in multiple job posts within a time window.
Name/identifier for this signal run
Minimum number of matching job posts to qualify as a spike. Must be >= 2.
x >= 2Time window in days to count posts within. Range: 1-365.
1 <= x <= 365The role to detect hiring spikes for. Examples: 'data engineer', 'AI engineer', 'security analyst'.
Company type or industry to narrow results (e.g. 'B2B fintech', 'B2B SaaS', 'DevTools'). Optional - when omitted, searches across all industries.
ICP ID for firmographic filtering. Required unless accounts are provided.
Skip blocklist, deduplication, and industry checks for faster time-to-first-result. Tradeoff: may surface blocklisted or duplicate accounts.
Upload a list of accounts (website and/or linkedin_url) to run the signal against. When provided, trait search is skipped and these accounts are used directly. At least one of icp_id or accounts must be provided.
Run this signal daily to discover new results (default: false, runs once)
Audience name for auto-adding discovered accounts (default: ' - Accounts')
Audience name for people enrichment (default: ' - People')
Credit limit for this signal. Signal stops once this many credits are consumed.
Auto-add discovered accounts to CRM in safe mode. New accounts are created; existing accounts are enriched without ownership changes.
Enrich discovered people with work emails. Requires enable_safe_crm_addition to be true.
Enable advanced LLM-based people finder for deeper people discovery.
Response
Successful Response
Common response shape for signal deployment endpoints. Returns at minimum the signal_id and a status. Some agents return additional fields (e.g. message, campaign_id) which are not documented in this shape.