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
이 prompt를 CSV 파일에서 어떻게 사용하나요?
Datablist는 전체 CSV 파일을 가져와 각 행에 바로 prompts를 실행할 수 있습니다.
좋은 소식입니다! 필요한 prompt는 이미 Datablist의 "Templates" 섹션에 있습니다. 처음부터 시작할 필요가 없습니다. 작업에 맞는 템플릿을 선택하기만 하면 CSV의 모든 행에서 바로 실행할 수 있습니다. 몇 번의 클릭만으로 데이터를 손쉽게 변환하세요.
CSV 파일을 Datablist로 Import합니다. 그런 다음 헤더에서 "Enrich"를 선택하세요.
템플릿 선택: Product Hunt Details Scraper
템플릿 선택
"/" 또는 "{{"를 사용해 prompt의 변수를 컬렉션 속성으로 대체하세요.
컬렉션 속성으로 변수 정의
모든 변수가 없더라도, 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를 호출하는 다른 도구에서는 사용할 수 없다는 점을 기억하세요.