Taprun source ↗
Entry · producthunt

producthunt/relevant

Find recent Product Hunt launches matching keywords. Pulls from the official /feed Atom (declarative, L1-stable). Filters by title+tagline keyword match.

read-only source: Atom feed (/feed)

Run it

$ tap producthunt/relevant

What it returns

ColumnType
ranktext
titletext
taglinetext
makertext
publishedtext
urltext

Arguments

NameTypeDefaultDescription
keywordsstringagent,automation,workflow,mcp,browser,scraper,cli,devtool,prompt,llm,coding,copilotComma-separated; matches title+tagline (case-insensitive). Empty = no filter.
limitint20Max rows returned

Why this tap exists

Product Hunt's /search page is client-rendered — og:title returns the site shell, not product data. The /categories/{slug} pages SSR product cards but mix three layout types (banners, rankings, launches) so DOM heuristics drift every few weeks.

PH's own llms.txt declares /feed as a stable Atom endpoint. This tap fetches that feed (through a page-context fetch() to inherit origin + cookies), parses entries with DOMParser, and filters by keyword match. Result: Layer 1, no selector fragility.

Sample output

rank  title          tagline                                       maker            published    url
1     EchoTube       Fast, private Open Source YouTube client      Aditya Yadav     2026-04-19   /products/echotube-open-source-youtube-client
2     Sillage        Grow your revenue faster with signal agents   Rajiv Ayyangar   2026-04-15   /products/sillage
3     PangeAI        Agent-driven spatial analysis                 Rajiv Ayyangar   2026-04-15   /products/pangeai
4     Dune           Context-aware Mac keypad to automate flows    Rohan Chaubey    2026-04-16   /products/dune-4
5     MaxHermes      World's first cloud sandbox Hermes Agent      Zac Zuo          2026-04-19   /products/minimax

Provenance

Source
LeonTing1010/tap-skills/blob/main/showcase/producthunt/relevant.plan.json
Machine format
relevant.jsonld — W3C Annotation
Last verify run
never
License
MIT