Get funding rounds saved search results
Returns the funding rounds matching a saved funding rounds search.
What you need
A funding-rounds saved-search ID shared with the API; get one from Get all saved searches, or check counts first with Get funding rounds saved search.
Behaviour
- Each item is the same funding round object Get funding rounds by date returns, so it parses identically.
- The saved search must be shared with the API (via “Share to API”) or be a global search curated by Specter.
- Set
new_results_afterto a timestamp to return only the rounds added to the search since then — pass back the timestamp of your last read to poll for what is new. It must be within the last 60 days. - Must be a funding rounds search, otherwise
400withNOT_SUPPORTED_PRODUCT. searchIdmust be a number, otherwise400(BAD_SEARCH_ID_TYPE); returns404if the search doesn’t exist.- A search that matches nothing returns
200with an empty array, and is not charged.
What you do next
- Get the full company. Follow a
company_idto Get company by ID for the complete profile. - Open a single round. Pass a funding round ID to Get funding round by ID.
Authorizations
Path Parameters
The ID of the saved search being requested.
Query Parameters
Only return records added to the search on or after this moment, e.g. 2026-07-10T00:00:00Z. Must be within the last 60 days.
The number of results to return per page (minimum 1, maximum 5000, default 50).
1 <= x <= 5000The page number of results to return, base 0, default is 0.
Response
A page of funding rounds.
The Specter funding round ID.
"fnr_6ac8f4058536c08a85f052e7"
The display name of the funding round.
"Angel Round - Best Apps Market"
The name of the company that raised this round.
"Best Apps Market"
The Specter company ID of the company that raised this round.
"5e3a8fc7040ca7b0c6f35b14"
The investment type for this round.
Angel, Convertible Note, Corporate Round, Debt Financing, Equity Crowdfunding, Grant, Initial Coin Offering, Non Equity Assistance, Post Ipo Debt, Post Ipo Equity, Post Ipo Secondary, Pre Seed, Private Equity, Product Crowdfunding, Secondary Market, Seed, Series A, Series B, Series C, Series D, Series E, Series F, Series G, Series H, Series I, Series J, Series Unknown, Undisclosed "Angel"
The date (YYYY-MM-DD) the round was announced.
"2011-05-10"
The amount raised in USD.
65000000
The reported pre-money valuation in USD.
3400000000
The reported post-money valuation in USD.
3800000000
All investors that participated in this round.