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

# Pricing

> Per-request cost in credits, and how credits map to euros.

## Cost per request

The cost of a scrape depends on two things: the **engine** (`static` or `js`) and the
**proxy tier** (`none`, `datacenter`, or `residential`). Costs are whole credits, debited
only on a real success.

| Engine                  | `none` (direct) | `datacenter` | `residential` |
| ----------------------- | --------------- | ------------ | ------------- |
| `static`                | **1**           | **2**        | **6**         |
| `js` (headless browser) | **5**           | **8**        | **12**        |

<Note>
  You are billed for the tier **actually used**. If a proxy is requested but unavailable,
  the request falls back to a direct connection and is billed at the `none` rate. See
  `proxy_used` on [`POST /scrape`](/endpoints/scrape).
</Note>

## Credits and euros

Credits are prepaid and convert at a fixed rate:

<Card title="1 € = 1000 credits" icon="calculator" />

That means, for example:

* A `static` + `none` scrape (1 credit) costs **0.001 €**.
* A `js` + `residential` scrape (12 credits) costs **0.012 €**.

## Buying credits

Top up with a predefined pack or a custom amount (minimum **5 €**):

| Pack    | Price | Credits |
| ------- | ----- | ------- |
| Starter | 10 €  | 10,000  |
| Growth  | 50 €  | 50,000  |
| Scale   | 100 € | 100,000 |

See [Credits & billing](/credits) for the `POST /credits/buy` call.
