Description
**Title:** Instagram integration architect for a working AI outreach app — advise on compliant vs. automation path & build it **About the project** We've built the full MVP of "Agent X," an AI growth operator for Instagram. It discovers B2B prospects, scores them 0–100 with an explainable breakdown, drafts personalized comments/DMs in the client's brand voice, and routes everything through a human-approval queue, CRM, and dashboard. It's a real, working Next.js app — **not** a concept. The entire product works today **except one thing: reliably connecting to Instagram to act on prospects.** That's what we're hiring for. **Already built and working (so you're not starting from zero)** - Next.js 16 + TypeScript app: onboarding, lead import (manual/CSV), AI scoring, engagement queue with human approval + editable drafts + daily limits, CRM pipeline, dashboard, audit log - AI layer (Anthropic Claude) with a mock mode - **Web-based prospect discovery that works** — finds real public Instagram profile URLs via web search, in English and the target region's local language - A FastAPI microservice (`instagrapi`) wired end-to-end to the app for follow/comment/DM **Where we're stuck — the exact problem** The unofficial `instagrapi` service is fully wired but **has never executed a single real action.** Instagram blocks login from our datacenter IP, there's no challenge/2FA handling, and the whole approach violates Instagram's ToS with real account-ban risk. Meanwhile the official Insta