CLI
Search and manage affiliate programs from your terminal. No install required.
npx openaffiliate search "email"Search programs by keyword
npx openaffiliate search --category Database --type recurringFilter by category and commission type
npx openaffiliate search --min-commission 20 --jsonFilter by commission, output as JSON
npx openaffiliate info stripeGet full program details
npx openaffiliate info stripe --jsonGet details as JSON (for scripting)
npx openaffiliate categoriesList all categories with program counts
npx openaffiliate add supabaseAdd program to your .openaffiliate.json
Tip: Use --json on any command to get machine-readable output for piping into other tools.