/producthunt/forums/search
Product Hunt
/producthunt/forums/search
Search Product Hunt (producthunt.com) forum threads — global trending/recent feed, per-forum listing, or keyword-filtered search
**Price:** 5 credits per 25 results
**💡 AI Hint:** Search Product Hunt (producthunt.com) forum threads (discussions under /p/<forum>). Without filters returns the global feed sorted by `sort` (trending or recent). Set `forum` to scope to one forum (slug like 'general' or 'notion'). Set `keyword` for cross-forum keyword search. `forum` and `keyword` cannot be combined. Returns id, alias, title, text, url, author, forum (slug + category), upvote/comment counts, created_at.
**⚠️ Common errors:** 422: Invalid forum input or `forum` combined with `keyword`
POST
/producthunt/forums/search
Documentation Index
Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API token from the dashboard
Headers
Body
application/json
Max number of threads to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Forum slug ('general', 'notion') or forum URL ('https://www.producthunt.com/p/general'). If set, listing is scoped to this forum.
Pattern:
^(?:https?://[^\s]+|//[^\s]+|(?:www\.)?producthunt\.com[^\s]*|[A-Za-z0-9][A-Za-z0-9._-]*)$Example:
"general"
Filter threads by keyword across all forums. Cannot be combined with forum filter.
Minimum string length:
1Example:
"notion"
Sort order for the global threads feed. Ignored when forum or keyword is set.
Available options:
trending, recent Response
Successful Response