Search for the LinkedIn URL using a company name. Works well when the company name contains extra words that prevent exact matching with databases.

Your goal is to find the LinkedIn company url for a company name.
If the company is a country subsidiary, we want the parent company LinkedIn url.
You will do that by first removing any country information from the company name. 
Then you will search on Google for a LinkedIn Company link matching the parent company name. A LinkedIn company name has the following format linkedin.com/company/
If not found, do a search on Google to get the website for the parent company name and scrape the website to find the LinkedIn company url.

## Input
Company name to process: /CompanyName

如何在 CSV 文件上使用此 prompt?

Datablist 允许你拿整个 CSV 文件并在每一行上直接运行 prompts。

好消息是,你需要的 prompt 已在 Datablist 的 "Templates" 区域就绪。无需从零开始!只需选择符合任务的 template,即可在你的 CSV 每一行上运行。用几次点击就能轻松改造你的数据。

在 Datablist 中导入你的 CSV 文件。然后从顶部导航选择 "Enrich"。

选择模板:Company Name to LinkedIn Url

选择模板
选择模板

使用 "/" 或 '{{' 将 prompt 中的变量替换为你 collection 的属性。

使用你的 collection 属性定义变量
使用你的 collection 属性定义变量

如果缺少某些变量,直接编辑 prompt 即可。

就这么简单! 现在你可以在 CSV 文件的每一行上运行该 prompt,并在新列中获得结果。 🚀

关于 AI Agent prompts 的说明

此 prompt 适用于 Datablist AI Agent enrichment。AI Agent 是一种使用人工智能(AI)为你执行任务的智能工具。它可以浏览网站、用 Google 查找信息,并与不同的在线服务交互。 这意味着它可以使用实时数据,为你提供最新答案。

相比之下,ChatGPT API 只能分析输入文本,并基于其既有知识作答。它无法自行访问互联网或收集新信息。

AI Agent 通过引入实时数据提供更动态的体验,而 ChatGPT API 则依赖既有知识来响应查询。

当你直接在 https://chatgpt.com/ 上交互时,你是在与一个 Agent 交互。有时它会联网为你的 prompt 提供额外信息(但不经常)。然而,其他连接到 ChatGPT 的工具使用的是 API。因此请记住,此 prompt 不能用于调用 ChatGPT API 的其他工具中。

Datablist AI Agent 会在你的 CSV 每一行上运行一个 agent。