Product Hunt Launch Scraper avatar

Product Hunt Launch Scraper

Pricing

Pay per usage

Go to Apify Store
Product Hunt Launch Scraper

Product Hunt Launch Scraper

Collect Product Hunt launches. NOT WORKING AS A SCRAPER: producthunt.com answers 403 to anything but a browser and shows a Cloudflare challenge in one. Their GraphQL API does work and needs only a free developer token - that is the route to revive this.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

the anh nguyen

the anh nguyen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Returns the launches currently on the Product Hunt front page: product name, tagline, maker, launch date and the product's Product Hunt page.

No credentials, no proxy, no browser. The Actor reads the Atom feed Product Hunt publishes for syndication at https://www.producthunt.com/feed.

What it does and does not return

Product nameyes
Taglineyes
Maker (public display name)yes
Launch date and last-updated dateyes
Product Hunt page URLyes
Vote countno
The product's own websiteno

The last two are not omissions of effort, they are not in the reachable surface. The feed carries no vote count, and the outbound link is an /r/p/<id> redirect that answers 403 to anything but a browser session. Rather than emit a score of 0 for every row and let it read as "no votes", the field is not emitted at all.

Per-topic feeds (/topics/<topic>/feed) are behind the same 403, so this Actor covers the front page only.

Input

FieldDefaultWhat it does
maxResults30Launches to return. The feed holds about 50, which is the ceiling.

Output

One row per launch:

FieldTypeNotes
sourcestringalways producthunt
titlestringproduct name
textstringName — tagline
urlstringProduct Hunt page for the launch
authorstringmaker's public display name
datestringISO 8601 launch date
scrapedAtstringISO 8601 timestamp of capture
namestringproduct name
taglinestringone-line description
postIdstringProduct Hunt post id
updatedAtstringISO 8601, last change Product Hunt recorded

Notes

Part of the Pulse scraper family. Rows share source/title/text/url/ author/date/scrapedAt across sources, so results from several Pulse Actors can be concatenated without reshaping. score is part of that shared shape where the source publishes one; Product Hunt does not.

Author fields are public display names as published by the source. No e-mail addresses and no private profile data are collected.