Skip to content

Commit 740b612

Browse files
committed
docs: add pricing page and align credits/rate limits tables
Add a dedicated Plans & Pricing page and update account docs with current credit costs, proxy modifiers, and plan limits, including navigation links across the section. Made-with: Cursor
1 parent 8ddabc3 commit 740b612

4 files changed

Lines changed: 141 additions & 13 deletions

File tree

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
{
157157
"group": "Account & Credits",
158158
"pages": [
159+
"knowledge-base/account/pricing",
159160
"knowledge-base/account/api-keys",
160161
"knowledge-base/account/credits",
161162
"knowledge-base/account/rate-limits"

knowledge-base/account/credits.mdx

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,29 @@ ScrapeGraphAI uses a credit system to measure API usage. Each successful API cal
77

88
## Credit costs per service
99

10-
| Service | Credits per request |
10+
| Service | Credits per request | Details |
11+
|---|---|---|
12+
| **Scrape** (markdown) | 1 | Basic page scrape returning markdown |
13+
| **Scrape** (screenshot) | 2 | Page scrape with a screenshot |
14+
| **Scrape** (branding analysis) | 25 | Full branding analysis of a page |
15+
| **Extract** | 5 | Structured data extraction |
16+
| **Search** (no prompt) | 2 per result | Search results without LLM processing |
17+
| **Search** (with prompt) | 5 per result | Search results processed by an LLM |
18+
| **Crawl** | 2 startup + per-page scrape cost | Startup fee plus scrape cost for each page |
19+
| **Monitor** | +5 | Additional credits when a change is detected |
20+
21+
### Proxy modifiers
22+
23+
Using a proxy adds extra credits on top of the base service cost:
24+
25+
| Proxy mode | Additional credits |
1126
|---|---|
12-
| SmartScraper | 1 |
13-
| SearchScraper | 5 |
14-
| Markdownify | 1 |
15-
| SmartCrawler | 1 per page crawled |
16-
| Sitemap | 1 |
17-
| AgenticScraper | Variable |
27+
| Fast / JS rendering | +0 |
28+
| Stealth | +4 |
29+
| JS + Stealth | +5 |
30+
| Auto (worst case) | +9 |
31+
32+
For a full breakdown of plans and monthly credit allowances, see [Plans & Pricing](/knowledge-base/account/pricing).
1833

1934
<Note>
2035
Failed requests and requests that return an error are not charged.

knowledge-base/account/pricing.mdx

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
---
2+
title: Plans & Pricing
3+
description: 'Overview of ScrapeGraphAI plans, pricing, and what each tier includes'
4+
---
5+
6+
ScrapeGraphAI offers flexible plans to fit teams of every size — from hobbyists to enterprises. All plans include access to every service; higher tiers unlock more credits, throughput, and support.
7+
8+
## Plans
9+
10+
<CardGroup cols={2}>
11+
<Card title="Free" icon="seedling">
12+
**$0 / month**
13+
14+
- 500 API credits / month
15+
- 10 requests / min
16+
- 1 monitor
17+
- 1 concurrent crawl
18+
</Card>
19+
20+
<Card title="Starter" icon="rocket">
21+
**$17 / month** (or $204 / year — save $36)
22+
23+
- 10,000 API credits / month
24+
- 100 requests / min
25+
- 5 monitors
26+
- 3 concurrent crawls
27+
</Card>
28+
29+
<Card title="Growth" icon="chart-line">
30+
**$85 / month** (or $1,020 / year — save $180)
31+
32+
- 100,000 API credits / month
33+
- 500 requests / min
34+
- 25 monitors
35+
- 15 concurrent crawls
36+
- Basic Proxy Rotation
37+
</Card>
38+
39+
<Card title="Pro" icon="bolt">
40+
**$425 / month** (or $5,100 / year — save $900)
41+
42+
- 750,000 API credits / month
43+
- 5,000 requests / min
44+
- 100 monitors
45+
- 50 concurrent crawls
46+
- Advanced Proxy Rotation
47+
- Priority support
48+
</Card>
49+
</CardGroup>
50+
51+
Need more? **Enterprise** plans offer custom credit volumes, custom rate limits, dedicated support, and SLA guarantees. [Contact us](mailto:contact@scrapegraphai.com) for details.
52+
53+
## Credit costs per service
54+
55+
Every API call consumes credits. The exact cost depends on the service and the options you use.
56+
57+
| Service | Base cost | Details |
58+
|---|---|---|
59+
| **Scrape** (markdown) | 1 credit | Basic page scrape returning markdown |
60+
| **Scrape** (screenshot) | 2 credits | Page scrape with a screenshot |
61+
| **Scrape** (branding analysis) | 25 credits | Full branding analysis of a page |
62+
| **Extract** | 5 credits | Structured data extraction |
63+
| **Search** (no prompt) | 2 credits / result | Search results without LLM processing |
64+
| **Search** (with prompt) | 5 credits / result | Search results processed by an LLM |
65+
| **Crawl** | 2 credits startup + per-page scrape cost | Startup fee plus scrape cost for each page |
66+
| **Monitor** | +5 credits | Additional credits charged when a change is detected |
67+
68+
### Proxy modifiers
69+
70+
Using a proxy adds extra credits on top of the base service cost:
71+
72+
| Proxy mode | Additional credits |
73+
|---|---|
74+
| Fast / JS rendering | +0 |
75+
| Stealth | +4 |
76+
| JS + Stealth | +5 |
77+
| Auto (worst case) | +9 |
78+
79+
<Note>
80+
Failed requests and requests that return an error are **not** charged.
81+
</Note>
82+
83+
## Comparing plans at a glance
84+
85+
| | Free | Starter | Growth | Pro | Enterprise |
86+
|---|---|---|---|---|---|
87+
| **Monthly price** | $0 | $17 | $85 | $425 | Custom |
88+
| **Annual price** | $0 | $204 | $1,020 | $5,100 | Custom |
89+
| **Credits / month** | 500 | 10,000 | 100,000 | 750,000 | Custom |
90+
| **Requests / min** | 10 | 100 | 500 | 5,000 | Custom |
91+
| **Monitors** | 1 | 5 | 25 | 100 | Custom |
92+
| **Concurrent crawls** | 1 | 3 | 15 | 50 | Custom |
93+
| **Proxy rotation** ||| Basic | Advanced | Custom |
94+
| **Priority support** |||| Yes | Yes |
95+
| **SLA guarantee** ||||| Yes |
96+
97+
## Upgrading or downgrading
98+
99+
You can change your plan at any time from the [dashboard](https://scrapegraphai.com/dashboard). When upgrading mid-cycle, you receive the additional credits immediately. Downgrades take effect at the start of the next billing period.
100+
101+
## Annual billing
102+
103+
All paid plans offer an annual billing option with significant savings:
104+
105+
- **Starter** — save $36 / year
106+
- **Growth** — save $180 / year
107+
- **Pro** — save $900 / year
108+
109+
Switch to annual billing from the [dashboard](https://scrapegraphai.com/dashboard).

knowledge-base/account/rate-limits.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ ScrapeGraphAI enforces rate limits to ensure reliable performance for all users.
77

88
## Limits overview
99

10-
| Plan | Requests per minute | Concurrent jobs | Monthly credits |
11-
|---|---|---|---|
12-
| Free | 5 | 1 | 100 |
13-
| Starter | 30 | 5 | 5,000 |
14-
| Pro | 100 | 20 | 50,000 |
15-
| Enterprise | Custom | Custom | Custom |
10+
| Plan | Requests per minute | Concurrent crawls | Monitors | Monthly credits |
11+
|---|---|---|---|---|
12+
| Free | 10 | 1 | 1 | 500 |
13+
| Starter | 100 | 3 | 5 | 10,000 |
14+
| Growth | 500 | 15 | 25 | 100,000 |
15+
| Pro | 5,000 | 50 | 100 | 750,000 |
16+
| Enterprise | Custom | Custom | Custom | Custom |
17+
18+
For full pricing details, see [Plans & Pricing](/knowledge-base/account/pricing).
1619

1720
<Note>
1821
Contact [support](mailto:contact@scrapegraphai.com) for custom limits or high-volume plans.

0 commit comments

Comments
 (0)