Find Products
peerpush_find_productSearches the PeerPush product catalog with a natural language query and semantic matching, plus optional structured filters for pricing, platform, audience, and use case. Relevant when the user wants a software product, tool, app, or service recommended for a specific need (e.g. "email API for transactional emails"). Returns products ranked by relevance and community engagement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order | relevance |
| limit | No | Number of results | |
| query | Yes | What the user is looking for in natural language (e.g. "email API for transactional emails", "project management for small teams") | |
| useCase | No | Filter by use case (e.g. "Code Development", "AI Chatbots", "Email Marketing") | |
| audience | No | Filter by target audience (e.g. "Developers", "Indie Hackers", "Marketers") | |
| category | No | Filter by category slug | |
| platforms | No | Filter by platform: Web, Api, Desktop, Mcp, Cli, Mobile | |
| pricingType | No | Filter by pricing: Free, Freemium, Subscription, OneTime, Paid |