search_programs
Discover affiliate programs by searching names and descriptions with keywords. Retrieves commission rates, categories, and program status with paginated results.
Instructions
Full-text search across affiliate program names and descriptions. Returns matching programs with commission rates, category, and status. Use this to find programs by keyword (e.g., "electronics", "SaaS", "fitness"). Results are paginated — pass the returned cursor to fetch subsequent pages. Response shape: { data: Program[], cursor: string | null, hasMore: boolean }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query string. Searches program names and descriptions. | |
| limit | No | Maximum programs to return (1–100). Defaults to 50. | |
| cursor | No | Pagination cursor from a previous search_programs call. Omit for first page. |