COMPANY Functions

Function List

  • CORPDEV.COMPANY_FACTS_LOCATION

  • CORPDEV.COMPANY_FACTS_SELF_DESCRIPTION

  • CORPDEV.COMPANY_FACTS_FOUNDED_YEAR

  • CORPDEV.COMPANY_FACTS_EMPLOYEES_LINKEDIN

  • CORPDEV.COMPANY_FACTS_INDUSTRY

  • CORPDEV.COMPANY_FACTS_FOLLOWERS_LINKEDIN

  • CORPDEV.COMPANY_FACTS_FUNDING_AMOUNT

  • CORPDEV.COMPANY_FACTS_FUNDING_ROUND_COUNT

  • CORPDEV.COMPANY_FACTS_IPO_STATUS

  • CORPDEV.COMPANY_FACTS_LINKEDIN_UPDATES

  • CORPDEV.COMPANY_RESEARCH_QUESTION

  • CORPDEV.COMPANY_RESEARCH_FIELD

  • CORPDEV.COMPANY_RESEARCH_REVENUE

  • CORPDEV.COMPANY_RESEARCH_DOMAIN


CORPDEV.COMPANY_FACTS_LOCATION(companyDomain)

Description: Retrieves the headquarters location of a company by its domain.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The company's headquarters location.


CORPDEV.COMPANY_FACTS_SELF_DESCRIPTION(companyDomain)

Description: Retrieves the self-description of a company by its domain.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The company's self-description.


CORPDEV.COMPANY_FACTS_FOUNDED_YEAR(companyDomain)

Description: Retrieves the year a company was founded by its domain.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The year the company was founded.


CORPDEV.COMPANY_FACTS_EMPLOYEES_LINKEDIN(companyDomain)

Description: Retrieves the number of employees the company has listed on LinkedIn.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The number of employees on LinkedIn.


CORPDEV.COMPANY_FACTS_INDUSTRY(companyDomain)

Description: Retrieves the industry in which the company operates.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The industry of the company.


CORPDEV.COMPANY_FACTS_FOLLOWERS_LINKEDIN(companyDomain)

Description: Retrieves the number of LinkedIn followers the company has.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The number of LinkedIn followers.


CORPDEV.COMPANY_FACTS_FUNDING_AMOUNT(companyDomain)

Description: Retrieves the total funding amount a company has received.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The total funding amount.


CORPDEV.COMPANY_FACTS_FUNDING_ROUND_COUNT(companyDomain)

Description: Retrieves the number of funding rounds a company has gone through.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The number of funding rounds.


CORPDEV.COMPANY_FACTS_IPO_STATUS(companyDomain)

Description: Retrieves the IPO status of the company.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The IPO status.


CORPDEV.COMPANY_FACTS_LINKEDIN_UPDATES(companyDomain)

Description: Retrieves the latest LinkedIn updates from the company.

Parameters:

  • companyDomain (string): The domain of the company (e.g. microsoft.com).

Returns: The latest LinkedIn updates.


CORPDEV.COMPANY_RESEARCH_QUESTION(question_prompt, company_name, company_domain)

Description: Ask a research question about a company and retrieves a custom answer based on online research.

Parameters:

  • question_prompt (string): The prompt for the research question.

  • company_name (string, optional): The name of the company.

  • company_domain (string, optional): The domain of the company.

Returns: The answer to the research question.


CORPDEV.COMPANY_RESEARCH_FIELD(field_name, company_name, company_domain)

Description: Retrieves a specific field from a company's profile.

Parameters:

  • field_name (string): The field to retrieve (e.g., "revenue").

  • company_name (string, optional): The name of the company.

  • company_domain (string, optional): The domain of the company.

Returns: The value of the specified field.


CORPDEV.COMPANY_RESEARCH_REVENUE(company_name, company_domain)

Description: Retrieves the revenue information of the company.

Parameters:

  • company_name (string, optional): The name of the company.

  • company_domain (string, optional): The domain of the company.

Returns: The company's revenue information.


CORPDEV.COMPANY_RESEARCH_DOMAIN(company_name)

Description: Retrieves the likely domain of a company by its name.

Parameters:

  • company_name (string): The name of the company.

Returns: The company's domain.


CORPDEV.AI_QUESTION(prompt, context, answer_format)

Description: Asks an AI a question and retrieves the response in the specified format.

Parameters:

  • prompt (string): The question prompt.

  • context (string): The context of the question.

  • answer_format (string): The desired format of the answer.

Returns: The AI's response.


Last updated