# Specter API ## Docs - [Authentication](https://api.tryspecter.com/api-ref/auth.md) - [Changelog](https://api.tryspecter.com/api-ref/changes.md) - [Errors](https://api.tryspecter.com/api-ref/errors.md) - [Introduction](https://api.tryspecter.com/api-ref/introduction.md) - [Lists & Searches](https://api.tryspecter.com/api-ref/lists_and_searches.md) - [Pagination](https://api.tryspecter.com/api-ref/pagination.md) - [Rate Limits & Credit Limits](https://api.tryspecter.com/api-ref/rate_limits.md) - [Bulk get similar companies by ID](https://api.tryspecter.com/api-reference/companies/bulk-get-similar-companies-by-id.md): Find lookalike companies for up to 50 seed companies in a single request. This is the bulk counterpart to `GET /companies/{companyId}/similar` — pass a list of seed company IDs and get back the similar company IDs for each. - [Get company acquisitions](https://api.tryspecter.com/api-reference/companies/get-company-acquisitions.md): **What it does** - [Get company funding rounds](https://api.tryspecter.com/api-reference/companies/get-company-funding-rounds.md): **What it does** - [Get company info by ID](https://api.tryspecter.com/api-reference/companies/get-company-info-by-id.md): **What it does** - [Get company IPOs](https://api.tryspecter.com/api-reference/companies/get-company-ipos.md): **What it does** - [Get company people](https://api.tryspecter.com/api-reference/companies/get-company-people.md): **What it does** - [Get similar companies](https://api.tryspecter.com/api-reference/companies/get-similar-companies.md): **What it does** - [Search company name](https://api.tryspecter.com/api-reference/companies/search-company-name.md): **What it does** - [Create a new company list](https://api.tryspecter.com/api-reference/company-lists/create-a-new-company-list.md): **What it does** - [Delete a company list](https://api.tryspecter.com/api-reference/company-lists/delete-a-company-list.md): Permanently delete a company list and all its associated data. This action cannot be undone. - [Get all company lists](https://api.tryspecter.com/api-reference/company-lists/get-all-company-lists.md): **What it does** - [Get company list results](https://api.tryspecter.com/api-reference/company-lists/get-company-list-results.md): **What it does** - [Get specific company list info](https://api.tryspecter.com/api-reference/company-lists/get-specific-company-list-info.md): Returns information about a company list which is created or shared with the API, including the companies that are part of the list. - [Modify a company list](https://api.tryspecter.com/api-reference/company-lists/modify-a-company-list.md): **What it does** - [Get company saved search details](https://api.tryspecter.com/api-reference/company-saved-searches/get-company-saved-search-details.md): **What it does** Returns summary details for a saved company search—including the total companies matched, the number of newly added companies, and the count of companies with highlights. - [Get company saved search results](https://api.tryspecter.com/api-reference/company-saved-searches/get-company-saved-search-results.md): **What it does** - [List API call logs](https://api.tryspecter.com/api-reference/customer-data/list-api-call-logs.md): **What it does** - [Bulk enrich companies by ID](https://api.tryspecter.com/api-reference/enrichment/bulk-enrich-companies-by-id.md): Resolve up to 50 companies in a single request. This is the bulk counterpart to `POST /companies` — pass a JSON array of lookup objects (1–50), each identifying one company by website, domain, LinkedIn URL, LinkedIn numeric ID, or Crunchbase URL. - [Bulk enrich people by ID](https://api.tryspecter.com/api-reference/enrichment/bulk-enrich-people-by-id.md): Resolve up to 50 people in a single request. This is the bulk counterpart to `POST /people` — pass a JSON array of lookup objects (1–50), each identifying one person by LinkedIn URL, vanity ID, numeric ID, or URN. - [Bulk reverse email lookup](https://api.tryspecter.com/api-reference/enrichment/bulk-reverse-email-lookup.md): Resolve up to 50 email addresses to people in a single request. This is the bulk counterpart to `POST /people/by-email` — pass a JSON array of email addresses (1–50). - [Enrich companies](https://api.tryspecter.com/api-reference/enrichment/enrich-companies.md): **What it does** - [Enrich people](https://api.tryspecter.com/api-reference/enrichment/enrich-people.md): **What it does** - [Reverse email lookup](https://api.tryspecter.com/api-reference/enrichment/reverse-email-lookup.md): **What it does** - [Text search](https://api.tryspecter.com/api-reference/enrichment/text-search.md): **What it does** - [Get Investor Interest Signals saved search details](https://api.tryspecter.com/api-reference/investor-interest-saved-searches/get-investor-interest-signals-saved-search-details.md): Retrieve details about a saved interest search. This endpoint provides access to the name, query_id and number of interest signals in the search. - [Get Investor Interest Signals saved search results](https://api.tryspecter.com/api-reference/investor-interest-saved-searches/get-investor-interest-signals-saved-search-results.md): Retrieve the results of an interest search operation. This endpoint provides paginated access to matching investor interest signals with core company or talent data based on your search criteria. - [Create a new investor list](https://api.tryspecter.com/api-reference/investor-lists/create-a-new-investor-list.md): **What it does** - [Delete an investor list](https://api.tryspecter.com/api-reference/investor-lists/delete-an-investor-list.md): Permanently delete an investor list and all its associated data. This action cannot be undone. - [Get all investor lists](https://api.tryspecter.com/api-reference/investor-lists/get-all-investor-lists.md): **What it does** - [Get investor list results](https://api.tryspecter.com/api-reference/investor-lists/get-investor-list-results.md): **What it does** - [Get specific investor list info](https://api.tryspecter.com/api-reference/investor-lists/get-specific-investor-list-info.md): Retrieve detailed information about a specific investor list which is created or shared with the API, including the ids of the investors it contains. - [Modify an investor list](https://api.tryspecter.com/api-reference/investor-lists/modify-an-investor-list.md): **What it does** - [Get investor saved search details](https://api.tryspecter.com/api-reference/investor-saved-searches/get-investor-saved-search-details.md): **What it does** - [Get investor saved search results](https://api.tryspecter.com/api-reference/investor-saved-searches/get-investor-saved-search-results.md): **What it does** - [Bulk get investors by ID](https://api.tryspecter.com/api-reference/investors/bulk-get-investors-by-id.md): Resolve up to 50 investors in a single request. This is the bulk counterpart to the investor lookup (`GET /investors`) — pass a JSON array of lookup objects (1–50), each identifying one investor by website or name. - [Get investor by ID](https://api.tryspecter.com/api-reference/investors/get-investor-by-id.md): **What it does** - [Get investor funding rounds](https://api.tryspecter.com/api-reference/investors/get-investor-funding-rounds.md): **What it does** - [Look up investors](https://api.tryspecter.com/api-reference/investors/look-up-investors.md): **What it does** - [Search investor name](https://api.tryspecter.com/api-reference/investors/search-investor-name.md): **What it does** - [Get companies in your team's network](https://api.tryspecter.com/api-reference/network/get-companies-in-your-teams-network.md): Returns all companies where someone in your team's network currently works ordered by number of connections at each company. Each result includes the person IDs of your contacts there. - [Get people in your team's network](https://api.tryspecter.com/api-reference/network/get-people-in-your-teams-network.md): Returns all people your team is connected to on LinkedIn, deduped across your teammates. Each result includes which teammates hold the connection. - [Get your team's network at a company](https://api.tryspecter.com/api-reference/network/get-your-teams-network-at-a-company.md): Returns your team's connections at a specific company, who you know there, what roles they hold and which teammates are linked to them. - [Get News Signal by ID](https://api.tryspecter.com/api-reference/news-signals/get-news-signal-by-id.md): Retrieve a single news signal by its integer Specter signal id. A "news signal" represents one classified company mention within a single article — when an article mentions multiple companies, each company yields its own signal. - [Get News Signals for a company](https://api.tryspecter.com/api-reference/news-signals/get-news-signals-for-a-company.md): News signals associated with a specific company, providing its complete history of signals sorted in reverse chronological order (most recent first). - [Get News Signals for a company list](https://api.tryspecter.com/api-reference/news-signals/get-news-signals-for-a-company-list.md): News signals attributed to the companies in a given list. Companies outside the list are excluded. - [Get News Signals for a saved company search](https://api.tryspecter.com/api-reference/news-signals/get-news-signals-for-a-saved-company-search.md): News 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. - [List your team's members](https://api.tryspecter.com/api-reference/organization/list-your-teams-members.md): Returns all active members of your team - their user ID, role, name, and email. The `user_id` field matches teammate IDs returned by Network endpoints. - [Create a new people list](https://api.tryspecter.com/api-reference/people-lists/create-a-new-people-list.md): **What it does** - [Delete a people list](https://api.tryspecter.com/api-reference/people-lists/delete-a-people-list.md): Permanently delete a people list and all its associated data. This action cannot be undone. - [Get all people lists](https://api.tryspecter.com/api-reference/people-lists/get-all-people-lists.md): **What it does** - [Get people list results](https://api.tryspecter.com/api-reference/people-lists/get-people-list-results.md): **What it does** - [Get specific people list info](https://api.tryspecter.com/api-reference/people-lists/get-specific-people-list-info.md): Retrieve detailed information about a specific people list which is created or shared with the API, including the ids of the people it contains. - [Modify a people list](https://api.tryspecter.com/api-reference/people-lists/modify-a-people-list.md): **What it does** - [Get people saved search details](https://api.tryspecter.com/api-reference/people-saved-searches/get-people-saved-search-details.md): **What it does** - [Get people saved search results](https://api.tryspecter.com/api-reference/people-saved-searches/get-people-saved-search-results.md) - [Get person info by ID](https://api.tryspecter.com/api-reference/people/get-person-info-by-id.md): **What it does** - [Get person's email](https://api.tryspecter.com/api-reference/people/get-persons-email.md): **What it does** - [Search person name](https://api.tryspecter.com/api-reference/people/search-person-name.md): **What it does** - [Get Revenue Signal by ID](https://api.tryspecter.com/api-reference/revenue-signals/get-revenue-signal-by-id.md): Retrieve a single revenue (or profitability) signal by its Specter signal id (`rev_...`). Each signal corresponds to one observation derived from news coverage or a public filing — the revenue (or profitability) figures, the year they refer to, the source url, and the company they are attributed to. - [Get Revenue Signals for a company list](https://api.tryspecter.com/api-reference/revenue-signals/get-revenue-signals-for-a-company-list.md): Revenue signals attributed to the companies in a given list. Companies outside the list are excluded. - [Get Revenue Signals for a saved company search](https://api.tryspecter.com/api-reference/revenue-signals/get-revenue-signals-for-a-saved-company-search.md): 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`. - [List Revenue Signals](https://api.tryspecter.com/api-reference/revenue-signals/list-revenue-signals.md): Retrieve revenue (and profitability) signals, newest first. Each item is the same signal object returned by `GET /revenue-signals/{signalId}` — the revenue or profitability figure, the year it refers to, the source url, and the company it is attributed to. - [Delete a search](https://api.tryspecter.com/api-reference/saved-searches/delete-a-search.md): Permanently delete the saved search and all its associated data. This action cannot be undone. - [Get all saved searches](https://api.tryspecter.com/api-reference/saved-searches/get-all-saved-searches.md): Returns all the saved searched, across all product types, that are shared with the API, this includes saved searches that may be shared globally. - [Bulk get Investor Interest Signals by ID](https://api.tryspecter.com/api-reference/talent-and-interest-signals/bulk-get-investor-interest-signals-by-id.md): Retrieve up to 50 investor-interest signals in a single request by supplying a list of signal IDs. This is the bulk counterpart to `GET /investor-interest/{signalId}`. - [Bulk get Talent Signals by ID](https://api.tryspecter.com/api-reference/talent-and-interest-signals/bulk-get-talent-signals-by-id.md): Retrieve up to 50 talent signals in a single request by supplying a list of talent signal IDs. This is the bulk counterpart to `GET /talent/{talentSignalId}` — use it to pull many specific signals in one call instead of issuing them one at a time. - [Get Investor Interest Signal by ID](https://api.tryspecter.com/api-reference/talent-and-interest-signals/get-investor-interest-signal-by-id.md): Retrieve interest that investors have in either Talent or Companies. - [Get Talent Signal by ID](https://api.tryspecter.com/api-reference/talent-and-interest-signals/get-talent-signal-by-id.md): Retrieve detailed professional information for a specific talent using their ID. This endpoint provides comprehensive profile data, including career history, skills, education, and unique talent signals. - [Get Talent Signals saved search details](https://api.tryspecter.com/api-reference/talent-signals-saved-searches/get-talent-signals-saved-search-details.md): Retrieve details about a saved talent search. This endpoint provides access to the name, query_id and number of talent signals in the search. - [Get Talent Signals saved search results](https://api.tryspecter.com/api-reference/talent-signals-saved-searches/get-talent-signals-saved-search-results.md): Retrieve the results of a talent search operation. This endpoint provides paginated access to matching talent profiles based on your search criteria, including their signal scores and position changes. To use a saved search it must be shared with the API, created by the API, or shared globall… - [Get acquisition by ID](https://api.tryspecter.com/api-reference/transactions/get-acquisition-by-id.md): **What it does** - [Get funding round by ID](https://api.tryspecter.com/api-reference/transactions/get-funding-round-by-id.md): **What it does** - [Get IPO by ID](https://api.tryspecter.com/api-reference/transactions/get-ipo-by-id.md): **What it does** ## OpenAPI Specs - [bundle_api](https://api.tryspecter.com/api-ref/bundle_api.yaml) - [openapi](https://api.tryspecter.com/api-reference/openapi.json) ## Optional - [API Settings](https://app.tryspecter.com/settings/api-console)