How to Extract Testimonials with Copilot
Extract social proof in your IDE with Copilot and ToolRouter. Testimonial data for building trust components.
ToolWeb ScraperCopilot extracts testimonials directly in your IDE, ideal for developers building social proof components, review carousels, or trust sections. Pull real-world testimonial data and formats to inform your component design, then use the data structure to build flexible, data-driven testimonial displays.
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 Web Scraper tool:
- Ask Copilot: "Scrape testimonials from example.com/customers"
- Review the extracted testimonial data in your editor
- Ask: "Generate a React component that renders these testimonials in a carousel"
- Use the real testimonial data to populate your social proof components
Example Prompt
Try this with Copilot using the Web Scraper tool
Extract testimonials from example.com/customers and generate a React testimonial carousel component with the extracted data.
Tips
- Perfect for building testimonial components with real content
- Copilot can generate different display formats — cards, carousels, grids
- Use extracted data as CMS seed content for your testimonial sections