Skip to content
Talk to an Engineer Dashboard

evertrace.ai

Connect to evertrace.ai to search and manage talent signals, saved searches, and lists. Access rich professional profiles with scoring, experiences, and education data to power your recruiting and sourcing workflows.

Connect to evertrace.ai to search and manage talent signals, saved searches, and lists. Access rich professional profiles with scoring, experiences, and education data to power your recruiting and sourcing workflows.

evertrace.ai logo

Supports authentication: Bearer Token

Search available cities by name. Returns city name strings sorted by signal count. Use these values in signal filters for the city field.

NameTypeRequiredDescription
limitstringNoNumber of results per page.
pagestringNoPage number for pagination.
searchstringNoCase-insensitive partial match on city name (e.g. “san fran”). Omit to list all cities sorted by signal count.

Search companies by name or look up by specific IDs. Returns company entity IDs (exe_* format) needed for signal filtering by past_companies.

NameTypeRequiredDescription
idsarray<string>NoLook up specific companies by entity ID (exe_* format).
limitstringNoNumber of results per page.
pagestringNoPage number for pagination.
searchstringNoCase-insensitive partial match on company name (e.g. “google”).

Search education institutions by name or look up by specific IDs. Returns institution entity IDs (ede_* format) needed for signal filtering by past_education.

NameTypeRequiredDescription
idsarray<string>NoLook up specific institutions by entity ID (ede_* format).
limitstringNoNumber of results per page.
pagestringNoPage number for pagination.
searchstringNoCase-insensitive partial match on institution name (e.g. “stanford”).

Add a signal to a list.

NameTypeRequiredDescription
list_idstringYesThe list ID to add the signal to.
signal_idstringYesThe signal ID to add.

Remove an entry from a list.

NameTypeRequiredDescription
entry_idstringYesThe entry ID to remove.
list_idstringYesThe list ID.

Get a single list entry with its full signal profile.

NameTypeRequiredDescription
entry_idstringYesThe entry ID.
list_idstringYesThe list ID.

List entries in a list with pagination, sorting, and filtering by screening/viewed status.

NameTypeRequiredDescription
limitstringNoNumber of results per page.
list_idstringYesThe list ID.
pagestringNoPage number for pagination.
screened_byarray<string>NoFilter by screening status. Prefix with ”-” to exclude (e.g. [“-me”, “-others”]).
sort_bystringNoSort field: “entry_created_at” (when added to list) or “signal_discovered_at” (when signal was discovered).
sort_orderstringNoSort direction: “asc” (oldest first) or “desc” (newest first).
viewed_byarray<string>NoFilter by viewed status. Prefix with ”-” to exclude (e.g. [“-me”]).

Create a new list. Provide user IDs in accesses to share the list with teammates. The creator is automatically granted access.

NameTypeRequiredDescription
accessesarray<string>NoArray of user IDs to share this list with. Pass an empty array for private list.
namestringYesName of the new list.

Permanently delete a list and all its entries.

NameTypeRequiredDescription
idstringYesThe list ID to delete.

Get a list by ID with its entries, accesses, and creator information.

NameTypeRequiredDescription
idstringYesThe list ID.

List all lists the current user has access to in evertrace.ai.

Rename a list.

NameTypeRequiredDescription
idstringYesThe list ID to update.
namestringYesNew name for the list.

Create a new saved search with filters. Each filter requires a key, operator, and value. Provide sharee user IDs to share the search with teammates.

NameTypeRequiredDescription
emojistringNoOptional emoji for the saved search.
filtersarray<object>YesArray of filter objects. Each filter has: key (e.g. “country”, “industry”, “score”), operator (e.g. “in”), and value (e.g. “India”).
shareesarray<string>YesArray of user IDs to share this search with.
titlestringYesTitle of the saved search (max 50 characters).
visited_atnumberYesEpoch timestamp in milliseconds for when the search was last visited.

Permanently delete a saved search.

NameTypeRequiredDescription
idstringYesThe saved search ID to delete.

Duplicate a saved search, creating a copy with the same filters and settings.

NameTypeRequiredDescription
idstringYesThe saved search ID to duplicate.

Get a saved search by ID with its filters and sharees.

NameTypeRequiredDescription
idstringYesThe saved search ID.

List all saved searches accessible to the current user in evertrace.ai.

List signals matching a saved search’s filters with pagination.

NameTypeRequiredDescription
idstringYesThe saved search ID.
limitstringNoNumber of results per page.
pagestringNoPage number for pagination.

Update a saved search. All fields are optional — only provided fields are changed. If filters are provided, they replace all existing filters. If sharees are provided, they replace the full access list.

NameTypeRequiredDescription
emojistringNoNew emoji for the saved search.
filtersarray<object>NoReplaces all existing filters. Each filter has: key, operator, value.
idstringYesThe saved search ID to update.
shareesarray<string>NoReplaces the full sharee list with these user IDs.
titlestringNoNew title for the saved search (max 50 characters).
visited_atnumberNoEpoch timestamp in milliseconds for when the search was last visited.

Mark a signal as viewed by the current user.

NameTypeRequiredDescription
signal_idstringYesThe ID of the signal to mark as viewed.

Screen a signal, marking it as reviewed by the current user. Screened signals are hidden from default views.

NameTypeRequiredDescription
signal_idstringYesThe ID of the signal to screen.

Unscreen a signal, making it visible again in default views.

NameTypeRequiredDescription
signal_idstringYesThe ID of the signal to unscreen.

Get all list entries for a signal. Shows which lists this signal has been added to.

NameTypeRequiredDescription
idstringYesThe signal ID.

Get a single talent signal by ID with full profile details including experiences, educations, taggings, views, and screenings.

NameTypeRequiredDescription
idstringYesThe signal ID to retrieve.

Search and filter talent signals with pagination. Returns full signal profiles including experiences, educations, taggings, views, and screenings.

NameTypeRequiredDescription
agearray<string>NoFilter by age range buckets. Valid values: “Below 25”, “25 to 29”, “30 to 34”, “35 to 39”, “40 to 44”, “45 to 49”, “Above 49”.
cityarray<string>NoFilter by city name (e.g. [“San Francisco”]). Use evertrace_cities_list to search available cities. Prefix with ”!” to exclude.
countryarray<string>NoFilter by country name (e.g. [“United States”]). Prefix with ”!” to exclude.
created_afterstringNoEpoch timestamp in milliseconds. Only returns signals discovered after this point.
customer_focusarray<string>NoFilter by target market. Valid values: “B2B”, “B2C”.
education_levelarray<string>NoFilter by highest education level. Valid values: “Bachelor”, “Master”, “PhD or Above”, “MBA”, “No university degree”.
fullnamestringNoFree-text search on person name (case-insensitive partial match).
genderarray<string>NoFilter by gender. Valid values: “man”, “woman”.
industryarray<string>NoFilter by industry vertical (e.g. [“Technology”, “Healthcare”]). Prefix with ”!” to exclude.
limitstringNoNumber of results per page.
originarray<string>NoFilter by nationality/origin country (e.g. [“India”]). Prefix with ”!” to exclude.
pagestringNoPage number for pagination.
past_companiesarray<string>NoFilter by past employer using company entity IDs in exe_* format. Use evertrace_companies_list to look up IDs.
past_educationarray<string>NoFilter by past education institution using IDs in ede_* format. Use evertrace_educations_list to look up IDs.
profile_tagsarray<string>NoFilter by profile background tags. Valid values: “Serial Founder”, “VC Backed Founder”, “VC Backed Operator”, “VC Investor”, “YC Alumni”, “Big Tech experience”, “Big 4 experience”, “Banking experience”, “Consulting experience”.
regionarray<string>NoFilter by geographic region or US state (e.g. [“Europe”, “California”]). Prefix with ”!” to exclude.
scorestringNoMinimum score threshold (1–10). Acts as a >= filter.
screened_byarray<string>NoFilter by screening status. Use “me”, “others”, or user IDs. Prefix with ”-” to exclude.
sourcearray<string>NoFilter by data source name. Values are dynamic per workspace.
time_rangearray<string>NoAbsolute date range as [from, to] in YYYY-MM-DD format (e.g. [“2026-01-01”, “2026-03-01”]). Mutually exclusive with time_relative.
time_relativestringNoRelative time window in days from today (e.g. “30”, “60”, “90”) or epoch ms timestamp. Mutually exclusive with time_range.
typearray<string>NoFilter by signal type. Valid values: “New Company”, “Stealth Position”, “Left Position”, “Investor Position”, “Board Position”, “New Position”, “Promoted”, “New Patent”, “New Grant”.

Get all signals representing the same person, matched by LinkedIn ID. Useful for finding duplicate or historical signals for the same individual.

NameTypeRequiredDescription
idstringYesThe signal ID to match LinkedIn ID from.