General
What is Mino?
What is Mino?
Mino is an AI-powered web automation API that lets you automate any website using natural language. Instead of
writing brittle selectors, you describe what you want to do, and our AI handles the rest.
What sites can I automate?
What sites can I automate?
Any publicly accessible website. For authenticated sites, include login steps in your goal. For sites with bot
protection, use stealth mode.
How fast are automations?
How fast are automations?
Typically 3-10 seconds for simple pages, 30-60 seconds for complex multi-step automations. Time depends on page load
speed and task complexity.
Can I see the browser?
Can I see the browser?
Yes! Every run provides a
streamingUrl where you can watch the browser execute live for 24 hours after completion.API Usage
What authentication method do I use?
What authentication method do I use?
The REST API uses the The MCP endpoint uses OAuth 2.1 for AI assistant integrations.
X-API-Key header:Do you support proxies?
Do you support proxies?
Yes, configure proxy routing:Supported countries: US, GB, CA, DE, FR, JP, AU.
Technical
What browsers do you use?
What browsers do you use?
We use Chromium-based browsers. Choose between:
- Lite: Standard Chromium (fast)
- Stealth: Modified Chromium with anti-detection (slower but bypasses bot protection)
What about JavaScript-heavy sites?
What about JavaScript-heavy sites?
We fully support SPAs (React, Vue, Angular). Pages are rendered and JavaScript is executed before extraction.
Can I scrape authenticated content?
Can I scrape authenticated content?
Yes, include login steps in your goal:
Do you support pagination?
Do you support pagination?
Yes, describe pagination in your goal:
Billing
How am I charged?
How am I charged?
Per successful automation run. Failed runs are not charged.
What happens if I exceed my quota?
What happens if I exceed my quota?
- Pro/Scaleup: Additional runs billed at $0.29/run - Free Trial: Must upgrade to continue - Quota resets monthly on the 1st
Troubleshooting
Why is my automation failing?
Why is my automation failing?
Common causes:
- Timeout - Site is slow or down
- Solution: Retry or use stealth mode
- Access Denied - Anti-bot protection
- Solution: Use stealth mode + proxy
- Element Not Found - Goal is too specific
- Solution: Make goal more flexible (describe visually)
- Invalid URL - URL is malformed
- Solution: Ensure URL includes
https://
- Solution: Ensure URL includes
Site is blocking me. What do I do?
Site is blocking me. What do I do?
Best Practices
What makes a good goal?
What makes a good goal?
Good (specific, actionable):Bad (vague):
When should I use stealth mode?
When should I use stealth mode?
Use stealth when:
- Site shows CAPTCHA
- Getting “Access Denied” errors
- Site uses Cloudflare or anti-bot protection

