Skip to main content
GET
Get investor-interest saved search results

Authorizations

X-API-Key
string
header
required

Path Parameters

searchId
integer
required

The ID of the saved search being requested.

Query Parameters

limit
number

The number of results to return, default is 50.

page
number

The page number of results to return, base 0, default is 0.

new
boolean
default:false

When true, restricts results to signals from the current week, overriding any SignalDate filter stored in the saved search.

investor_signal_date_after
string<date>

Only return signals with a signal date on or after this date (YYYY-MM-DD, inclusive). Overrides new when both are given.

Example:

"2026-06-01"

investor_signal_date_before
string<date>

Only return signals with a signal date on or before this date (YYYY-MM-DD, inclusive).

Example:

"2026-06-30"

Response

The list of investor interest signals that were found for the query

signal_id
string
required

Unique identifier for this investor interest signal

Example:

"f7e8e33a-ea66-40e4-a567-e2afc8638bd2"

signal_date
string
required

Date when the talent signal was detected

Example:

"2026-07-10"

signal_score
number
required

Confidence score for this talent signal (1-10 scale)

Example:

8

signal_summary
string
required

Summary of the signal

Example:

"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."

signal_type
enum<string>
required

Type of talent signal detected

Available options:
Company,
Talent
Example:

"Company"

source_types
enum<string>
required

The course of the signal

Available options:
influencer,
journalist,
investor,
insider,
angel,
investment_bank,
venture_capital,
private_equity
Example:
signal_total_funding_usd
number
required

The total funding in USD when the signal was triggered

Example:

15000000

signal_last_funding_date
string
required

The total funding date when the signal was triggered

Example:

"2025-09-01"

signal_investors
object[]
required

The investors for this signal

entity_id
string
required

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.

Example:

"5e3a7f110aa7a3270a54b92e"

company
object
required

Information about the company if it is a company signal.

person
object
required

Information about the person if it is a talent signal.

signal_last_funding_usd
integer | null
required

The company's most recent funding round amount in USD, as of the signal date.

signal_source
string[]
required

The sources this signal was derived from (e.g. the article or filing references that triggered it).