Get investor-interest signals by date
Returns investor-interest signals, newest first, each capturing the interest investors have in either talent or companies.
Scope the feed one of three ways:
search_id: signals matching a saved search.list_id: signals for the members of a list.- neither: the whole dataset as a by-date feed.
What you need
Nothing beyond your API key for the dataset-wide feed. Add search_id or list_id to scope it, signal_date_after / signal_date_before to bound the signal date, and sort to order the results.
Behaviour
- Ordered by signal date, newest first, unless
sortsays otherwise. search_idandlist_idare alternative scopes rather than filters that combine:search_idwins when both are sent.- Page size depends on the mode. The by-date feed caps a page at 50 however large a
limityou send;search_idandlist_idhonour the fulllimitthis endpoint documents. - Both date bounds are inclusive and apply in all three modes.
- An unknown
search_idreturns404. A saved search whose stored filters cannot be parsed returns500. - This endpoint reports no totals: there is no
X-Total-Countand noLinkheader, so page until you get back fewer results than you asked for. - A scope with no signals returns
200with an empty array, and an empty page is not billed.
What you do next
- Pull the subject. A signal is about a company or a person:
companyandpersoncarry the resolved entity, andentity_ididentifies it for Get company by ID or Get person by ID. - Pull the interested investors.
signal_investorsnames them, and each resolves through Get investor by ID. - Narrow to one entity. For signals about a single company or investor, use Get company investor-interest signals or Get investor-interest signals instead of filtering this feed.
Authorizations
Query Parameters
Return signals matching this saved search.
Return signals for the members of this list.
Sort order to apply to the results.
Only return signals with a signal date on or after this date (YYYY-MM-DD, inclusive).
"2026-06-01"
Only return signals with a signal date on or before this date (YYYY-MM-DD, inclusive).
"2026-06-30"
The page number of results to return, base 0, default is 0.
The number of results to return per page (minimum 1, maximum 5000, default 50).
1 <= x <= 5000Response
The list of investor interest signals that were found for the query
Unique identifier for this investor interest signal
"f7e8e33a-ea66-40e4-a567-e2afc8638bd2"
Date when the talent signal was detected
"2026-07-10"
Confidence score for this talent signal (1-10 scale)
8
Summary of the signal
"A Partner at General Catalyst and Evantic Capital are both exploring BORN amid early-stage fundraising. BORN creates AI friends that provide companionship and connection through AI and consumer social experiences."
Type of talent signal detected
Company, Talent "Company"
The course of the signal
influencer, journalist, investor, insider, angel, investment_bank, venture_capital, private_equity The total funding in USD when the signal was triggered
15000000
The total funding date when the signal was triggered
"2025-09-01"
The investors for this signal
Unique identifier of the entity that this signal is for, if it's a Company signal then this is the company id, if it's a Talent signal then this is the person id.
Note that this may not exist, in which case for company signals the domain can be used and for talent signals the linkedin_url can be used.
"5e3a7f110aa7a3270a54b92e"
Information about the company if it is a company signal.
Information about the person if it is a talent signal.
The company's most recent funding round amount in USD, as of the signal date.
The sources this signal was derived from (e.g. the article or filing references that triggered it).