> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yutori.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> Simple, transparent pricing for the Navigator, Browsing, Research, and Scouting APIs

Every new account receives **\$5 in free credits** to get started.

## Pay-as-you-go

<Tabs>
  <Tab title="Navigator n1.5">
    **\$1.50** per 1 million input tokens.

    **\$5** per 1 million output tokens.

    You are billed per token used. Costs are calculated continuously based on exact token counts across all Navigator n1.5 requests in a billing period.
  </Tab>

  <Tab title="Browsing API">
    | `agent`                                     | Price per step |
    | ------------------------------------------- | -------------- |
    | `navigator-n1.5-latest`                     | **\$0.015**    |
    | `claude-sonnet-4-5-computer-use-2025-01-24` | **\$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.
  </Tab>

  <Tab title="Research API">
    **\$0.35** per research task

    A *research task* is a single execution of the full multi-agent system for one-time research queries. This uses the same infrastructure and pricing as the Scouting API but without recurring scheduling.
  </Tab>

  <Tab title="Scouting API">
    **\$0.35** per scout-run

    A *scout-run* is a single execution of your scouting task. You control the frequency (e.g., hourly, daily, weekly).
  </Tab>
</Tabs>

***

## Enterprise

For enterprise or high-volume use cases, please [get in touch](mailto:api@yutori.com).

* 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](https://scouts.yutori.com/settings).
* Use [`GET /usage`](/reference/usage) to programmatically track usage per API key.
* View detailed logs for each browsing and scouting task.

***

## Typical use-cases and costs

### Navigator n1.5

**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: 10,000,000 × \$1.50 / 1,000,000 + 500,000 × \$5.00 / 1,000,000 = **\$17.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.5-latest`: 5 × \$0.015 = **\$0.075**

**Example 2: Multi-step workflow**

* Task: "Log into this site, navigate to settings, and export my data"
* Average steps: \~30 steps
* Cost with `navigator-n1.5-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**

**Example 2: Weekly market research**

* 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**

**Example 2: Monitor daily for a month**

* Scout runs: 30 days = 30 runs
* Cost: 30 × \$0.35 = **\$10.50**
