Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket
Back to templates
Contentextract
4.7
1.6k uses

Product Hunt Daily

Extract daily product launches from Product Hunt with product name, tagline, upvotes, and maker info

Target URL
https://www.producthunt.com/Visit Site
Steps
1

Go to Product Hunt homepage

navigate

2

Wait for product cards to load

wait

3

Extract daily products

extract

FieldSelectorTransform
name[data-test='product-item-name']text
tagline[data-test='product-item-tagline']text
upvotes[data-test='vote-button'] spantext
maker[data-test='product-item-meta'] atext
url[data-test='product-item-name']url
category[data-test='product-item-category']text
Output Schema
FieldType
namestring
taglinestring
upvotesstring
makerstring
urlstring
categorystring
Example Output
nametaglineupvotesmakerurlcategory
ScrapeFlowVisual web scraping for everyone847@scraperbot/posts/scrapeflowDeveloper Tools
AIMailerAI-powered cold email campaigns623@emailwhiz/posts/aimailerMarketing
PixelPerfectDesign-to-code in one click1,204@pixeldev/posts/pixelperfectDesign Tools
API Endpoint
curl -X POST https://api.scraper.bot/v1/flows \
  -H "Authorization: Bearer scr_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tmpl-producthunt-daily",
    "url": "https://www.producthunt.com/"
  }'

Command Palette

Search for a command to run...