Skip to main contentPay-as-you-go
For individuals and small teams.
Browsing API
Scouting API
agent | Price per step |
|---|
yutori_navigator | $0.01 |
anthropic_computer_use | $0.10 |
A step is a single interaction between the AI model and the browser (e.g., clicking a button, typing text, or scrolling). You control the maximum number of steps with the max_steps parameter.
Enterprise
For enterprise and high-volume use cases, please get in touch.
- Custom workflows and integrations
- Dedicated support and SLAs
- Early access to new features
Usage Tracking
Monitor your API usage and costs:
- Check your usage in Settings.
- Use
GET /usage to programmatically track usage per API key.
- View detailed logs for each browsing and scouting task.
Typical use-cases and costs
Scouting API
Example 1: Monitor hourly for a week
- Scout runs: 24 hours × 7 days = 168 runs
- Cost: 168 × $0.35 = $58.80
Example 2: Monitor daily for a month
- Scout runs: 30 days = 30 runs
- Cost: 30 × $0.35 = $10.50
Browsing API
Example 1: Simple data extraction
- Task: “Extract the availability of all product variants from this product page”
- Average steps: ~5 steps
- Cost with
yutori_navigator: 5 × $0.01 = $0.05
Example 2: Multi-step workflow
- Task: “Log into this site, navigate to settings, and export my data”
- Average steps: ~30 steps
- Cost with
yutori_navigator: 30 × $0.01 = $0.30
- Cost with
anthropic_computer_use: 30 × $0.10 = $3.00