Product Hunt Scraper avatar

Product Hunt Scraper

Pricing

Pay per event

Go to Apify Store
Product Hunt Scraper

Product Hunt Scraper

Scrape products, launch data, and maker profiles from Product Hunt. Extract names, taglines, upvotes, comments, ratings, topics, maker details, and daily rank. Filter by topic, date range, or browse top launches. No account or token required.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract product launch data, maker profiles, and engagement metrics from Product Hunt. No account or token required. Filter by topic, date range, or browse all-time launches sorted by votes.

What you get

Each record contains:

FieldDescription
product_idProduct Hunt internal product ID
product_nameName of the product
taglineShort one-liner
descriptionFull product description
website_urlProduct's external website
product_urlProduct Hunt listing URL
thumbnail_urlProduct thumbnail image URL
topicsComma-separated topic names
launch_dateISO-8601 launch date on Product Hunt
upvote_countTotal upvotes
comment_countTotal comments
review_countTotal reviews
ratingAverage rating (0-5)
featuredWhether the product was featured on the homepage
featured_atISO-8601 timestamp when the product was featured (null if never featured)
daily_rankProduct's rank on its launch day leaderboard
pricingPricing model (free, freemium, paid)
maker_namesComma-separated maker names
maker_usernamesComma-separated maker Product Hunt usernames
maker_twitterComma-separated maker Twitter/X handles
hunter_nameName of the person who submitted the product
hunter_usernameProduct Hunt username of the hunter
gallery_imagesSpace-separated gallery image URLs
scraped_atISO-8601 scrape timestamp

Input

ParameterTypeDefaultDescription
filterModeselectallall, topic, date_range, or featured
topicstringTopic slug (e.g. artificial-intelligence). Required when filterMode is topic
postedAfterstringISO-8601 date (e.g. 2024-01-01T00:00:00Z). Used with date_range mode
postedBeforestringISO-8601 date. Used with date_range mode
maxItemsinteger15Maximum records to return

Example inputs

All-time top products by votes:

{
"filterMode": "all",
"maxItems": 100
}

AI products:

{
"filterMode": "topic",
"topic": "artificial-intelligence",
"maxItems": 500
}

Products launched in a specific month:

{
"filterMode": "date_range",
"postedAfter": "2024-03-01T00:00:00Z",
"postedBefore": "2024-03-31T23:59:59Z",
"maxItems": 200
}

Recently featured products:

{
"filterMode": "featured",
"maxItems": 50
}

Dataset views

Three pre-built views are available on the output dataset:

  • Product Overview — name, tagline, upvotes, launch date, featured status, and URL
  • Full Product Record — all 24 fields
  • Maker Contact Data — product name, URL, maker names, usernames, Twitter handles, and hunter info

Notes

  • Maker emails and LinkedIn are not publicly exposed on Product Hunt, so they are not part of the dataset.
  • Some fields (maker names, hunter, pricing, rating) are populated only when Product Hunt's own page for that product carries them — an older, no-longer-actively-launched product may return fewer of these than a current launch.
  • Pricing: $0.10 per run + $0.001 per record.