Get Revenue Signals for a saved company search
Revenue signals attributed to the companies returned by a saved company search. Date-range queries live inside the saved search itself; this endpoint accepts no top-level date parameter beyond new.
Returns 404 when the search does not exist or is not visible to the caller (including searches for non-company products). Returns 500 with Malformed filter when the stored search payload fails to parse as a company filter.
Saved searches that match more than 5,000 companies are silently capped at that limit to keep the revenue-signal join tractable.
This endpoint uses 10 credits per signal returned.
Authorizations
Path Parameters
The ID of the saved search being requested.
Query Parameters
The page number of results to return, base 0, default is 0.
The number of results to return, default is 50.
When true, only return signals published in the current week (Monday onwards).
Response
List of revenue signals matching the query.
Unique identifier for this revenue signal (prefixed with rev_).
"rev_e3b0c44298fc1c149afbf4c8996fb924"
The kind of source the signal was derived from.
news, social, public "news"
Tags qualifying the revenue figure (e.g. PROJECTION when the figure is forecast rather than reported, or public for SEC-filing-derived figures).
["PROJECTION"]The date (YYYY-MM-DD) the underlying observation was published (article or filing date).
"2025-06-15"
Concise summary of what is new in this signal compared to the previous company context (e.g. "$40M ARR (2024); profitable; ...").
"Acme Corp reported $40M ARR in their Q2 update."
URL to the source article or filing.
"https://www.example.com/articles/acme-q2-update"
Internal article id for the source (only set for news / social).
1234567
Specter company id that this signal is attributed to. May be null if the company is referenced upstream but not tracked in our company DB.
"66d926166261234567890123"
Name of the company the signal is attributed to.
"Acme Corp"
Which revenue metric the value represents.
ARR, Revenue, GMV "ARR"
Annualised revenue in USD at the time of the signal.
40000000
The fiscal year the revenue metric refers to.
2025
The date (YYYY-MM-DD) as of which the reported revenue figure is valid (e.g. EOY for a yearly figure, or a specific date for an ARR snapshot). May differ from signal_date.
"2024-12-31"
The text excerpt the revenue figure was extracted from.
"We crossed $40M in annualised recurring revenue in June."
A short qualitative traction headline associated with the signal, if any.
"Customer count doubled YoY."
Whether the company is reported as profitable at the time of the signal.
true
Annualised net income in USD at the time of the signal.
6000000
The fiscal year the profit figure refers to.
2025
The date (YYYY-MM-DD) as of which the reported profitability metric is valid.
"2024-12-31"
The text excerpt the profitability figure was extracted from.
"Hit profitability in Q1 2025 with $1.5M net income."
URL to the source backing the profitability claim.
"https://www.example.com/articles/acme-profitability"
Internal article id for the profitability source (only set for news / social).
1234568