Pay-as-you-go
As part of the early access program, we are giving discounted prices to individuals and small teams to encourage prototyping.- n1 API
- Browsing API
- Research API
- Scouting API
$0.30 per 1 million tokens.The price is calculated in $0.30 increments so you are charged $0.30 for 0-1M tokens, $0.60 for 1-2M 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,500,000 tokens in a month- Tokens: 10,500,000
- Cost: $0.30 for the first 500k tokens, and then $0.30 for each of the million tokens (total 10). That is, ceil(10,500,000 ÷ ) × $0.30 = $3.30
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
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-preview-2025-11: 5 × $0.01 = $0.05
- Task: “Log into this site, navigate to settings, and export my data”
- Average steps: ~30 steps
- Cost with
navigator-n1-preview-2025-11: 30 × $0.01 = $0.30 - Cost with
claude-sonnet-4-5-computer-use-2025-01-24: 30 × $0.10 = $3.00