What’s covered
- All eight products are searchable through the single AI search endpoint: companies, people, investors, talent signals, investor-interest signals, funding rounds, acquisitions, and IPOs.
- Every filter a product supports can be expressed in the query — geography, sector, growth stage, funding, headcount, revenue, seniority, dates, “similar to” a company, “backed by” an investor, and so on.
- Set
resource_typeto force the product, or omit it to let Specter infer it; the response reports the product actually searched.
Return types
Each result is the same rich object the product’s own endpoints return, so you can chain and parse it identically.resource_type | Returns | Object |
|---|---|---|
company | Companies | Company |
people | People | Person |
investors | Investors | Investor |
talent_signals | Talent signals | Talent Signal |
interest_signals | Investor-interest signals | Investor Interest Signal |
funding_rounds | Funding rounds | Funding Round |
acquisitions | Acquisitions | Acquisition |
ipos | IPOs | IPO |
How to use
- Send
query(required) and optionallyresource_type. Paginate withpage/limit(default 25, max 100). - Check the count first, cheaply: send
limit=1and readtotal_count(or theX-Total-Countheader) before committing credits.
Notes
- Costs 1 credit per result returned (a page of 25 results = 25 credits).
- User-scoped filters are not supported — your network, CRM, or saved lists can’t be resolved (the API authenticates as an organisation, not a user); such a query returns
422.