Signalbase - Funding & Business Signals API avatar

Signalbase - Funding & Business Signals API

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Signalbase - Funding & Business Signals API

Signalbase - Funding & Business Signals API

Real-time GTM signal infrastructure giving you minute-old funding rounds, acquisitions, hiring, and executive job changes. Source-attributed and built for data vendors, GTM teams, and AI agents.

Pricing

from $10.00 / 1,000 results

Rating

5.0

(2)

Developer

Signalbase

Signalbase

Maintained by Community

Actor stats

6

Bookmarked

50

Total users

26

Monthly active users

6.1 days

Issues response

7 days ago

Last modified

Share

Real-time GTM signal infrastructure providing an API used inside data vendors, GTM teams at companies like HubSpot, Plaid, and Convert, and GTM platforms including Bytemine, Salesforge, Databar, CompanyEnrich, Signalist, Caide, and Master Inbox. Signalbase detects new funding rounds, acquisitions, hiring signals, executive job changes, and company events from across the web in under a minute. Today we've indexed 50k+ funding rounds, 18k+ acquisitions, 679k+ hiring signals, 960k+ executive job changes, 19k+ investor profiles, and 189k+ companies generated from any of these signals, and these numbers grow every minute. Every signal ships with original source attribution. Powered by Signalbase.

Filter by country, industry, round type, employee count, seniority, and more. Use it to power lead generation, investment research, competitive intelligence, AI agent workflows, and market analysis.

Signalbase vs. database scrapers

Most "funding data" or "company data" actors on Apify scrape Crunchbase or similar databases. We don't.

  • Source attribution. Every signal includes the original news article, press release, ATS posting, or LinkedIn URL where we detected it. Not a database lookup, the actual moment it happened.
  • Real-time detection. Signals appear in our API within minutes of the original event, not days or weeks after a static database is updated.
  • Landscape-wide. We monitor every company, not just a target list. New companies appear the moment they show signal activity.
  • Verified and contextualised. Every signal includes a confidence score, verification status, and full company profile. No enrichment step required on your side.
  • Enterprise-grade reliability. 99% uptime, with continuous aggregation from web sources.

They give you a database. We give you a moment.

Built for

  • B2B data vendors refreshing static databases with live signals and context, turning stale company records into ones that reflect what's happening right now
  • AI SDR and GTM platforms boosting their reasoning and contextualisation models with sub-minute event data. Signals occurring a minute ago, not yesterday's snapshot
  • AI agents that need fresh, source-attributed signals for autonomous outbound, research, and decision-making
  • Lead generation tools enriching firmographics with real buying moments. Funding, hiring, leadership changes, M&A
  • GTM teams and agencies running signal-based outbound, account prioritisation, and pipeline generation on real buying moments, in-house or for clients
  • Investment research teams monitoring funding and M&A activity across the landscape

Which Signalbase Actor should I use?

This Actor is the unified entry point. All six signal types from one Actor with a single config. If you only need one signal type, the focused Actors below are easier to configure and run:

All Actors share the same underlying data and pricing.

What data is available?

EndpointDescriptionKey fields
Funding SignalsNew funding rounds as they happenCompany, round type, amount, investors, date
Acquisition SignalsCompanies showing acquisition indicators and potential M&A targetsCompany, signal score, indicators
Hiring SignalsOpen job postings with company contextJob title, location, seniority, department, company
Job Change SignalsExecutive and leadership role changesPerson, new role, company, LinkedIn URLs
InvestorsVC, angel, PE, and corporate investor profilesFirm, AUM, focus areas, check size, portfolio
CompaniesCompany profiles with growth dataName, industry, headcount, growth rates, location

How to use

Run from Console or API

Select a signal type, set your filters, and the Actor will fetch matching results. The full API response (including data, pagination, and meta) is available in Output, and individual records are also stored in the Dataset as JSON, CSV, or Excel.

Example input:

{
"signalType": "funding",
"date_preset": "last_30d",
"countries": "US,GB",
"round": "Seed,Series A",
"limit": 50
}

Standby mode (real-time API)

When the Actor runs in Standby mode, it exposes a live HTTP server. Send GET requests directly with query parameters — just like a REST API.

Available endpoints:

GET /signals/funding?countries=US&round=Seed&date_preset=last_30d
GET /signals/acquisitions?search=fintech&countries=US
GET /signals/hiring?positions=cto,vp%20of%20engineering&seniorities=c_level
GET /signals/job-changes?departments=engineering&seniorities=c_level,vp
GET /signals/investors?categories=vc,angel&countries=US
GET /companies?search=AI&employee_count_min=50&employee_count_max=500

Response examples

Every endpoint returns the same envelope: success, data (array), pagination, and meta.

Funding Signals

GET /signals/funding?limit=1

{
"success": true,
"data": [
{
"signalId": "f9422f20-bcdc-4d38-8049-4cda561bc9dd",
"signalType": "funding_round",
"occurredAt": "2026-03-17T04:05:52.903Z",
"discoveredAt": "2026-03-17T05:06:08.184Z",
"companyId": "3bba1b2e-fb85-485e-80d5-5cc4617cfe13",
"companyName": "dtcpay",
"companySlug": "dtcpay",
"companyLogo": "https://images.trysignalbase.com/dtcpay.png",
"companyWebsite": "dtcpay.com",
"companyLinkedin": "linkedin.com/company/digital-treasures-center-pte-ltd",
"companyIndustry": "Financial Services",
"companyCountry": "SG",
"companyFoundedYear": 2019,
"companyDescription": "dtcpay is a regulated payment service provider...",
"companyEmployeeCount": 125,
"roundType": "series a",
"roundFlavor": null,
"amount": 10000000,
"currency": "USD",
"announcedDate": "2026-03-17",
"confidenceScore": 0.95,
"verificationStatus": "verified",
"investors": [],
"sources": [
{
"url": "https://technode.global/2026/03/17/singapores-dtcpay-raises-10m-in-series-a...",
"sourceType": "news_article",
"title": "Singapore's dtcpay raises $10M in Series A led by Vertex Ventures ...",
"publishedAt": "2026-03-17T04:05:52.903Z",
"isPrimary": false
},
{
"url": "https://x.com/NeilPahamtang/status/2033754993652871400",
"sourceType": "social_media",
"title": null,
"publishedAt": "2026-03-17T04:05:52.903Z",
"isPrimary": true
}
]
}
],
"pagination": {
"currentPage": 1,
"totalPages": 43019,
"totalCount": 43019,
"hasNextPage": true,
"hasPreviousPage": false
},
"meta": {
"endpoint": "signals.funding",
"creditsUsed": 1
}
}

Acquisition Signals

GET /signals/acquisitions?limit=1

{
"success": true,
"data": [
{
"signalId": "4014a56c-e043-4ad2-a539-0d352fe902c0",
"signalType": "acquisition",
"occurredAt": "2026-03-17T03:30:30.957Z",
"discoveredAt": "2026-03-17T03:31:40.426Z",
"companyId": "89ff98e3-3263-4aa2-81f1-62f6ba5203b5",
"companyName": "BeauteTools",
"companySlug": "beauty-bay",
"companyLogo": "https://images.trysignalbase.com/BeauteTools.png",
"companyWebsite": "beautetools.com",
"companyLinkedin": "linkedin.com/company/beautetools",
"companyIndustry": "Manufacturing",
"companyCountry": "US",
"companyFoundedYear": null,
"companyDescription": "Private Label Manufacturer of premium Makeup Brushes for beauty brands worldwide...",
"companyEmployeeCount": 125,
"acquiringCompanyId": null,
"amount": 0,
"currency": "$",
"percentage": null,
"announcedDate": "2026-03-17",
"acquiringCompanyName": null,
"acquiringCompanySlug": null,
"acquiringCompanyLogo": null,
"acquiringCompanyWebsite": null,
"acquiringCompanyLinkedin": null,
"acquiringCompanyIndustry": null,
"acquiringCompanyCountry": null,
"acquiringCompanyFoundedYear": null,
"acquiringCompanyEmployeeCount": null,
"isFreeAccess": true,
"acquiringCompany": null,
"sources": [
{
"url": "https://www.linkedin.com/posts/anna-assistant-32b100245_...",
"sourceType": "social_media",
"title": null,
"publishedAt": "2026-03-17T03:30:30.957Z",
"isPrimary": true
}
]
}
],
"pagination": { "currentPage": 1, "totalPages": 16945, "totalCount": 16945, "hasNextPage": true, "hasPreviousPage": false },
"meta": { "endpoint": "signals.acquisitions", "creditsUsed": 1 }
}

Hiring Signals

GET /signals/hiring?limit=1

{
"success": true,
"data": [
{
"id": "05065617-ec6e-4276-89f5-b1f8082d8302",
"jobId": "4345698634",
"jobUrl": "https://www.linkedin.com/jobs/view/commercial-lending-intern-dallas-at-origin-bank-4345698634",
"title": "Commercial Lending Intern - Dallas",
"location": "Dallas, TX, US",
"city": "Dallas",
"region": "TX",
"country": "US",
"datePosted": "2026-02-25T10:49:04.000Z",
"validThrough": "2026-04-21T19:19:23.000Z",
"employmentType": "PART_TIME",
"seniorityLevel": "Internship",
"jobFunction": "Finance and Sales",
"industries": "Banking",
"numApplicants": "200+",
"descriptionText": "Your Career. Your Story. Let's Write the Next Chapter Together...",
"createdAt": "2026-03-17T08:22:25.108Z",
"companyId": "ad3ac0b4-96c8-4232-9dd3-95cc5a560e76",
"companyName": "Origin Bank",
"companyWebsite": "origin.bank",
"companyIndustry": "Banking",
"companyCountry": "US",
"companyEmployeeCount": 710,
"companyFoundedYear": 1912,
"companyLogoUrl": "https://images.trysignalbase.com/Origin Bank.png",
"companyDescription": "Deeply rooted in Origin's history is a culture committed to providing personalized relationship banking...",
"isFreeAccess": true
}
],
"pagination": { "currentPage": 1, "totalPages": 176600, "totalCount": 176600, "hasNextPage": true, "hasPreviousPage": false },
"meta": { "endpoint": "signals.hiring", "creditsUsed": 1 }
}

Job Change Signals

GET /signals/job-changes?limit=1

{
"success": true,
"data": [
{
"signalId": "89c11184-9f7a-4918-8359-d657a047ac5e",
"signalType": "job_change",
"occurredAt": "2026-03-17T08:20:03.534Z",
"discoveredAt": "2026-03-17T08:20:11.447Z",
"personName": "Keabetsoe L.",
"personLinkedinUrl": "https://www.linkedin.com/in/keabetsoe-lentsa-776836221",
"companyLinkedinUrl": "https://www.linkedin.com/company/grindrod-logistics/",
"newRole": "Finance Intern",
"postContent": "I'm happy to share that I'm starting a new position as Finance Intern at Grindrod Logistics!",
"source": "linkedin",
"companyName": "Grindrod Logistics",
"companyWebsite": null,
"companyIndustry": "Transportation, Logistics, Supply Chain and Storage",
"companyCountry": null,
"companyEmployeeCount": 248,
"companyFoundedYear": null,
"companyLogoUrl": "https://images.trysignalbase.com/Grindrod Logistics.png",
"companyDescription": "Grindrod Logistics, a trusted leader in landside logistics across South Africa...",
"isFreeAccess": true,
"sources": [
{
"url": "https://www.linkedin.com/feed/update/urn:li:activity:7439583475793559552",
"sourceType": "social_media"
}
]
}
],
"pagination": { "currentPage": 1, "totalPages": 837287, "totalCount": 837287, "hasNextPage": true, "hasPreviousPage": false },
"meta": { "endpoint": "signals.jobChanges", "creditsUsed": 1 }
}

Investors

GET /signals/investors?limit=1

{
"success": true,
"data": [
{
"id": "1e33a9d6-d363-45b6-b45b-783df48df635",
"name": "Rouge River Capital",
"type": "VC",
"linkedinUrl": "linkedin.com/company/rouge-river-capital",
"website": "rougerivercapital.com",
"logoUrl": "https://images.trysignalbase.com/Rouge River Capital.png",
"countries": "[\"CA\"]",
"ticketSizeMin": 0,
"ticketSizeMax": 0,
"headquarters": null,
"createdAt": "2026-03-03T02:48:31.694Z",
"isFreeAccess": true
}
],
"pagination": { "currentPage": 1, "totalPages": 18344, "totalCount": 18344, "hasNextPage": true, "hasPreviousPage": false },
"meta": { "endpoint": "signals.investors", "creditsUsed": 1 }
}

Companies

GET /companies?limit=1

{
"success": true,
"data": [
{
"id": "29532c87-8b46-4b29-b503-d8530ad90f05",
"name": "Selfeey Infotech Pvt. Ltd.",
"slug": "selfeey-infotech-pvt-ltd",
"description": "Selfeey Infotech Pvt. Ltd. is a Bengaluru-based Agentic AI solutions company...",
"website": null,
"linkedinUrl": "linkedin.com/company/selfeey-infotech-pvt-ltd",
"twitterUrl": null,
"logoUrl": "https://images.trysignalbase.com/Selfeey Infotech Pvt. Ltd..png",
"industry": "Technology, Information and Internet",
"foundedYear": null,
"headquartersCountry": "IN",
"employeeCount": 15,
"categories": [],
"keywords": [],
"specialties": [],
"growthInfo": null,
"createdAt": "2026-03-17T08:24:49.932Z",
"updatedAt": "2026-03-17T08:24:49.932Z"
}
],
"pagination": { "currentPage": 1, "totalPages": 133312, "totalCount": 133312, "hasNextPage": true, "hasPreviousPage": false },
"meta": { "endpoint": "companies.list", "creditsUsed": 1 }
}

Filters reference

Shared filters (all endpoints)

ParameterDescriptionExample
pagePage number1
limitResults per page (max 100)50
dateFromStart date (YYYY-MM-DD)2024-01-01
dateToEnd date (YYYY-MM-DD)2024-12-31
date_presetRelative date shorthandlast_30d
countriesComma-separated country codesUS,GB,DE
categoriesPipe-separated categoriesTechnology|Healthcare
subcategoriesComma-separated IDsai,fintech,saas
searchFree-text searchfintech
sort_bySort fieldoccurred_at
sort_orderasc or descdesc

Funding-specific filters

ParameterDescriptionExample
roundRound typesSeed,Series A
round_flavorRound flavorbridge,extension
amount_minMin amount (USD cents)1000000
amount_maxMax amount (USD cents)50000000
currencyCurrency symbol$
verification_statusStatus filterverified
investor_nameInvestor searchSequoia

Hiring & job change filters

ParameterDescriptionExample
positionsRole filtercto,vp of engineering
departmentsDepartment filterengineering,product
senioritiesSeniority filterc_level,vp,head
statesUS state codes (hiring only)CA,NY
cityCity search (hiring only)San Francisco
team_sizeTeam size ranges (hiring only)51-200
applicantsApplicant ranges (hiring only)0-25
personLinkedinUrlPerson LinkedIn (job changes)URL
companyLinkedinUrlCompany LinkedIn (job changes)URL

Company filters

ParameterDescriptionExample
industryExact industry namesSoftware,Technology
employee_count_minMin employees50
employee_count_maxMax employees5000
founded_year_minMin founded year2020
founded_year_maxMax founded year2025

Pricing

This Actor uses pay-per-event pricing. Each API call (whether via Standby HTTP request or a Console/API run) is charged as one api-call event. Failed requests are not charged.

FAQ

Wait, this isn't a scraper? No. Signalbase is real-time signal infrastructure. We continuously detect new events (funding rounds, acquisitions, hiring, executive moves) from across the web, verify and contextualise them, and serve them through this API. You're querying a live system, not running a scrape on each call. This is why every signal includes the original source URL, a discovery timestamp, and full company context out of the box. Running enrichments against a list of companies you care about, so you only see signals on those accounts, is only available on the direct Signalbase platform. Get in touch if you want early access.

How is Signalbase different from PDL, Crustdata, or Coresignal? Those products are databases. We're event infrastructure. They tell you what a company looks like; we tell you what just happened to it. If you need static firmographics or contact data, use a database. If you need to know that a company raised yesterday, hired a CTO this morning, or just got acquired, use Signalbase. Most serious GTM stacks use both.

Can I get webhooks, real-time delivery, or higher volume? Yes, on the direct Signalbase platform. Apify is great for evaluation and Apify-native workflows, but if you need webhooks, custom signal types, dedicated rate limits, or production SLAs, you'll want a direct plan. Production access starts with a paid pilot scoped directly with the founding team. Get in touch at trysignalbase.com to set it up.

How do I avoid paying twice for the same signal across multiple Signalbase Actors? Every signal has a globally unique signalId. If you run this Actor and also one of the focused Actors (Funding, Hiring, Job Changes, Acquisitions), deduplicate on signalId to avoid double-processing. All Actors hit the same underlying signal stream.

Can I see how many results my query will return before running? Yes. Every response includes a pagination.totalCount field showing the full result count for your filters. Run with limit=1 first to see the count, then run for real with the volume you want. This is the cheapest way to validate filters before larger pulls.

Can I use this Actor to monitor a specific company or list of companies? Yes. Use the search parameter to filter by company name, or pass company-specific identifiers (e.g. companyLinkedinUrl for job changes). For ongoing monitoring of a defined account list, the direct platform's webhook delivery is a better fit than scheduled Apify runs. Get in touch.

Rate limits

The underlying Signalbase API has rate limits. If you hit a 429 response, wait a few seconds and retry.

Support