Functions & Syntax
=EXTRUCT_PREBUILT()
Use carefully designed pre-built Extruct agents instead of tweaking your prompts
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
Parameter | Value | Description |
---|---|---|
agentId | string | Prebuilt Agent Identifier (see the full list below) |
input | string | Input to the agent (e.g., person context, company context, URL, etc) |
showSources | true , false | Whether to show sources in the answer. The default is true . |
Examples
Name | Formula |
---|---|
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.)
, andJohn 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
, andZerion (crypto wallet)
.
Full list of agents:
agentId | Description | Input | Output |
---|---|---|---|
p_linkedin_data | Retrieve personal LinkedIn profile data | Person LinkedIn URL | Markdown-formatted LinkedIn Profile Data |
p_experience_highlights | Summarize person professional background | Output of p_linkedin_data | Bulleted list of highlights |
p_linkedin | Find person LinkedIn profile URL | Person Context | LinkedIn profile URL |
p_instagram | Find person Instagram profile URL | Person Context | Instagram profile URL |
p_github | Find person Github profile URL | Person Context | Github profile URL |
p_twitter | Find person Twitter profile URL | Person Context | Twitter profile URL |
p_interviews | Find interviews & podcasts with a person | Person Context | List of interviews & podcasts |
c_linkedin_data | Retrieve company LinkedIn profile data | Company LinkedIn URL | Markdown-formatted LinkedIn Profile Data |
c_name | Find full company name | Company Context | Company name |
c_activity | Summarize company activity | Company Context | Company description |
c_founding_year | Find founding year of a company | Company Context | Founding Year (number) |
c_revenue | Find revenue of a company | Company Context | Revenue (number or range) |
c_num_employees | Find number of employees | Company Context | Number of employees (number or range) |
c_address | Find headquarters address | Company Context | Address |
c_funding_rounds | Find information about funding rounds (date, stage, amount, investor) | Company Context | Bulleted list of funding rounds |
c_product | Provide product overview | Company Context | Product description |
c_key_people | Find a list of key people (C-level, Founders, VPs) | Company Context | Bulleted list of key people |
c_website | Find website of a company | Company Context | Company website URL |
c_linkedin | Find LinkedIn profile of a company | Company Context | Company LinkedIn profile URL |
c_twitter | Find Twitter profile of a company | Company Context | Company Twitter profile URL |
c_crunchbase | Find Crunchbase profile of a company | Company Context | Company Crunchbase profile URL |
c_pitchbook | Find Pitchbook profile of a company | Company Context | Company Pitchbook profile URL |
c_zoominfo | Find ZoomInfo profile of a company | Company Context | Company ZoomInfo profile URL |
c_g2 | Find G2 reviews profile of a company | Company Context | Company G2 profile URL |
c_capterra | Find Capterra reviews profile of a company | Company Context | Company Capterra profile URL |
c_trustpilot | Find Trustpilot reviews profile of a company | Company Context | Company Trustpilot profile URL |
c_github | Find Github organization profile of a company | Company Context | Company Github profile URL |
If your use case is missing, let us know at support@extruct.ai!