Introduction

Extruct AI exists to save you as much time as possible on company research. Tweaking prompts is often necessary to achieve high-quality results, and optimizing prompts takes time.

Our team has prepared a list of ready-to-go agents that cover the most common business research use cases. This list will continually evolve. Let us know at support@extruct.ai what agents you’d like to see!

Syntax

// Full syntax
=EXTRUCT_PREBUILT(agentId, input, showSources)

// Equivalent to =EXTRUCT_PREBUILT(agentId, input, true)
=EXTRUCT_PREBUILT(agentId, input)
ParameterValueDescription
agentIdstringPrebuilt Agent Identifier (see the full list below)
inputstringInput to the agent (e.g., person context, company context, URL, etc)
showSourcestrue, falseWhether to show sources in the answer. The default is true.

Examples

NameFormula
Retrieve person linkedin profile=EXTRUCT_PREBUILT("p_linkedin_data", "https://www.linkedin.com/in/larry-page-555530154/")
Summarize person background=EXTRUCT_PREBUILT("p_experience_highlights", LINKEDIN_DATA_CELL) (LINKEDIN_DATA_CELL contains output of p_linkedin_data)
Find person instagram=EXTRUCT_PREBUILT("p_instagram", "David Goggins")
Retrieve company linkedin profile=EXTRUCT_PREBUILT("c_linkedin_data", "https://www.linkedin.com/company/google")
Find organization Github profile=EXTRUCT_PREBUILT("c_github", "Google")
Research company funding rounds=EXTRUCT_PREBUILT("c_funding_rounds", "Perplexity")
Find key people at company=EXTRUCT_PREBUILT("c_key_people", "Microsoft")

List of Prebuilt Agents

For most of the agents in the table below, you are expected to provide either Person Context or Company Context:

  • Person Context: at least person name. Optional qualifying context can be provided to resolve ambiguities (e.g., multiple people with the same name). Good examples are John Doe, John Doe (works at company Home Inc.), and John Doe (CEO of Home Inc.).
  • Company Context: at least company name / company website / company linkedin url. Optional qualifying context can be provided to resolve ambiguities (e.g., multiple companies with the same name). Good examples are OpenAI, Clay.com, and Zerion (crypto wallet).

Full list of agents:

agentIdDescriptionInputOutput
p_linkedin_dataRetrieve personal LinkedIn profile dataPerson LinkedIn URLMarkdown-formatted LinkedIn Profile Data
p_experience_highlightsSummarize person professional backgroundOutput of p_linkedin_dataBulleted list of highlights
p_linkedinFind person LinkedIn profile URLPerson ContextLinkedIn profile URL
p_instagramFind person Instagram profile URLPerson ContextInstagram profile URL
p_githubFind person Github profile URLPerson ContextGithub profile URL
p_twitterFind person Twitter profile URLPerson ContextTwitter profile URL
p_interviewsFind interviews & podcasts with a personPerson ContextList of interviews & podcasts
c_linkedin_dataRetrieve company LinkedIn profile dataCompany LinkedIn URLMarkdown-formatted LinkedIn Profile Data
c_nameFind full company nameCompany ContextCompany name
c_activitySummarize company activityCompany ContextCompany description
c_founding_yearFind founding year of a companyCompany ContextFounding Year (number)
c_revenueFind revenue of a companyCompany ContextRevenue (number or range)
c_num_employeesFind number of employeesCompany ContextNumber of employees (number or range)
c_addressFind headquarters addressCompany ContextAddress
c_funding_roundsFind information about funding rounds (date, stage, amount, investor)Company ContextBulleted list of funding rounds
c_productProvide product overviewCompany ContextProduct description
c_key_peopleFind a list of key people (C-level, Founders, VPs)Company ContextBulleted list of key people
c_websiteFind website of a companyCompany ContextCompany website URL
c_linkedinFind LinkedIn profile of a companyCompany ContextCompany LinkedIn profile URL
c_twitterFind Twitter profile of a companyCompany ContextCompany Twitter profile URL
c_crunchbaseFind Crunchbase profile of a companyCompany ContextCompany Crunchbase profile URL
c_pitchbookFind Pitchbook profile of a companyCompany ContextCompany Pitchbook profile URL
c_zoominfoFind ZoomInfo profile of a companyCompany ContextCompany ZoomInfo profile URL
c_g2Find G2 reviews profile of a companyCompany ContextCompany G2 profile URL
c_capterraFind Capterra reviews profile of a companyCompany ContextCompany Capterra profile URL
c_trustpilotFind Trustpilot reviews profile of a companyCompany ContextCompany Trustpilot profile URL
c_githubFind Github organization profile of a companyCompany ContextCompany Github profile URL

If your use case is missing, let us know at support@extruct.ai!