Pay-as-you-go
- n1 API
- Browsing API
- Research API
- Scouting API
$0.75 per 1 million input tokens.$3 per 1 million output tokens.The price is calculated in $0.75 or $3 increments for cumulative input and output tokens respectively across all n1 requests. So you are charged $0.75 for 0-1M input tokens, $1.50 for 1-2M input tokens, etc.
Enterprise
For enterprise or 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 /usageto programmatically track usage per API key. - View detailed logs for each browsing and scouting task.
Typical use-cases and costs
n1 API
Example 1: 10,000,000 input tokens and 500,000 output tokens in a month- Input tokens: 10,000,000
- Output tokens: 500,000
- Cost: ceil(10,000,000 ÷ ) × $0.75 + ceil(500,000 ÷ ) × $3 = $10.50
- Average number of steps per trajectory: 54
- Average number of input tokens per step: 11,138
- Average number of output tokens per step: 100
- Average number of steps per trajectory: 21
- Average number of input tokens per step: 5,570
- Average number of output tokens per step: 108
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
navigator-n1-latest: 5 × $0.015 = $0.075
- Task: “Log into this site, navigate to settings, and export my data”
- Average steps: ~30 steps
- Cost with
navigator-n1-latest: 30 × $0.015 = $0.45 - Cost with
claude-sonnet-4-5-computer-use-2025-01-24: 30 × $0.10 = $3.00
Research API
Example 1: Single deep research task- Task: “What are the latest developments in quantum computing?”
- Research tasks: 1
- Cost: 1 × $0.35 = $0.35
- Task: Run 4 research tasks per week on different topics
- Research tasks: 4 × 4 weeks = 16
- Cost: 16 × $0.35 = $5.60
Scouting API
Example 1: Monitor hourly for a week- Scout runs: 24 hours × 7 days = 168 runs
- Cost: 168 × $0.35 = $58.80
- Scout runs: 30 days = 30 runs
- Cost: 30 × $0.35 = $10.50