Back to Directory
research
TinyFish Web Agent
Use TinyFish/Mino web agent to extract/scrape websites, extract data, and automate browser actions using natural language. Use when you need to extract/scrape data from websites, handle bot-protected sites, or automate web tasks.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Summary: Added best practices for specifying JSON output and running parallel extractions.
- Introduced a "Best Practices" section emphasizing explicit JSON format and parallel API calls for independent sites.
- Updated example extraction prompts to specify desired JSON output structure.
- Added guidance and code examples demonstrating parallel extraction versus single combined prompts.
- No code or feature changes; documentation improvements