Find micro-influencers

Cast a wide net for niche creators under a follower cap, with existing brand deals flagged.

Request

{
  "question": "I am building an AI coding startup that lets people code from their Apple Watch. I need tech micro influencers with under 50,000 followers who post on Instagram — be very broad and find as many as you can. I'm focusing on breadth over depth here.",
  "response_fields": {
    "handles":            { "type": "array", "description": "One creator handle per entry" },
    "descriptions":       { "type": "array", "description": "What the creator posts, index-aligned with handles" },
    "brand_partnerships": { "type": "array", "description": "Brands they have partnered with, index-aligned with handles — leave \"\" if none" }
  }
}

Response

{
  "conversationId": "...",
  "answer": {
    "handles": ["@buildwithmarco", "@thecodingpa", "@lofidev"],
    "descriptions": [
      "Day-in-the-life builds of indie iOS apps",
      "Explains dev tools in 30-second reels",
      "Codes side projects on camera with lo-fi audio"
    ],
    "brand_partnerships": ["Raycast", "", "Notion, Warp"]
  }
}