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

# Pricing & Credits

> Xpoz pricing starts free with 500 credits. A search costs 2-12 credits depending on platform and returns up to 300 results at no extra charge. Paid plans start at $20/month for 30,000 credits.

Every Xpoz plan includes credits. Credits are spent per search, not per result: a search costs a flat number of credits based on the platform, and returns up to 300 results at no extra charge. You pay for the questions you ask, not the data you get back.

## What a search costs

| Platform  | Credits per search |
| --------- | ------------------ |
| Reddit    | 2                  |
| Twitter/X | 2                  |
| TikTok    | 5                  |
| Instagram | 12                 |

Only data queries spend credits. Account, tracking, auth, and operation tools (`getAccountDetails`, `getCreditsUsageHistory`, `getTrackedItems`, `addTrackedItems`, `removeTrackedItems`, `checkOperationStatus`, and the rest) are always free.

<Note>
  Each tool call is charged, including pagination: fetching page 2 of a paged result set is a new call at the same platform rate. Fast mode returns up to 300 results in a single call, so it is the most credit-efficient way to search. See [Response Modes](/mcp/response-modes).
</Note>

## Plans

| Plan       | Price                               | Credits        | Extra credits    |
| ---------- | ----------------------------------- | -------------- | ---------------- |
| Free       | \$0                                 | 500 (one-time) | —                |
| Pro        | \$20/mo (\$16/mo billed annually)   | 30,000/month   | \$0.80 per 1,000 |
| Max        | \$200/mo (\$160/mo billed annually) | 600,000/month  | \$0.40 per 1,000 |
| Enterprise | Custom                              | Custom         | Custom           |

Free tier credits are a one-time allocation and do not refresh. When they run out, Free users hit a hard stop; Pro and Max users continue at the extra-credit rate, or can upgrade at any time.

## What credits translate to

A search returns up to 300 results for a flat credit price, so credits go a long way: up to 5 million results per month on Pro, and up to 100 million results per month on Max.

## CSV export rows

CSV export is the one place rows are metered separately from credits. An export is charged twice: the query itself at the normal platform rate (2-12 credits), plus every exported row against your plan's row allowance:

| Plan | Included export rows        | Extra rows    |
| ---- | --------------------------- | ------------- |
| Free | 10,000 total (500 per file) | —             |
| Pro  | 50,000/month                | \$1 per 1,000 |
| Max  | 250,000/month               | \$1 per 1,000 |

See [CSV Exports](/guides/csv-exports) for how exports work.

## Tracked keywords and users

[Continuous tracking](/tracking) slots per plan:

| Plan       | Tracked keywords/users | Extra slots          |
| ---------- | ---------------------- | -------------------- |
| Free       | 1                      | —                    |
| Pro        | 10                     | \$5 per keyword/user |
| Max        | 30                     | \$2 per keyword/user |
| Enterprise | Unlimited              | —                    |

## Instant access costs nothing

[Instant access tokens](/trial) spend no credits at all. They return up to 5 results per call for 5 days — enough to evaluate the data before creating an account.

## Check your usage

Ask your agent, or check the [usage dashboard](https://xpoz.ai/usage):

* `getAccountDetails` — plan, billing, and remaining subscription and extra credits
* `getCreditsUsageHistory` — credits and export rows spent over time, by hour or day

Both are documented in [Account Tools](/mcp/tools/account).

<CardGroup cols={2}>
  <Card title="Compare plans" icon="scale-balanced" href="https://xpoz.ai/pricing">
    Full plan comparison and checkout on xpoz.ai
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your access key and run your first search
  </Card>
</CardGroup>
