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

# Web Scraping API Request Cost

Each request to the Web Scraping API consumes **API Credits** from your account balance. The number of credits charged depends on the request configuration.

The cost per request is determined by the combination of `jsRendering` and `proxyType` parameters.

| jsRendering | proxyType   | Cost per Request |
| ----------- | ----------- | ---------------- |
| false       | datacenter  | 1 API Credit     |
| false       | residential | 5 API Credits    |
| true        | datacenter  | 10 API Credits   |
| true        | residential | 15 API Credits   |

Credits are deducted only for successful requests. Your total available credits depend on your active plan.

<Tip>You can use your credits across all HasData APIs. The same credit balance is shared platform-wide.</Tip>
<Warning>**Unused credits do not roll over.** Any remaining credits expire at the end of the current billing period.</Warning>

To monitor your credit usage and remaining balance, sign in to your account dashboard at [app.hasdata.com](https://app.hasdata.com/sign-in).
