Get investor-interest signals
Investor-interest signals attributed to a specific investor, newest first: the interest this investor has shown in talent or companies. Each item is the same signal object returned by Get investor-interest signals by date.
What you need
A Specter investor ID (inv_...), as returned by Get investor by ID or any endpoint that carries an investor_id. Narrow the range with signal_date_after / signal_date_before, and walk it with page and limit.
Behaviour
- Ordered by signal date, newest first, at most 50 results per page.
- Both date bounds are inclusive and each stands alone: send only
signal_date_afterfor everything since a date, onlysignal_date_beforefor everything up to one, or both for a window. - An unknown investor returns
404; a known investor with no signals in range returns200with an empty array, and an empty page is not billed. - This endpoint reports no totals: there is no
X-Total-Countand noLinkheader, so page until you get back fewer results than you asked for.
What you do next
- Pull what they are interested in. Each 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. - Cross-check against what they funded. Interest is not investment; use Get investor funding rounds for the rounds this investor actually participated in.
- Widen to the whole dataset. Drop the investor scope and use Get investor-interest signals by date.
Authorizations
Path Parameters
The ID of the investor being requested (e.g. inv_5f3a2b1c4d5e6f7a8b9c0d1e).
Query Parameters
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 50, default 50). A page is the unit these endpoints are priced in, so it cannot be widened beyond 50.
1 <= x <= 50Response
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).