category_apps
Retrieve apps in a specific category, sorted by popularity. Filter by pricing model and paginate results using a cursor.
Instructions
Get apps within a specific category. Returns the category metadata plus a paginated list of apps in that category, sorted by popularity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug, e.g. 'chatgpt' or 'ai-image-tools'. | |
| pricing | No | Filter by pricing model: 'free', 'freemium', 'paid', 'free-trial', 'subscription', or 'one-time'. | |
| cursor | No | Pagination cursor (app id from prior page). | |
| limit | No | Max results per page. |