Skip to main content
GET
Get Funding Signals

Authorizations

Authorization
string
header
required

API key for Funding Signals API authentication. Include as Bearer token in Authorization header.

Query Parameters

page
integer
default:1

Page number for pagination

Required range: x >= 1
limit
integer
default:20

Number of results per page (maximum 100)

Required range: 1 <= x <= 100
dateFrom
string<date>

Filter signals from this date (ISO 8601 format: YYYY-MM-DD)

dateTo
string<date>

Filter signals up to this date (ISO 8601 format: YYYY-MM-DD)

date_preset
enum<string>

Relative date shorthand. Takes precedence over dateFrom/dateTo when provided.

Available options:
today,
yesterday,
last_7d,
last_14d,
last_30d,
last_60d,
last_90d,
last_6m,
last_1y,
last_2y,
this_week,
this_month,
this_quarter,
this_year,
last_week,
last_month,
last_quarter,
last_year
countries
string

Comma-separated list of country codes to filter by

exclude_countries
string

Comma-separated list of country names or codes to EXCLUDE (denylist), e.g. China or CN. Complements countries. Companies with an unknown/NULL HQ country are kept, not excluded.

categories
string

Pipe-separated list of company categories / industries to filter by

round
string

Comma-separated list of funding round types to filter by. Exact, case-insensitive match ('Series A', 'series a', and 'SERIES A' all match). A value not in the accepted list returns 400 Bad Request. See the Enums page for the accepted values.

round_flavor
enum<string>

Comma-separated list of round flavors to filter by

Available options:
bridge,
extension,
secondary
subcategories
enum<string>

Comma-separated list of subcategory IDs to filter by. These filter companies based on their assigned subcategory.

Available options:
ai,
saas,
software,
cybersecurity,
web3,
devtools,
analytics,
cloud,
iot,
fintech,
payments,
accounting,
ecommerce,
insurance,
vc & investment,
regtech,
marketing,
advertising,
sales,
hr tech,
legal,
healthcare,
biotechnology,
education,
real estate,
energy,
logistics,
manufacturing,
retail,
agriculture,
food & beverage,
automotive,
aerospace & defense,
robotics,
telecommunications,
travel,
sports,
gaming,
media,
govtech,
construction,
environmental services,
battery technology,
arts,
architecture,
cosmetics,
science,
non-profit

Search by company name or industry keywords

industry
string

Comma-separated list of exact industry names to filter by

company_name
string

Search by company name (partial match)

company_domain
string

Recommended. Company website domain, e.g. novartis.com. Strict match — if no company has this domain the result is empty; never falls back to fuzzy name matching. Variants are equivalent: novartis.com, www.novartis.com and https://novartis.com/ all match the same company. Malformed values return 400. Takes priority over company_name; combined identifiers must agree or the result is empty.

company_linkedin_url
string

Recommended. LinkedIn company URL, e.g. linkedin.com/company/novartis. Strict match — if no company has this LinkedIn page the result is empty; never falls back to fuzzy name matching. http/https, optional www. and trailing slash are equivalent. Non-company LinkedIn URLs (e.g. personal /in/ profiles) return 400. Takes priority over company_name; combined identifiers must agree or the result is empty.

amount_min
integer

Minimum funding amount in whole units of the deal's currency (not cents)

amount_max
integer

Maximum funding amount in whole units of the deal's currency (not cents)

currency
enum<string>

Filter by currency, as an ISO 4217 code (e.g. USD, EUR, GBP). Most records are USD. Exact match.

Available options:
USD,
EUR,
GBP,
CHF,
JPY,
INR,
CAD,
AUD,
SEK,
CNY,
NZD,
KRW,
SGD,
DKK,
BRL
verification_status
enum<string>

Comma-separated list of verification statuses to filter by

Available options:
verified,
unverified,
pending
investor_name
string

Search by investor name (partial match)

employee_count_min
integer

Minimum company employee count

employee_count_max
integer

Maximum company employee count

founded_year_min
integer

Minimum company founded year

founded_year_max
integer

Maximum company founded year

sort_by
enum<string>
default:occurred_at

Field to sort results by

Available options:
occurred_at,
discovered_at,
amount,
employee_count,
founded_year
sort_order
enum<string>
default:desc

Sort direction

Available options:
asc,
desc
count
enum<string>

When set to "true", returns only pagination metadata (totalCount) with an empty data array. No credits are charged.

Available options:
true

Response

Successful response with funding signals

success
boolean
required

Indicates if the request was successful

Example:

true

data
object[]
required

Array of funding signal records

pagination
object
required
meta
object
required