Bookmark this page for all updates to the Specter API. Items here help both engineers and non‑technical stakeholders understand what changed, why it changed, and what (if anything) you need to do.Documentation Index
Fetch the complete documentation index at: https://api.tryspecter.com/llms.txt
Use this file to discover all available pages before exploring further.
What we track here
- New or updated endpoints, parameters, or response fields
- Deprecations and removals
- Rate‑limit or credit‑limit policy updates
Questions or concerns?
If an update isn’t clear or you need help planning a migration, email us at support@tryspecter.com.Changes
New endpoints:
API Call Logs
GET /api/v1/logs — returns a paginated list of API calls made by your
organization, ordered by most recent first.Use it to audit which endpoints your integration is hitting, debug failed
calls by inspecting HTTP status codes and paths, and monitor usage trends
across your team.Parameters:limit/page— pagination controlsfrom/to— date range filter for log entries
timestamp— UTC timestamp of the callpath— request path (e.g./v1/companies)url— full URL including query stringhttp_method— HTTP verb usedhttp_status— HTTP status code returnedstatus— logical status (okorerror)query— query parameters sent with the request (nullable)
New parameters:
Talent search results & Investor Interest search results
Both endpoints now accept anew query parameter (boolean, default false).When set to true, results are restricted to signals from the current week,
overriding any SignalDate filter that is stored in the saved search. This is
equivalent to applying a “This week” signal date filter without modifying the
saved search itself — useful for polling integrations that always want the
latest batch of signals.Affected endpoints:GET /searches/talent/{searchId}/resultsGET /searches/investor-interest/{searchId}/results
New fields:
Company response
- Pitchbook URL - company.socials.pitchbook.url
- Crunchbase URL - company.socials.crunchbase.url
- HQ regions - company.hq.regions
- HQ continent - company.hq.continent
- Glassdoor data - company.glassdoor
- Glassdoor rating metrics - company.traction_metrics.glassdoor_rating
- Glassdoor reviews metrics - company.traction_metrics.glassdoor reviews
Talent response
- Signal Summary - talent.signal_summary
- Experience
-
- Industry - talent.experience[].industry
-
- Tech Verticals - talent.experience[].tech_verticals
- New position industry - talent.new_position_industry
- New position tech verticals - talent.new_position_tech_verticals
- Is new position industry estimated - talent.is_new_position_industry_estimated
Investor Interest response
- Signal Summary - investor_interset.signal_summary
- Person
-
- Industry - investor_interest.person.industry
-
- Tech Verticals - investor_interest.person.tech_verticals
-
- Is industry estimated - investor_interest.person.is_industry_estimated
- Company
-
- Industry - investor_interest.company.industry
-
- Tech Verticals - investor_interest.company.tech_verticals
-
- Is industry estimated - investor_interest.company.is_industry_estimated
-
- Customer Focus - investor_interest.company.customer_focus
Company response
- HQ region: Move to company.hq.continent
New fields:
Person responses
- linkedin_num_id: Can be used to link a person to a URN.
- last_updated: A timestamp of when the person was last updated in the Specter dataset.
New endpoints:
Person lookup by email
Which can be used when you have an email address and need to resolve it to a Specter person record so you can standardize contacts, enrich them, or link inbound emails to the correct individual in our database.Entities text search
Turn unstructured text—press releases, bios, notes—into structured entity references you can track, enrich, and join to your downstream systems.New endpoints added that give the ability to query for investor interest
signals.
New endpoint added which gives the ability to search for companies and get
back basic information for them given a query term.
Two new fields have been added to all endpoints which return companies.0
- founders_info: Gives more information about the founders including the
specter_person_idwhich allows for the person to be looked up either in the App, or via the People API. specter_strategic_signal_ids: which indicate strategic signals related to the company.
Added a new filter to the Company People
endpoint allowing anyone that is a CEO to be returned. This new filter
can only be used on its own and
founders and department won’t be taken
in to account with this filter.Updated all search and list endpoints to work with a new Share to API toggle.
This allows lists and searches to be shared with the API without sharing them
with the team.A new endpoint for getting email addresses for people has been released which
allows you to retrieve the professional or personal email address for a
person based on their ID.
Added endpoints for enrichment of people, which will notify us if there
are people we do not have so we can retrieve them.Added endpoints for People and Talent Signals, allowing you to manage and
get both using the API.
Added similar companies endpoint which returns a list of ids for companies
that are similar to the company id being requested.This helps you uncover high-potential companies similar to the one
you’re referencing and is a powerful way to identify new opportunities,
uncover competitors, or expand your investment pipeline with minimal effort.
First release of the API including:
- Enrichment API - Querying to get companies based on parameters
- LinkedIn url
- LinkedIn Id
- domain
- etc
- Companies API - Get companies by Specter ID or list and manage lists.
- Searches API - Get all available searches and query for companies by search ID.