# Pricing & Limits

The **AI Parser** uses your ScraperAPI account API credits. Detailed pricing information and plan limits are listed below.

<table><thead><tr><th width="240.407470703125">Plan</th><th>Parser limit</th></tr></thead><tbody><tr><td><code>Free</code></td><td>1 parser (creation only)</td></tr><tr><td><code>Hobby</code></td><td>Up to 5 parsers</td></tr><tr><td><code>Startup</code></td><td>Up to 5 parsers</td></tr><tr><td><code>Business</code></td><td>Up to 5 parsers</td></tr><tr><td><code>Scaling</code></td><td>Up to 5 parsers</td></tr><tr><td><code>Professional</code></td><td>Up to 5 parsers</td></tr><tr><td><code>Advanced</code></td><td>Up to 5 parsers</td></tr><tr><td><code>Enterprise</code></td><td>Unlimited</td></tr></tbody></table>

{% hint style="success" %}

#### [**The free parser**](/ai-parser/understanding-parsers-and-versions.md#the-free-parser)

Every plan gets one free parser: the **first parser you create is always free**, no credits charged.
{% endhint %}

#### **What costs credits**

<table><thead><tr><th width="295.962890625">Action</th><th>Cost</th></tr></thead><tbody><tr><td>Creating your first parser</td><td>Free.</td></tr><tr><td>Creating additional parsers</td><td>30 000 API Credits.</td></tr><tr><td>Updating a parser - renaming or removing fields</td><td>Free.</td></tr><tr><td>Updating a parser - adding or modifying fields</td><td>30 000 API Credits.</td></tr><tr><td>Parsing a URL</td><td>Free (<strong>standard ScraperAPI scraping cost still applies</strong>).</td></tr></tbody></table>

{% hint style="warning" %}
On the `Free` plan you can create an AI Parser for free, but you **can't** update it. To update your free parser, you need to be on a **paid plan**.
{% endhint %}

#### Hitting the 5-parser limit

On a paid plan you can have **up to 5** parsers at once, including your free parser. Once you reach 5, you'll need to `DELETE` a parser to free up a slot before creating another. Enterprise plans allow unlimited parser creation.


---

# 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/ai-parser/pricing-and-limits.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.
