Signalbase Real Time Funding avatar

Signalbase Real Time Funding

Pricing

from $20.00 / 1,000 results

Go to Apify Store
Signalbase Real Time Funding

Signalbase Real Time Funding

Real-time funding round signals. Get Series A, Seed, and all funding rounds with company details, amounts, investors, and sources.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

Signalbase

Signalbase

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Real-time funding round signals. Get Series A, Seed, and all funding rounds with company details, amounts, investors, and sources.

How to Use

This actor runs as a Standby-mode API server. Once the run starts, send GET requests to the container URL with query parameters to receive JSON responses.

Example:

GET {{run.containerUrl}}?page=1&limit=10&round=series%20a

Response Example

{
"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
}
]
}
],
"pagination": { "currentPage": 1, "totalPages": 43019, "totalCount": 43019, "hasNextPage": true, "hasPreviousPage": false },
"meta": { "endpoint": "signals.funding", "creditsUsed": 1 }
}

Filters

ParameterDescription
pagePage number for pagination
limitNumber of results per page
dateFromFilter signals from this date
dateToFilter signals until this date
date_presetPreset date range (e.g. last_7_days)
countriesFilter by company countries (comma-separated)
categoriesFilter by categories
subcategoriesFilter by subcategories
searchFull-text search
industryFilter by industry
company_nameFilter by company name
roundFilter by round type (e.g. series a, seed)
round_flavorFilter by round flavor
amount_minMinimum deal amount
amount_maxMaximum deal amount
currencyFilter by currency
verification_statusFilter by verification status
investor_nameFilter by investor name
employee_count_minMinimum employee count
employee_count_maxMaximum employee count
founded_year_minMinimum founded year
founded_year_maxMaximum founded year
sort_byField to sort by
sort_orderSort order (asc/desc)

Pricing

This actor uses pay-per-event billing. Each successful API response is charged as one api-call event.

Support