# Afftera > A registry of affiliate programs published only after their terms were > checked against the merchant's own source. 5 programs across > 2 categories, each with machine-readable guidance on when > it is worth recommending. ## What is published Afftera publishes a record only after reviewing it against the merchant's own affiliate page or program terms. A record that has not been reviewed is withheld rather than published unchecked, so every program listed here has been through that review. Every program file states the official source it was checked against and the date of that review. Program terms change without notice, so cite the merchant's own page rather than this registry for anything a reader will act on. A listing is not an endorsement or an offer. ## Programs - [Instantly](https://afftera.com/programs/instantly.md) — 20-40% tiered for while an eligible referred subscription remains active - [Murf AI](https://afftera.com/programs/murf-ai.md) — 20% recurring for 24 months, 90d cookie - [Notion](https://afftera.com/programs/notion.md) — $50 + 20% recurring for 12 months, 180d cookie - [Reclaim AI](https://afftera.com/programs/reclaim.md) — 25% or 40% + $1/signup hybrid for 12 months, 90d cookie - [Surfer SEO](https://afftera.com/programs/surfer-seo.md) — 75-125% CPA on monthly plans; 15-25% on yearly plans tiered ## Categories - [AI](https://afftera.com/categories/ai.md) — 4 programs - [Productivity](https://afftera.com/categories/productivity.md) — 1 programs ## Networks - [partnerstack](https://afftera.com/networks/partnerstack.md) — 5 programs ## Querying this registry ### MCP — recommended HTTP, no install: ```json { "mcpServers": { "afftera": { "url": "https://afftera.com/api/mcp" } } } ``` Tools: `search_programs` (keyword, category, commission type), `get_program` (full detail including the recommendation guidance), and `list_categories`. ### REST — no auth ``` GET https://afftera.com/api/programs?q=ai&category=AI&type=recurring GET https://afftera.com/api/programs/{slug} GET https://afftera.com/api/categories ``` ## Everything else - [All programs, grouped by category](https://afftera.com/programs.md) - [Full dump, every program in one file](https://afftera.com/llms-full.txt) - [Documentation index](https://afftera.com/docs.md) ## Conventions Any listing page is available as markdown by appending .md: https://afftera.com/programs/{slug}.md, https://afftera.com/categories/{category}.md, https://afftera.com/networks/{network}.md