How to Research Influencer Profiles with Copilot
Pull influencer profile data in your IDE with Copilot and ToolRouter. Multi-platform research.
ToolSocial ProfilesCopilot pulls influencer profile data directly from your IDE, ideal for developers building influencer marketing platforms or CRM integrations. Fetch creator metrics and immediately use the structured data in your application code. Copilot helps write the data models, API integrations, and dashboard components around the profile data.
Connect ToolRouter to Copilot
1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the Social Profiles tool:
- In Copilot Chat: "Fetch TikTok and Instagram profiles for @creatorname"
- Review the profile data returned inline
- Ask: "Generate a JSON dataset of this creator's key metrics"
- Copilot outputs structured data you can integrate into your application
Example Prompt
Try this with Copilot using the Social Profiles tool
Get the TikTok and Instagram profiles for @designinfluencer. Output the key metrics as structured JSON.
Tips
- Useful for building influencer databases or CRM integrations
- Copilot can generate data models from the returned profile structure
- Ideal for automating influencer research pipelines in code