Product Hunt Scraper — RSS & GraphQL avatar

Product Hunt Scraper — RSS & GraphQL

Pricing

Pay per usage

Go to Apify Store
Product Hunt Scraper — RSS & GraphQL

Product Hunt Scraper — RSS & GraphQL

Scrape Product Hunt products for startup research, product discovery, and market analysis. Free RSS mode (no auth) gets 50 latest products. GraphQL mode with developer token unlocks votes, topics, makers, rankings and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Matthieu Cast

Matthieu Cast

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Product Hunt Scraper

Scrape Product Hunt products for startup research, product discovery, and market analysis.

Modes

ModeAuthDataMax ItemsBest For
RSS (default)❌ NoneName, tagline, author, dates, URLs50Quick discovery, monitoring
GraphQL✅ Token+ votes, topics, website, makers, description500Deep analysis, lead gen

Use Cases

  • 🚀 Startup discovery — Find trending new products daily
  • 📊 Market research — Analyze product categories and trends
  • 🎯 Lead generation — Find makers and their contact info
  • 📈 Competitive analysis — Track competitors' launches
  • 🔍 Deal sourcing — Identify promising startups for acquisition

Input Parameters

ParameterModeDescription
modeAllrss (free) or graphql (requires token)
developerTokenGraphQLYour PH developer token
maxItemsAllMax products to fetch (1-500)
topicGraphQLFilter by topic slug (e.g., artificial-intelligence)
postedAfterGraphQLFilter by date (YYYY-MM-DD)
postedBeforeGraphQLFilter by date (YYYY-MM-DD)
sortByGraphQLVOTES, NEWEST, FEATURED_AT, or RANKING

Getting a Developer Token (GraphQL mode)

  1. Go to https://www.producthunt.com/v2/oauth/applications
  2. Create a new application
  3. Copy your developer token
  4. Paste it in the developerToken field

Output

Each product contains:

RSS mode:

{
"id": "1187442",
"name": "Pennen",
"tagline": "One quiet handwritten page a day. No feed, no AI.",
"slug": "pennen",
"author": "Ishaan Rawat",
"publishedAt": "2026-07-03T14:30:43-07:00",
"url": "https://www.producthunt.com/products/pennen",
"source": "rss"
}

GraphQL mode (additional fields):

{
"votesCount": 42,
"commentsCount": 12,
"reviewsCount": 3,
"reviewsRating": 4.5,
"website": "https://pennen.app",
"dailyRank": 1,
"weeklyRank": 5,
"monthlyRank": 23,
"yearlyRank": 156,
"topics": [{"name": "Productivity", "slug": "productivity"}],
"makers": [{"name": "John", "username": "john", "headline": "Builder", "twitterUsername": "john", "followersCount": 1200, "websiteUrl": "https://john.dev"}],
"thumbnail": {"url": "...", "type": "image"},
"description": "Full product description...",
"source": "graphql"
}

Technical Details

  • RSS mode: Uses ProductHunt's public Atom feed (no authentication required)
  • GraphQL mode: Uses ProductHunt's official GraphQL API v2
  • No browser automation: Direct HTTP requests, fast and reliable
  • Rate limiting: Built-in delays between paginated requests

Limitations

  • RSS mode: Limited to 50 latest products, no vote counts
  • GraphQL mode: Requires developer token, rate-limited by ProductHunt
  • ProductHunt API must not be used for commercial purposes without permission