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