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

How to use this prompt on a CSV file?

Datablist allows you to take an entire CSV file and run prompts directly on every line.

The great news is that the prompt you need is already available in Datablist under the "Templates" section. No need to start from scratch! Simply select the template that fits your task, and it's ready to run on every line of your CSV. This makes it even easier to transform your data with just a few clicks.

Import your CSV file in Datablist. Then select "Enrich" from the header.

Select the template: Product Hunt Details Scraper

Select Template
Select Template

Replace the variables from the prompt with your collection's properties using / or '{{'.

Define variables using your collection's properties
Define variables using your collection's properties

If you don't have all the variables, just edit the prompt.

That's it! You can now run the prompt on every line of your CSV file and get the results in a new column. 🚀

Note on AI Agent prompts

This prompt is made for Datablist AI Agent enrichment. An AI Agent is a smart tool that uses artificial intelligence (AI) to perform tasks for you. It can browse websites, use Google to find information and interact with different online services. This means it can help you with real-time data and up-to-date answers.

On the other hand, the ChatGPT API can only analyze the input text and respond based on its existing knowledge. It doesn't have the ability to access the internet or gather new information on its own.

An AI Agent provides a more dynamic experience by pulling in real-time data, while the ChatGPT API relies on pre-existing knowledge to respond to queries.

When you interact directly on https://chatgpt.com/, you are interacting with an Agent. Sometimes it goes online to provide extra information for your prompt (but not often). However other tools that are connected to ChatGPT use the API. So remember that this prompt cannot be used in another tool that calls the ChatGPT API.

Datablist AI Agent runs an agent on every line of your CSV.