Parameters: query
Description: Performs a Google search using the query string parameter and returns the results.Here is an example where we might wand to add context regarding company’s layoff:
Here is some relevant context:Company website:{{Search(query=record['Webiste'] + ' layoffs')}}
ReadUrlText(link): Retrieves and returns the text content from a webpage given its link.## ExampleAssuming dataset as a column named domainCompany search results:{{ReadUrlText(link=record['domain'])}}
SearchLinkedin(query): Searches for specific entities (such as profiles or companies) onLinkedIn based on the query.Linkedin search results:{{SearchLinkedin(query=record['domain'] + ' ceo')}}
GetCompanyContacts(domain, job_titles, skills): Extracts and returns the contact informationof a company specified by domain, filtered by job_titles and skills.
SearchForNaicsCodes(query, naics_code_level: Optional):Searches for NAICS codes based on provided query (e.g., “cloud security”, “clothing ecommerce”).