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ファイルで使う方法は?

Datablistでは、CSVファイル全体に対して各行に直接プロンプトを実行できます。

朗報です。必要なプロンプトは、すでにDatablistの「Templates」セクションに用意されています。ゼロから作成する必要はありません。タスクに合うテンプレートを選ぶだけで、CSVの各行にすぐ実行できます。数クリックでデータ変換がさらに簡単になります。

DatablistにCSVファイルをインポートします。次に、ヘッダーから「Enrich」を選択します。

テンプレート:Product Hunt Details Scraper を選択します

テンプレートを選択
テンプレートを選択

「/」または「'{{'」を使って、プロンプトの変数をコレクションのプロパティに置き換えます。

コレクションのプロパティで変数を定義
コレクションのプロパティで変数を定義

すべての変数が揃っていない場合は、プロンプトを編集してください。

これで完了です! CSVファイルの各行でプロンプトを実行し、結果を新しい列で取得できます。 🚀

AIエージェント プロンプトに関する注意

このプロンプトはDatablistのAI Agentエンリッチメント向けです。AIエージェントは、人工知能(AI)を用いて業務を代行するスマートなツールです。Webサイトの閲覧、Googleでの情報検索、各種オンラインサービスとの連携が可能です。 そのため、リアルタイムデータや最新の回答にアクセスできます。

一方、ChatGPT APIは入力テキストを解析し、既存の知識に基づいて応答するのみです。自らインターネットにアクセスしたり新しい情報を収集することはできません。

AIエージェントはリアルタイムデータを取り込むことで、より動的な体験を提供します。一方、ChatGPT APIは既存知識に基づいて応答します。

https://chatgpt.com/で直接操作している場合、エージェントと対話しています。プロンプトに追加情報を提供するためにオンラインにアクセスすることがあります(頻繁ではありません)。一方、ChatGPTと連携する他ツールはAPIを使用します。したがって、このプロンプトはChatGPT APIを呼び出す他のツールでは使用できない点にご留意ください。

DatablistのAI Agentは、CSVの各行でエージェントを実行します。