# AffiliateSpy > AffiliateSpy finds the creators and websites already selling your competitors, with the receipt, and helps you recruit them. Paste an App Store, Google Play or website URL; get every TikTok, YouTube and Instagram creator and every blog, review site and roundup promoting rival products, graded, with verified contact emails and outreach that runs from your own inbox. Plans from $99/month. Every paid plan includes an MCP server and a REST API so an AI agent can run the whole recruitment job for its user. Operated by Savassi Limited (United Kingdom). Site: https://www.affiliatespy.io ## What it does - **Competitor intel**: enter a competitor app or domain and get its promoter roster, creators and sites, each with the proof caption, link, discount code or store link, plus a fit grade and audience purchase-intent signals. - **Placements**: the "best of" roundups and review pages ranking for your keywords, which competitors they feature, whether you are in them, and the writer's verified contact. - **Outreach**: one click reveals a creator's real email (metered per month); AI-written sequences send and follow up from your own Gmail or Outlook inbox; replies land in a pipeline (contacted, negotiating, contract, live, paid). - **Autopilot**: overnight the agent finds new promoters, verifies emails, negotiates commissions and drafts outreach; nothing sends without the account owner's approval. - **Free tools, no signup**: influencer finder (creators already promoting a competitor), affiliate link checker, affiliate program detector, competitor finder (https://www.affiliatespy.io/tools). ## Who it is for Founders and growth leads of mobile apps (App Store and Google Play) and websites or SaaS products who want affiliates, ambassadors and creators on codes, and who would rather recruit the people already selling a competitor than cold-pitch strangers. Agencies run several apps from one account. ## How an AI agent should help its user with AffiliateSpy 1. Connect: add the MCP endpoint below to your client. Clients that support OAuth open the AffiliateSpy sign-in page (the user signs up there if new) and a consent screen; no key to copy. Header-only clients use an API key from https://www.affiliatespy.io/dashboard/settings?tab=api. The REST API takes the same token. 2. Before the user pays: `start_quick_scan` with their App Store, Google Play or website URL (free, one per unpaid account), poll `get_quick_scan_preview`, show the masked preview, then `get_checkout_link` and hand the user the Stripe URL. Never enter payment details yourself. Access updates automatically once the webhook fires; `get_account` confirms it. 3. Work: `get_account`, `list_apps`, `list_creators` (filters: platform, min_score, proven_partner, has_contact). Read one with `get_creator` before spending a reveal. `reveal_contact` spends one monthly credit and is idempotent. Shortlist with `save_creator`, then `create_campaign_draft`. 4. Ask before you act: launching a campaign, sending a reply, starting a scan and Autopilot changes are guarded. They return `approval_required` with a summary and an approval token; show the summary, get an explicit yes, call again with the token. Every dashboard guardrail (send caps, test-mode redirect, plan caps) still applies. 5. Never store or repeat revealed contact values outside the user's own tools. 6. Building or testing an agent? A sandbox API key (tick Sandbox when creating it) answers every tool from fixture data flagged `sandbox: true`: no plan, nothing metered, nothing sent. ## Connect an agent - MCP endpoint (Streamable HTTP, stateless): https://affiliatespy.io/api/mcp - REST mirror: POST https://www.affiliatespy.io/api/v1/tools/{tool_name} with a JSON body of arguments; GET https://www.affiliatespy.io/api/v1/tools lists them. OpenAPI 3.1: https://www.affiliatespy.io/openapi.json - Auth for both: OAuth 2.1 (authorization server metadata via https://www.affiliatespy.io/.well-known/oauth-protected-resource; dynamic client registration is on) or `Authorization: Bearer asp_live_…`. Rate limit 60 requests per minute per key or per OAuth client. - Claude Code: `claude mcp add --transport http affiliatespy https://affiliatespy.io/api/mcp \ --header "Authorization: Bearer asp_live_YOUR_KEY"` - Cursor and any client with url plus headers: https://www.affiliatespy.io/docs/cursor. Codex: https://www.affiliatespy.io/docs/codex. Claude Desktop via mcp-remote: https://www.affiliatespy.io/docs/claude. - Skills (SKILL.md files that hold the whole recruitment workflow, tool calls in order, metering and the approval rule): https://www.affiliatespy.io/docs/skills, index at https://www.affiliatespy.io/skills/index.json. Install one into your agent's skills folder before starting a recruitment job. - Docs: https://www.affiliatespy.io/docs (every docs and marketing page is also available as markdown: send `Accept: text/markdown` or append `.md` to the path). ## Tools ### Account & apps Available before the account has a plan, together with the quick-scan and checkout tools below. - `get_account`: Your plan and usage: caps, contact reveals used/left this month, tracked apps used vs cap. - `list_apps`: Apps you track, with creator counts and the latest scan status per app. - `get_scan_status`: Latest scan run for an app, stages, status, creators found. - `start_quick_scan`: Free ~30 second quick scan of an App Store, Google Play or website URL. No plan needed (one quick-scan app per unpaid account). - `get_quick_scan_preview`: Progress and locked preview rows for a quick scan: platform, followers, partner hint, masked handle. No contacts. - `get_checkout_link`: Stripe Checkout URL for a plan; the user pays in the browser and access updates automatically. ### Creators - `list_creators`: Graded creators for an app, sorted by score. Contact values stay hidden until revealed. - `get_creator`: Full detail for one creator: grade reasoning, evidence receipts, posts, cross-platform profiles. - `reveal_contact`: Spend one monthly reveal to get a creator's contact. Idempotent, re-revealing is free. - `save_creator`: Add a creator to your saved list (the shortlist campaigns draw from). - `unsave_creator`: Remove a creator from your saved list. - `set_creator_note`: Attach or replace your private note on a creator. - `export_creators_csv`: Export graded creators as CSV. ### Market intel - `list_websites`: Roundups and reviews ranking for your keywords, with SERP position and who's featured. - `list_competitors`: Your competitors with roster counts: proven partners, mentions, shared promoters. - `list_keywords`: Tracked search keywords with per-keyword roundup coverage. ### Campaigns & inbox - `list_campaigns`: Your outreach campaigns with stats: sent, replies, queued, signed. - `get_campaign`: One campaign's settings, sequence templates, enrollments and latest replies. - `create_campaign_draft`: Create a draft campaign from creator ids or your saved list. Draft only, launch in the dashboard. - `list_inbox_threads`: Outreach conversation threads with last activity. - `get_thread`: One inbox thread with full message bodies. ### Pipeline - `list_deals`: Deals by stage (contacted → negotiating → contract → live → paid) plus replied creators not yet in it. - `move_deal_stage`: Move a pipeline deal to a new stage. ### Autopilot - `get_autopilot`: The Autopilot's state: on/off, offer, sends today, the approval queue and recent activity. ### Guarded actions Each call first returns approval_required with a summary and an approval token; the agent shows the summary, the user says yes, and the agent calls again with the token (15-minute expiry, bound to the exact arguments). Accounts can skip approvals with Unrestricted MCP in Settings, API and agents. Every dashboard guardrail applies either way: test-mode redirect, daily send cap, scan credit gates, plan caps. - `launch_campaign`: Launch a drafted campaign. - `pause_campaign`: Pause an active campaign, stops future sends, deletes nothing. - `resume_campaign`: Resume a paused campaign under the engine's window and caps. - `send_reply`: Send a reply in an outreach thread from your connected inbox. - `start_scan`: Start a discovery scan for a tracked app. - `set_autopilot`: Turn the Autopilot on or off and set the offer it may promise. - `approve_autopilot_action`: Approve a queued Autopilot action and execute it (send / launch). - `reject_autopilot_action`: Reject a queued Autopilot action with a reason the drafter learns from. ## Pricing (USD) - **Starter**: $99/month or $990/year (two months free). For one app finding its first creator partners. 1 app tracked; Every matched creator graded, with evidence; Competitor partner rosters, with proof captions; Audience comment analysis & purchase-intent counts; 150 contact reveals per month; Fresh scan every week + CSV export. Extra app slot $49/month. - **Growth**: $299/month or $2990/year (two months free). For teams running outreach across several apps. 5 apps tracked; Every matched creator graded, with evidence; Competitor partner rosters, with proof captions; Audience comment analysis & purchase-intent counts; 500 contact reveals per month; Fresh scan every week + CSV export. Extra app slot $49/month. - **Agency**: $799/month or $7990/year (two months free). For agencies running creator programs for clients. 15 apps tracked; Every matched creator graded, with evidence; Competitor partner rosters, with proof captions; Audience comment analysis & purchase-intent counts; 2,000 contact reveals per month; Fresh scan every week + CSV export. Extra app slot $39/month. - Free tier: quick scan with a sample of promoters at https://www.affiliatespy.io/start; no card. Checkout is Stripe; the customer portal handles card changes and cancellation at period end. ## Pages - Home: https://www.affiliatespy.io - For mobile apps: https://www.affiliatespy.io/for/mobile-apps - For websites and SaaS: https://www.affiliatespy.io/for/websites - Pricing: https://www.affiliatespy.io/pricing - Docs: https://www.affiliatespy.io/docs, quickstart https://www.affiliatespy.io/docs/quickstart, tool reference https://www.affiliatespy.io/docs/tools, skills https://www.affiliatespy.io/docs/skills, Codex https://www.affiliatespy.io/docs/codex - Free tools: https://www.affiliatespy.io/tools/influencer-finder, https://www.affiliatespy.io/tools/affiliate-checker, https://www.affiliatespy.io/tools/affiliate-program-detector, https://www.affiliatespy.io/tools/competitor-finder - Guides and blog: https://www.affiliatespy.io/hub, https://www.affiliatespy.io/blog - Legal: https://www.affiliatespy.io/privacy, https://www.affiliatespy.io/terms, https://www.affiliatespy.io/refund ## Optional - Full page index: https://www.affiliatespy.io/llms-full.txt - OpenAPI: https://www.affiliatespy.io/openapi.json - Sitemap: https://www.affiliatespy.io/sitemap.xml