Legacy documentation. These pages are inherited from the upstream OpenAffiliate project and may describe endpoints, packages and repositories that Afftera does not operate. For what this site publishes today, see About.

References

CLI

Search and manage affiliate programs from your terminal.

Commands

npx openaffiliate search "email"

Search programs by keyword

npx openaffiliate search --category Database --type recurring

Filter by category and commission type

npx openaffiliate search --min-commission 20 --json

Filter by commission, output as JSON

npx openaffiliate info stripe

Get full program details

npx openaffiliate info stripe --json

Get details as JSON (for scripting)

npx openaffiliate categories

List all categories with program counts

npx openaffiliate add supabase

Add program to your .openaffiliate.json

Tip: Use --json on any command to get machine-readable output for piping into other tools.