# Credit costs

Every time you make a request, you consume API Credits. The credits you have available are defined by the plan you are subscribed to. The amount of credits you consume depends on the domain, the number or urls/keywords/ASINs and parameters you add to your project.

#### **Credits per request:**&#x20;

A normal(flat) request within a DataPipeline project will cost 6 API Credits. Certain domains have a higher credit costs due to the complexities invloved in scraping them.

<table><thead><tr><th width="248.66668701171875">Category</th><th>Normal</th><th>Ecommerce</th><th>SERP</th><th>Protected Domains</th></tr></thead><tbody><tr><td>Normal (flat) request</td><td><code>6</code></td><td><code>10</code></td><td><code>30</code></td><td><code>40</code></td></tr><tr><td>JS rendering</td><td><code>15</code></td><td><code>20</code></td><td><code>40</code></td><td><code>45</code></td></tr><tr><td>premium</td><td><code>15</code></td><td><code>15</code></td><td><code>40</code></td><td><code>45</code></td></tr><tr><td>premium + JS rendering</td><td><code>25</code></td><td><code>30</code></td><td><code>50</code></td><td><code>55</code></td></tr><tr><td>ultra_premium</td><td><code>35</code></td><td><code>35</code></td><td><code>60</code></td><td><code>65</code></td></tr><tr><td>ultra_premium + JS rendering</td><td><code>80</code></td><td><code>80</code></td><td><code>80</code></td><td><code>80</code></td></tr></tbody></table>

{% hint style="info" %}
Google is exclusively priced at 25 API Credits/scrape.&#x20;
{% endhint %}

#### **Credits per job:**&#x20;

The maximum cost per job is a sum of all requests. This cost is shown during project creation and in the project detail page. The cost can change based on the success of the requests. You can see the final cost per job in the job table inside the project details page.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scraperapi.com/data-pipeline/jobs-and-costs-management/credit-costs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
