Scrapes product details and founder information from Product Hunt.

## Goal
I want to scrape data from a Product Hunt product page.

### Instructions
Here's what I want you to do: First, visit the Product Hunt page of the given product and extract the following:
- Product Description
- Website (absolute URL)
- Number of Reviews
- Followers Count
- Number of Launches

### Makers Extraction
After extracting the product details I want you to go on their makers page and extract the following:
- 1st Founder Full Name
- 1st Founder Product Hunt Profile URL
- 2nd Founder Full Name
- 2nd Founder Product Hunt Profile URL
- 3rd Founder Full Name
- 3rd Founder Product Hunt Profile URL

The makers page URL is the product page URL + '/makers'.
A Product Hunt Profile URL have the following format: https://www.producthunt.com/@username

Example:
If the product page is https://www.producthunt.com/products/figma
Then the makers page is https://www.producthunt.com/products/figma/makers
The founder Full Name is Dylan Field
The founder Profile URL is https://www.producthunt.com/@zoink

### Additional instructions
- Do not return anything but the data we asked for
- If one or more founders cannot be found, leave the corresponding founder output fields empty.
- Only extract the people if they are marked as "founder or cofounder". Discard everything else ruthlessly.

### Inputs
- Product Hunt Product Page: /ProductLink
- Product Hunt Makers Page: /ProductLink/makers

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

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

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

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

选择模板:Product Hunt Details Scraper

选择模板
选择模板

使用 "/" 或 '{{' 将 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。