name: producthunt description: Find, monitor, and export Product Hunt launches for launch research, scouting, and competitive tracking without requiring a Product Hunt API application. version: "0.1.0" kind: synthetic spec_source: sniffed http_transport: standard website_url: "https://www.producthunt.com" category: marketing base_url: "https://www.producthunt.com" auth: type: none config: format: toml path: "~/.config/producthunt-pp-cli/config.toml" resources: feed: description: "Public Product Hunt launch feed" endpoints: get: method: GET path: "/feed" description: "Fetch the public Product Hunt Atom feed" response: type: text item: string extra_commands: - name: today description: "Show launches from the current Product Hunt feed" - name: recent description: "List recent launches from the public Product Hunt feed" - name: search args: "" description: "Search locally synced Product Hunt launches" - name: sync description: "Sync the public Product Hunt feed into the local store" - name: trend description: "Analyze launch momentum from locally synced feed snapshots" - name: export description: "Export synced Product Hunt launch data"