B2B Sales Triggers Scraper avatar

B2B Sales Triggers Scraper

Pricing

Pay per event

Go to Apify Store
B2B Sales Triggers Scraper

B2B Sales Triggers Scraper

Detect high-intent B2B sales triggers — hiring surges, funding rounds, executive changes, and news momentum — from a list of company names. Produces a graded (A/B/C/D) priority list with rationale and source signals.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Detect high-intent B2B sales triggers — hiring surges, funding rounds, executive changes, and news momentum — from a list of company names. Produces a graded (A/B/C/D) priority list with rationale and source signals.

What It Does

Input a list of company names. The actor scans Google News RSS feeds to detect the following signal types:

  • Hiring Surge — New job openings, team expansions, recruiting announcements
  • Funding Round — Venture funding, Series A/B/C, IPO filings, new investment
  • Executive Change — CEO/CTO/CFO appointments, departures, leadership reshuffles
  • News Momentum — General company news indicating business activity

Each signal record is graded A–D based on recency and keyword match strength:

GradeMeaning
AArticle ≤7 days old with strong keyword confirmation — act now
BArticle ≤30 days old with keyword confirmation — high priority
CArticle ≤90 days old — monitor and follow up
DArticle >90 days old or weak signal — low priority

Input

{
"companies": ["Salesforce", "HubSpot", "Outreach"],
"signalTypes": ["hiring_surge", "funding_round", "executive_change", "news_momentum"],
"maxItems": 100
}
FieldTypeRequiredDescription
companiesarrayYesCompany names to scan (1–100 names)
signalTypesarrayNoSignal types to collect. Default: all four types
maxItemsintegerNoMax records to return. Default: 100

Output

Each record contains:

{
"company": "Salesforce",
"signal_type": "funding_round",
"grade": "A",
"title": "Salesforce raises $500M to expand AI capabilities",
"url": "https://techcrunch.com/...",
"source": "TechCrunch",
"published_at": "Thu, 04 Jun 2026 10:00:00 GMT",
"summary": "Salesforce announced a new $500M funding round focused on AI...",
"rationale": "High-priority funding round signal for Salesforce: article is 0 days old and confirms signal keywords.",
"scraped_at": "2026-06-04T23:00:00.000Z"
}

Data Source

Data is sourced from Google News RSS — no API key required, no authentication needed. The actor constructs targeted search queries per company and signal type.

Use Cases

  • Sales intelligence: Identify warm prospects showing growth signals before competitors do
  • Account-based marketing: Time outreach to funding announcements and executive changes
  • Lead scoring: Grade and prioritize target accounts by signal strength
  • Market monitoring: Track competitor activity and market dynamics

Proxy and Rate Limits

Uses datacenter proxies. Google News RSS accepts standard User-Agent requests with no aggressive rate limiting. Concurrency is capped at 4 concurrent requests.

Pricing

Pay-per-event pricing at $0.001 per record (+ $0.10 per run at free tier). A typical 10-company scan with all signal types returns 20–50 high-grade records.